@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url(images/bg.png);
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.underline {
	text-decoration: underline;
}
#container { 
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 4px solid #666666;
	text-align: left;
} 
#sidebar1 {
	float: left;
	width: 200px;
	background: #FFFFFF;
	padding: 2px;
}
#nav, #nav ul {
	padding: 0 0 20px 0;
	list-style: none;
	float : left;
	width : 11em;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 13.75em;
	margin-top : -2.75em;
	font-size: 80%;
}
	
#nav li a {
	width: 11em;
	w\idth: 10em;
	display: block;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	
	padding : 0.5em;
}
#nav li a:hover {
	color : white;
	background-color: #333333;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#content {
	margin-left : 12em;
}
#mainContent { 
	margin: 20px 0 20px 230px;
	padding: 0 20px;
} 
#mainContent p{
	font-size: 90%; 
	color: #333333;
} 
#mainContent h1{
	font-size: 120%; 
	color: #000033;
}
#mainContent li{
	font-size: 80%; 
	color: #333333;
} 
#top_table {  
	margin: 20px 0 0 0;
} 
#top_table th{  
	color: #000033;
}
#top_table td{
 	font-size: 80%;  
	color: #333333;
}
#bottom_table th{  
	color: #000033;
}
#bottom_table td{
 	font-size: 80%;  
	color: #333333;
}
#footer {
	text-align: center;
	padding: 8px;
	background:#DDDDDD;
	font-size: 80%;
} 
#footer p {
	margin: 0; 
	padding: 4px 0;
}
.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;
}
