/* CSS Document */

body {
	font-family:Verdana, Arial, Sans-serif;
	font-size:10px;
	text-align:center;
	background-color:#242420;
	margin:0;
	padding:0;
}

#page {
	position:relative;
	width:980px;
	margin:0px auto;
    text-align:left;
    padding:10px;
	background-color:#ffffff;
}

#header{
	float:left;
	width:980px;
	margin:0;
    padding:0;

}
	#header .logo{
		float:left;
		width:230px;
		margin:0;
		padding:5px 0 5px 0;
		text-align:center;
		background-color:#000000;
	}
	
	#header .flash{
		float:right;
		width:745px;
		margin:0;
		padding:0;
		background-image:url(../beakerslowres.gif);
		background-position:right;
		background-repeat:no-repeat;
	}
	
#body{
	float:left;
	width:980px;
	margin:0;
    padding:0;
	background-color:#bec4bc;
}

#lc{
	float:left;
	width:210px;
	padding:25px 10px 25px 10px;

	
}
	#lc .titlemod{
		float:left;
		width:210px;
		text-align:center;
	}
	
	#lc .nav{
		float:left;
		width:210px;
		text-align:left;
	}
		#lc .nav ul{
			list-style:none;
			margin:0 0 0 5px;
			padding:0 0 0 5px;
		}
			#lc .nav ul li{
				margin:5px 0 5px 0;
				color:#ffffff;
				font-weight:bold;
			}
			
			#lc .nav ul li a{
				color:#575757;
				text-decoration:none;
			}
			#lc .nav ul li a:hover, #lc .nav ul li a.selected{
				color:#ffffff;
				text-decoration:underline;
			}
			
	#lc .sponsors{
		float:left;
		width:210px;
		height:75px;
		padding:10px 0 0 0;
		text-align:left;
		font-weight:bold;
	}
		
#rr{
	float:right;
	width:745px;
	padding:0 0 0 5px;
	background-color:#ffffff;
	min-height:450px;
}
	#rr .main{
		float:left;
		width:745px;
		
	}
	
		#rr .main .header{
			float:left;
			width:705px;
			padding:10px 20px 10px 20px;
			background-color:#ffffff;
			background-image:url(../bullet1.gif);
			background-position:0 10px;
			background-repeat:no-repeat;
			
		}
		
		#rr .main .body{
			float:left;
			width:705px;
			padding:0 20px 20px 20px;
			background-color:#f9f8f4;
		}
	
			#rr .main .body ul{
			list-style-image:url(../bullet2.gif);
			}
			
			#rr .main .body img.chart{
				border:solid black 1px;
				margin:5px;
			}			
#fullnav{
	float:left;
	width:940px;
	margin:10px 0 0 0;
    padding:0 20px 20px 20px;
	text-align:center;
}
	
	#fullnav ul{
			list-style:none;
			margin:0;
			padding:0;
		}
			#fullnav ul li{
				margin:0;
				color:#ffffff;
				font-weight:normal;
				display:inline;
			}
			#fullnav ul li.div{
				color:#000000;
			}
			
			#fullnav ul li a{
				color:#575757;
				text-decoration:none;
			}
			#fullnav ul li a.selected{
				color:#ffffff;
				text-decoration:underline;
			}
			
#footer{
	float:left;
	width:940px;
	margin:10px 0 0 0;
    padding:0 20px 20px 20px;
	background-color:#999999;
	text-align:center;
}
	
	#footer ul{
			list-style:none;
			margin:0;
			padding:0;
		}
			#footer ul li{
				margin:0;
				color:#ffffff;
				font-weight:normal;
				display:inline;
			}
			#footer ul li.div{
				color:#000000;
			}
			
			#footer ul li a{
				color:#575757;
				text-decoration:none;
			}
			#footer ul li a:hover, #footer ul li a.selected{
				color:#ffffff;
				text-decoration:underline;
			}
			
a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FF6000;
	margin:0;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin:0;
}

.spacer10{
	clear:both;
	float:left;
	height:10px;
	width:100%;
	font-size:1px;
}

.spacer20{
	clear:both;
	float:left;
	height:20px;
	width:100%;
	font-size:1px;
}

.clear{clear:both;}
