.hide {
display: none; 
} 

p, td, li, ul, ol, h1, h2, h3, h4 {
font-family: arial, helvetica, sans-serif;
}



	/* General layout parameters */


body {
margin: 0; 
padding: 0; 
border: 0; 
text-align: center; 
} 

#container {
text-align: center;  
margin-left: auto;
margin-right: auto;
padding: 0; 
width: 724px;			/* False value for IE4-5/Win */
voice-family: "\"}\""; 
voice-family: inherit; 
width: 720px;			/* Actual value */
} 

html > body .container {
width: 720px;			/* Nice to Opera */
} 

	/* Head image */

#head {
text-align: left; 
margin: 0; 
padding: 0; 
border: 0; 
} 



	/* Main content area layout and style*/

#content { 
text-align: left;
margin-top: 0; 
margin-right: 0;
margin-bottom: 0;
margin-left: 20px;
padding: 0; 
border: 0;  
} 


p {
color: #5D5D5D; 
font-size: 12px; 
margin-top: 14px; 
margin-right: 0;
margin-bottom: 14px;
margin-left: 14px;
border: 0;  
} 

	.hilight{
	background-color: #EEECEC;
	color: #5D5D5D;
	padding: 15px;
	}


span.strtit{
color: #A98453; 
font-size: 12px;
font-weight: bold;
text-align: left;
}

span.strong{
color: #424242; 
font-size: 12px;
font-weight: bold;
}

span.def {
color: #B1B1B1;
font-size: 10px;
}


#logo {
text-align: left;
border: 0;  
height: 50px;
padding-left: 40px;
} 


h1 { 
color: #474747;
margin-bottom: 25px;
margin-left: 14px;
border-bottom: 1px solid #D6D4D4;  
font-size: 18px; 
font-weight: bold;
} 

h2 {
color: #464646;
margin-bottom: 20px;
margin-left: 14px;
border: 0; 
font-size: 14px; 
}


ul {
color: #5D5D5D; 
list-style-type: disc;
font-size: 12px;
margin-top: 0; 
margin-right: 0;
margin-bottom: 25px;
margin-left: 35px;
padding: 0;
}


/* Subheader Benchmark & Date */

#subheader {
color: #CC0211;
font-size: 11px;
height: 25px;
text-align: left;
border-bottom: 1px solid #fff;
}

#date {
color: #E18811;
font-size: 11px;
height: 5px;
text-align: right;
border-bottom: 15px solid #fff;
}



/* Sidebar */

#sidebar {
color: #7D7D7D;
font-size: 11px;
text-align: left;
border-right: 1px solid #ADAEB0;
margin: 0;
}

	.subtitle {
	background-color: #B8B9BA;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0;

	}

	.def {
	font-size: 11px;
	margin: 0;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	}

	.spacer {
	text-align: right;
	margin: 0;
	padding: 0;
	}


/* Top Main Navigation */

#topnav {
color: #CCC;
text-align: right;
font-weight: bold;
height: 30px; 
width: 100%; 
border: 0;  
} 

#topnav ul {
margin: 0; 
padding: 0; 
font-size: 10px;  
line-height: 40px; 
white-space: nowrap; 
} 

#topnav li {
list-style-type: none; 
display: inline; 
} 

#topnav li a {
background-color: transparent;
color: #E58E1A; 
text-decoration: none; 
padding: 2px 0px; 
} 

#topnav li a:hover {
background-color: transparent;
color: #000; 
} 


/* Grey Secondary Navigation */

#secnav {
background-color: #ADAEB0;
color: #FFF;
font-size: 10px;
text-align: right;
Padding-top: 4px;
padding-right: 4px;
border-top: 1px solid #fff; 
height: 16px;
} 

#secnav a:link , #secnav a:visited { 
color: #FFF; 
text-decoration: none; 
} 

#secnav a:hover {
color: #000; 
text-decoration: none; 
} 

#secnav a:active { 
color: #FFF; 
text-decoration: none; 
} 


/* Footer */

#foot {
margin: 0; 
padding-top: 15px;
padding-bottom: 200px;
border: 0; 
text-align: center;
} 

#foot p {
color: #AEAEAF; 
font-size: 10px; 
} 

#foot a:link , #foot a:visited { 
color: #AEAEAF; 
text-decoration: none; 
} 

#foot a:hover {
color: #000; 
text-decoration: none; 
} 

#foot a:active { 
color: #AEAEAF; 
text-decoration: none; 
} 



/* General linkology */

a:link , a:visited {
/*color: #7D7D7D; */
color: #E58E1A;
text-decoration: underline; 
} 

a:hover {
color: #000; 
text-decoration: underline; 
} 

a:active {
color: #7D7D7D; 
text-decoration: underline; 
} 

