@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	line-height: 1.5;
	}
body {
	background-color: #FFFFF4;
	margin-top: 0px;
	}


a:link {
	color: #B23223;
	text-decoration: underline;
	}
a:visited {
	color: #B23223;
	text-decoration: underline;
	}
a:hover {
	color: #E31800;
	text-decoration: none;
	}
a:active {
	color: #E31800;
	text-decoration: underline;
	}


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	}
h1 {
	font-size: 12pt;
	color: #B23223;
	}
h2 {
	font-size: 10pt;
	color: #666666;
	text-transform: uppercase;
	}
	
	
ul {
	list-style-image:url(_images/bullet.gif);
	}
.ulnone {
	list-style: none;
	}
.pdf {
	background: transparent url(_images/bpdf.gif) no-repeat 0;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-left: 0px;
	}
.doc {
	background: transparent url(_images/bdoc.gif) no-repeat 0;
	padding-left: 15px;
	padding-bottom: 3px;
	margin-left: 0px;
	}
.xls {
	background: transparent url(_images/bxls.gif) no-repeat 0;
	padding-left: 15px;	
	padding-bottom: 3px;
	margin-left: 0px;
	}
.web {
	background: transparent url(_images/bweb.gif) no-repeat 0;
	padding-left: 15px;
	padding-bottom: 3px;
	margin-left: 0px;
	}
	

#navigation {
	font-size: 8.5pt;
	text-transform: uppercase;
	font-weight: bold;
	}
#navigation ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #C7C813;
	color: #FFFFFF;
	float: left;
	width: 100%;
	}
#navigation ul li { 
	display: inline; 
	}
#navigation ul li a {
	padding: 0.2em 1em;
	background-color: #C7C813;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 3px solid #FFFFFF;
	}
#navigation ul li a:hover {
	background-color: #B23223;
	color: #FFFFFF;
	}
#navigation li#active a {
	background: #B23223;
	}
	

#highlight {
	line-height: 1;
	}
#highlight ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 5px;
	background-color: #E3E2B2;
	float: left;
	width: 800px;
	}
#highlight ul li { 
	display: inline; 
	padding: 1.5em 1em;
	text-decoration: none;
	float: left;
	border-right: 3px solid #FFFFFF;
	width: 29%;
	height: 65px;
	}
.highlightheader {
	font-size: 11pt;
	font-weight: bolder;
	color: #B23223;
	text-transform: uppercase;
	}
.highlightheader a {
	text-decoration: none;
	}
.highlighttext {
	color: #B23223;
	line-height: 1.5;
	}
	
	
.outlineL {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
.outlineR {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
.outlineH {
	border-right: 1px solid #CCCCCC;
	}
	
	
.title {
	color: #B23223;
	font-weight: bold;
	}
.fineprint {
	color: #999999;
	font-size: 8.5pt;
	}
.footer {
	color: #999999;
	font-size: 8.5pt;
	line-height: 1.3em;
	}
	

.photo {
	background: url(_images/gradient.gif) repeat-x;
	border: 1px solid #CCCCCC;
	padding: 5px;
	}
.imslogin {
	border: 1px solid #CCCCCC;
	padding: 5px;
	}

	