@charset "utf-8";
/* CSS Document */
body{
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	height:100%;
}
#mainWrap{
	background:#000000;
	margin:15px auto;
	width:950px;
	min-height: 100%;
	height: auto;
	height: 100%;

}
#header{
	background:url(images/header.jpg);
	height:93px;
}
#flashbox{
	width:950px;
	height:500px;
}
#contentBox{
	background-color:#FFFFFF;
	padding:5px 5px 5px 5px;
	height:100%;
}
#ptext{
	float:left;
	clear:right;
	width:550px;
	height:100%;
	color:#666666;
	font-size:14px;
	margin-left:20px;
	padding:5px 5px 5px 5px;
}
#rcolum{
	width:200px;
	margin-left:2px;
	color:#666666;
	float:left;
	clear:right;
}
#rcolum2{
	width:190px;
	margin-left:2px;
	color:#666666;
	float:left;
	clear:right;
	border-left:solid 1px #00FF00;
}
#bottomBar{
	height:156px;
	background:url(images/gradient.gif);
	background-repeat:repeat-x;
}
#bottomLinks{
	padding:5px 5px 5px 5px;
	background:#171717;
	color:#666666;
	text-align:center;
	font-size:10px;
}
#bottomLinks a{
	text-decoration:none;
	color:#666666;
}
#bottomLinks a:hover{
	text-decoration:none;
	color:#CCCCCC;
}
#topLinks{
	padding:70px 5px 5px 5px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#999999;
}
#topLinks a{
	color:#999999;
	text-decoration:none;
}
#topLinks a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#topLinks #selected a{
	font-size:12px;
	color:#FFFFFF;
}
#footer{
	padding:5px 5px 5px 5px;
	margin:0 auto;
	width:950px;
	text-align:center;
	color:#666666;
	font-size:9px;
}
#footer a{
	color:#CCCCCC;
	text-decoration:none;
}
#footer a:hover{
	color:#00FF00;
	text-decoration:none;
}
.bullet{
	list-style-image:url(images/bullet.gif);
	font-size:12px;
}

#menu {
	width: 157px;
	background-color:#CCCCCC;
	float:left;
	clear:right;
	height:350px;

}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	padding-left:2px;
	}
#menu li a {
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;
	width:143px;
	padding: 3px 0 3px 10px;
	margin-top:4px;
	border-left: solid 2px #000066;
	background:#999999;
	}
	
#menu li a:hover {
	color:#FFFFFF;
	background:#999999;
	padding: 3px 0 3px 10px;
	border-left:solid 2px #00FF00;
	}
#menu #selected a{
	color:#FFFFFF;
	background:#666666;
	padding: 3px 0 3px 10px;
	border-left:solid 2px #00FF00;
}
#bTab{
	background:url(images/bottomtab.jpg);
	background-repeat:no-repeat;
	width:302px;
	height:128px;
	float:left;
	clear:right;
	margin:20px 0px 0px 10px;
	text-align:center;
	padding-top:5px;
}
.H1{
	color:#00FF00;
	font-size:14px;
	font-weight:bold;
}
.H2{
	color:#333333;
	font-size:12px;
	font-weight:bold;
}
.H3{
	color:#666666;
	font-size:10px;
}
.H4{
	color:#999999;
	font-size:9px;
}