/* CSS Document */

#wrapper { 
	position: relative;
	background-color: #FFFFFF;
	margin: auto;
	margin-top: 0px;
	margin-bottom: -10px;
	width: 840px;
	min-height: 500px;
  	height: 500px;
 	height: auto; /*!important**/
	background-image: url(../gif/bkrnd_shadow.gif);
	background-repeat:repeat-y; 
}
.pageContent {
	position: relative;
	width: 800px;
	height: auto;/*CHANGED TO AUTO - DWC 20080212*/
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 13px;
	
}
.content {
 	position: relative;
	top: 0px;
	left: 0px;
	float:left;
	width: 800px;
	/*height: auto;*/
 	margin: 0px;
	
}
.columnOne {
 	position: relative;
	top: 0px;
	float:left;
	left: 0px;
	height: 379px;
	width: 740px;
	padding: 0px 30px 0px 30px;
}

.columnOneHome {
	position: relative;
	top: 0px;
	float:left;
	left: 0px;
	width: 408px;
	padding: 0px 20px 0px 30px;
	border-right: 1px solid #999999;
}


.column2{
	position: relative;
	left: 0px;
	float:right;
 	margin: 0px;
	width: 740px;
	padding: 0px 30px 0px 30px;
}

.column2Home{
	position: relative;
	left: 0px;
	float:right;
 	margin: 0px;
	width: 295px;
	padding: 0px 30px 0px 10px;
}

#topContent{
	position: relative;
	float: left;
	width: 800px;
	height: 256px;
	background-image: url(../jpg/header.jpg);
}

#menu{
	text-align: right;
	float: left;
	height: 20px;
	width: 740px;
	background-image: url(../gif/phone.gif);
	background-repeat:no-repeat;
	padding: 15px 30px 15px 30px;
	background-color:#ebebec
	}

/* sub page styles */

.footer {
	position: relative;
	bottom: 10px;
	width: 740px;
	margin: 50px auto 0px auto;
	
}
.footer p {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
}
.footer a:link{
	color: #666666;
	font-size: 10px;
	text-decoration:none;
}
.footer a:visited{
	color: #990000;
	font-size: 10px;
	text-decoration:none;

}
.footer a:hover{
	color: #990000;
	font-size: 10px;
	text-decoration:none;
}

div.clear { clear: both; background: transparent; margin: 0; padding: 0; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 20px 10px 0px;
}
body{
	color: black;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	line-height: 14px;
	background-color: #ffffff;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0;
	
}
a{color:#990000;}

h1{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}
h2{
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
	
}
h3{
	font-size: 19px;
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
	border-bottom: solid 1px #cccccc;
	background-image: url(../jpg/.jpg);
}

ul{
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	color: #666666;
	line-height: 215%;

