@charset "UTF-8";

body  {
	background: #666666;
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	visibility: visible;
	z-index: auto;
	padding: 0;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixRtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	visibility: visible;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
	color: #000;
}
.twoColFixRtHdr #mainContent {
	border-right-style: solid;
	border-right-width: 20px;
	border-right-color: #666;
	margin-top: 0;
	margin-right: 270px;
	margin-bottom: -12px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: none;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
} 

.oneColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
.oneColFixRtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.oneColFixRtHdr #mainContent {
	/**border-right-style: solid;
	border-right-width: 20px;
	border-right-color: #888;**/
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 0;
	margin-left: 85px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: none;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
} 

.wholeWidth {
	width:740px;
	margin-left: 20px;
	}

.bodyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

.headline {
font-family:"Times New Roman",Times,serif;
font-size:16px;
font-weight:bold;
}


div.quote {
font-family:Georgia,Helvetica;
font-size:0.8em;
font-style:italic;
margin:0.5em;
background-color: #FFFFFF;
}

span.caption {
font-family:Georgia,Helvetica;
font-size:0.8em;
font-style:italic;
margin:0.5em;
background-color: #FFFFFF;
}

.blurb td, th {
background-color: #FFFFFF;
}

#stuff {
	
	width:738px;
	height:35px;
	margin-top:180px;
	margin-bottom:0px;
	top: 156px;
	visibility: visible;
	background-color: #660000;
}


.rightsidebar {
	width:250px;
	height:15px;
	background-color: #666;
	margin-left: -10px;
	}



.footerbar {
	width:740px;
	height:15px;
	background-color: #666;
	margin-left: 20px;
	}

.footer {
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	/*border: 1px solid #000;*/
	height: auto;
	background-color: #FFF;
	color: #000;
} 
#footer ul {
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: .5em;
	padding-bottom: 0px;
	padding-left: .5em;
	display: block;
	color: #777;
	text-decoration: none;
	font-size: 9px;
	white-space: nowrap;
}
.footer li {
	display: inline;
	text-decoration: none;
}

.footer a:hover,  a:active {
	color:#D00;
}
{
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.paragraphIndent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	clip: rect(auto,auto,auto,auto);
	text-indent: 10px;
}
.indent1 {
	padding-right: 15px;
	padding-left: 15px;
}
.link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00C;
	font-weight: normal;
	text-decoration: none;
}
.tableText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
}
#form2 table {
	padding-right: 5px;
	padding-left: 5px;
}
.gray_x {
	color: #666;
}
.alignLeft {
	text-align: left;
}
.textColorBlack {
	color: #000000;
}
.rowHeight48px {
	height: 48px;
}
.bulletList {
	list-style-type: none;
	display: none;
}
#apDiv1 {
	position:absolute;
	width:738px;
	height:100px;
	z-index:3;
	float: right;
	top: 0px;
	left: 50;
}
#apDiv2 {
	position:absolute;
	width:738px;
	height:39px;
	z-index:2;
	top: 100px;
}
#apDiv3 {
	position:absolute;
	width:372px;
	height:100px;
	z-index:3;
	top: 10px;
	float: left;
	left: 170;
}
#apDiv4 {
	position:absolute;
	width:738px;
	height:20px;
	z-index:4;
	top: 139px;
}
#apDiv5 {
	position:absolute;
	width:738px;
	height:35px;
	z-index:5;
	top: 156px;
	visibility: visible;
	background-color: #660000;
}




body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#apDiv6 {
	position:absolute;
	width:660px;
	height:80px;
	z-index:3;
	left: 60px;
	top: 1165px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	list-style-type: none;
	white-space: nowrap;
	float: left;
	padding-top: 0.2em;
	padding-bottom: 1em;
	border: 1px solid #111;
	text-decoration: none;
	display: inline;
}
#apDiv7 {
	position:absolute;
	width:700px;
	height:70px;
	z-index:3;
	left: 40px;
	top: 1165px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	list-style-type: none;
	text-align: left;
	display: inline;
	margin: 0px;
	white-space: nowrap;
	float: left;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
#apDiv8 {
	position:absolute;
	width:738px;
	height:25px;
	z-index:3;
	top: 192px;
	background-color: #999999;
	float: right;

	
.header3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}


