
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	background-color:#BDBDBD;
	background-image:url(images/gray-gradient.gif);
	background-repeat:repeat-x;
	color:#333333;
	margin: 0;
	padding: 0;
 }

a { color: #333399; text-decoration:none }

a.hover, #topnav a:hover, .xsmtext a:hover, .bodytextsm a:hover, .smcaps a:hover { 
	color: #000099; text-decoration: underline
}
	
ul {

	margin-left: 200px;
	list-style:outside;
	list-style-type:disc;
}


ul a:hover {
	color: #000099; text-decoration: underline }
	
h1 {
	font-size: 12px;
	font-weight: bold;
	color:#660000;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 25px 0 25px 0;
}

h3 {
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 20px 0 0 0;
}

table {
	border-color:#111111;
	border-collapse:collapse;
}

#header {
	height: 84px;
	width: 746px;
	margin-top: 0;
}

#topnav {
	height: 54px;
	width: 746px;
	margin-top:0;
	background-image:url(images/CHR-topnav.jpg);
	background-repeat:no-repeat;
}

.topnav {
	height: auto;
	text-align: right;
	padding-right: 225px;
	padding-top: 20px;
	font-size: 11px;
	color: #666666;
}

.mainnav {
	margin-left: 114px;
}

.border {
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: none;
}

.border1 {
	border-top:none;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
}


.bodytext {
	font-size: 11px;
	line-height: 1.5em;
	color: #333333;
}

.bodytextsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#smlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.5em;
}

.list {font-size: 11px;
	line-height: 1.75em;
	color: #333333;
}

.widelist {
	margin-left: 100px;
	list-style:outside;
	list-style-type:disc;
	font-size: 11px;
	line-height: 1.75em;
	color: #333333;
}

.xsmtext {
	font-size: 10px;
	text-align: center;
	margin: 5px 0px 5px 0px;
}

.maroon {
	color: #660000
}

.indent {
	margin-left: 75px;
}
	
.indent1 {
	margin-left: 110px;
}

.indent2 {
	margin-left: 180px;
}

.indent3 {
	margin-left: 100px;
}

.smcaps {
	font-variant:small-caps;
}

.imageback {
	height: 28px;
	background-image:url(images/CHR-Nav.jpg);
	background-repeat:no-repeat;
	text-align: center;
}

.fltrt {
	float:right;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 10px;
}

.fltrt1 {
	float:right;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 35px;
}		
	
.fltlt {
	float:left;
	margin-right: 25px;
	margin-top: 25px;
}

.disclaimer{
	font-size:9px;
	}
	
	
