body{
	background: #7D7D7D;
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 7px;
	background-image: url(bg.jpg);
}
p{
	margin: 10px 20px 10px;
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
}
#main_container{
	width: 800px;
	margin: 0 auto;
	border: solid;
	border-width: 4px;
	border-color: #0578B8;
	background: White;
	padding: 10px 10px 10px;
}
#top_he{
	width: 600px;
}
#links_he{
	width: 300px;
	float: right;
	font-family: Helvetica;
	font-size: 13px;
	color: #0C79B4;
	padding: 30px 5px 0px;
}
#black_he{
	background: #00002D;
	font-family: Arial;
	font-size: 14px;
	color: White;
	padding: 5px 5px 5px;
}
#box1{
	width: 250px;
	font-family: Arial;
	font-size: 11px;
	color: Black;
	float: right;
	padding-top: 5px;
	
}
#box2{
	width: 270px;
	font-family: Arial;
	font-size: 11px;
	color: Black;
	float: right;
	padding-top: 5px;
	
	
}
#box3{
	width: 250px;
	font-family: Arial;
	font-size: 11px;
	color: Black;
	float:right;
	padding-top: 5px;
	
}
#footer{
 clear:both;
 font-family: Arial;
 font-size: 11px;
 text-indent: 8px;
 padding-top: 30px;
 color: #b5b5b5;
	
}
#info{
	background: white;
	font-family: Arial;
	font-size: 14px;
	color: black;
	padding: 5px 5px 5px;
}

.ddpanel .ddpanelcontent{
	/*CSS for "content" DIV of Drop Down Panel*/
	color: white;
	background: #767676; /*background of Drop Down Panel*/
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 20px;
font: normal 12px Arial;
}

.ddpanel .ddpaneltab a{
	/*"toggle" tab related CSS*/
	
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
padding: 1px 12px 4px 13px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

.ddpanel .ddpaneltab a:hover{
	background-color: #303030; /*background of toggle tab onMouseover*/
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}

.basictab ul{
margin:15px;
padding: 3px 0;
font: bold 12px Verdana;
list-style-type: none;
width: 650px;
}

.basictab li{
display: inline;
margin:0px;
width: 650px;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin: 0px;
	border-bottom: none;
	background-color: #000033;
	color: white;
}

.basictab li a:visited{
	color: white;
}

.basictab li a:hover, .basictab li a.current{
	background-color: #312D42;
	color: white;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
width: 650px;
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
width: 650px;
margin:15px;
font-family: Arial;
font-size: 14px;
line-height: 20px;
}