body{
	margin-top:5px;
	font-family:arial,helvetica,sans serif;
	color:#000066;
	font-size:12px;
}
a{
	color:#0000ff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
a:hover{
	background-color:#000066;
	color:white;
}
h1{
	font-size:20px;
}
h2{
	color:#000066;
	font-size:17px;
	margin-top:1px;
}
li{
	margin-bottom:6px;
}

.navbarlink{
	border-width:1px 0px 1px 1px;
	border-style:solid;
	border-color:#000066;
	padding:2px 10px;
	margin:0px;
}


div#container{
	margin-left:auto;
	margin-right:auto;
	width:865px;
	border: 2px #000066 solid;
	padding:5px;
}

div#index_header{
	
}
#index_topbar{
	background-color:#000066;
	width:865px;
	height:40px;
}
#index_leftside{
	width: 480px;
	border: 1px #000066 solid;
	padding:5px;
	float:left;
	margin-bottom:5px;
}
#index_rightside{
	width: 350px;
	border: 0px #000099 solid;
	float:right;
	text-align:right;
	padding:5px;
	margin-bottom:5px;
	background-color:#ccccff;
	height:100%;
}
#index_bottom{
	clear:both;
	width:865px;
	height:40px;
	background-color:#000066;
	border: 1px #000066 solid;
	margin-top:5px;
}

#leftside{
	width: 370px;
	float:left;
}

#rightside{
	border: 0px #000066 solid;
	padding:5px;
	float:right;
	width:470px;
	margin-bottom:5px;
}
#navbar{
	border: 1px #000066 solid;
	width:865px;
	padding:2px 0px;
	margin-bottom:2px;
	text-align:right;
}
