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


* {
padding: 0;
margin: 0;
} 


body {
	margin:0 auto;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background:url(images/bg-page.jpg) top center no-repeat;
	background-color:#000000;
}


#container {
	width: 768px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	background:url(images/bg2.gif) top center no-repeat;
	background-color:#fff;
}


#header {
	
	}


#topnav  {
background-image:url(images/bg_topnav.png);
background-repeat:repeat-x;
margin: 24px 0 0 0;
}

#topnav a {
	margin: 0 9px 0 9px;
	}


#sidebar {
	float: left;
	width: 166px;
	padding: 10px;
	margin:70px 0 0 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:#c00;
	}
	
#sidebar a:hover {
	color:#000;
	}
	
#sidebar ul { 
	list-style-type: none;
	line-height:18px;
	margin: 2em 0 0 -1em;
	padding: 0 0 0 1em;
}


	
#sidebar h2 {
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	font-family:"Times New Roman", Times, serif;
	color:#999999;
	}
#sidebar h3 {
	font-size:11px;
	font-weight:normal;
	line-height:12px;
	color:#666666;
	text-align:right;
	}
	
#sidebar h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:60px;
	font-weight:bold;
	line-height:12px;
	color:#CCCCCC;
	margin-bottom:-20px;
	margin-top:30px;
	}
	
#sidebar p {
	margin: 0 0 12px 0;
	}
	
.Author {
	font-size: 10px;
	font-weight: bold;
}

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

#footer p {
	font-size:10px;
	line-height:24px;
	}
	
#footer a {
	color:#66CC00;
	}
	
	
	
	
	

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

#mainContent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#999;
	margin: 0 0 12px 0;
	}
#mainContent h2 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding: 12px 0 6px 0;
	}
	
#mainContent p  {
	font-size:12px;
	line-height:20px;
	margin: 0 0 12px 0;
	}
#mainContent  td {
	font-size:12px;
	
	}	
	
#mainContent a {
	font-weight:bold;
	text-decoration:none;
	color:#C00;
	}
	
#mainContent a:hover {
	color:#00CC00;
	}
	
#mainContent ul { 
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	line-height:18px;
	margin-bottom:12px;
}

#mainContent li  {
	font-size:12px;
	}



#columnOne {
	float:left;
	width:300px;
	margin: 0 24px 0 0;
	
	}
	
#columnOne p {
	font-size:12px;
	line-height:24px;
	}
	
	
	
#columnTwo {
	float:left;
	width:200px;
	padding: 0 3px 12px 12px;
	
	}
	
	
#columnTwo p {
	font-size:11px;
	line-height:18px;
	color: #666666;
	margin-bottom:12px;
	}
	
.clear {
	clear: both;
}



/*  Styles for Quotes   */



#columnTwo h2 {
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CC0000;
	}
#columnTwo h3 {
	font-size:11px;
	font-weight:normal;
	line-height:12px;
	color:#666666;
	text-align:right;
	}

#columnTwo h4 {
	
	margin-top:30px;
	}

hr {
border-style:dotted;
border-color:#ccc;
}