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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image:url(images/bg_page.jpg);
	background-position:center top;
}

#container {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}



/* This is the CSS for TopNav Drop-downs */

#topnav {
	font-size:11px;
	height:35px;
	background-image:url(images/navbar.jpg);
	background-repeat:no-repeat;
	padding-left:24px;
	}

	
#topnav a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:0 24px 0 0;
	text-decoration:none;
	}


#nav, #nav ul {
	padding: 4px 0 0 3px;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav a {
display: block;
color:#fff;
font-size: 11px;
font-weight:bold;
}

#nav a:hover {
color: #600;
}

#nav li {
float: left;
margin-right: 24px; 
}

#nav li ul {
position: absolute;
left: -999em;
background-color:#999;
width: 153px;
padding: 6px 0 6px 0;
line-height:18px;
}


#nav li li a {
color: #fff;
display: block;
width: 150px;
font-weight:normal;
padding:3px 0 3px 3px;
}

#nav li li:hover {
background-color:#CCC;
}


#nav li ul ul {
	margin: -1em 0 0 10em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
left: auto;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}


/*  End of Drop Down CSS   */







#sidebar {
	float: left;
	padding: 10px 0 24px 0;
	
}

#sidebar h1 {
	font-size:12px;
	font-weight:bold;
	color:#006600;
	border-bottom:dotted;
	border-bottom-color:#999;
	border-bottom-width:2px;
	}
	
#sidebar a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:16px;
	color:#666666;
	}
	
#sidebar a:hover {
	color:#000;
	}
	

	
#sidebar p {
	margin: 0 0 12px 0;
	}
	
.Author {
	font-size: 10px;
	font-weight: bold;
}

	
	
	
#footer {
	color: #fff;
	text-align:center;
	background-color: #000;
	height: 60px;
	padding: 10px;
}

#footer p {
	font-size:10px;
	}
#footer a {
	color:#CC0000;
	text-decoration:none;
	}
#footer a:link {
	text-decoration:underline;
	}	
	
	

#mainContent {
	float: right;
	width: 550px;
	padding: 10px 10px 10px 15px;
}

#mainContent h1 {
font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#999;
	text-align:left;
	}
#mainContent h2 {
	font-size:14px;
	font-weight:bold;
	color:#2b8600;
	border-bottom:dotted;
	border-bottom-color:#999999;
	border-bottom-width:2px;
	padding-bottom:6px;
	}
	
#mainContent p  {
	font-size:12px;
	line-height:20px;
	margin-bottom:12px;
	}
#mainContent  td {
	font-size:10px;
	line-height:16px;
	color:#666;
	}	
	
#mainContent a {
	font-weight:bold;
	text-decoration:none;
	color:#C00;
	}
	
#mainContent a:hover {
	color:#ff9999;
	}
	
#mainContent ul { 
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	line-height:20px;
}



#mainContent li.bullets {
	

}



#columnOne {
	float:left;
	width:290px;
	
	}
	
#columnOne p {
	font-size:12px;
	line-height:24px;
	margin-bottom:12px;
	color:#666666;
	}
	
	
	
#columnTwo {
	float:right;
	width:200px;
	padding: 0 3px 12px 12px;
	border-left:dotted;
	border-left-color:#ccc;
	border-left-width:2px;
	}
	
	
#columnTwo p {
	font-size:11px;
	line-height:16px;
	color: #666666;
	margin-bottom:12px;
	}
#columnTwo a {
	font-weight:bold;
	text-decoration:none;
	color:#C00;
	}
	
#columnTwo a:hover {
	color:#000;
	}
	
#columnTwo ul { 
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	line-height:20px;
	margin:0 0 0 18px;
	padding:0 0 0 0;
}

.clear {
	clear: both;
}



	
/*  Formatting for Quoatations   */


#columnTwo h2 {
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	}
#columnTwo h3 {
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	color:#666666;
	text-align:right;
	text-transform:uppercase;
	}
	
#columnTwo h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:60px;
	font-weight:bold;
	line-height:12px;
	color:#CCCCCC;
	margin-bottom:-30px;
	margin-top:60px;
	}
	
	


