body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	background-color: #BDD6F5;
	background-image: url(bg_vert.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	/*clear:both;*/
	border: solid #000 0px;
	
}
#container{
	background-color: #ffffff;
	padding: 0px;  
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	height: 630px;
	/*height: auto;*/
	width: 787px;
	border: solid #000 0px;
}
#header {
	background: url(topheader3.jpg) no-repeat top left;
	height: 76px;
}
#leftright {
	width:778px;
	float: left;
	border: solid #000 0px;
}
#leftArea {
	width:325px;
	height:330px;
	float: left;
	margin-top:30px;
	margin-left:10px;
	border: solid #000 0px;
}
#leftAreaTop {
	height:28px;
	border: solid #000 0px;
}
#leftAreaSearch {
	height:225px;
	border: solid #BDD6F5 2px;
}
#rightArea {
	width:400px;
	height:300px;
	float: left;
	border: solid #000 0px;
	margin-top:30px;
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #31214e;
}
h3 {
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #31214e;
}
#btmBg {
	border: solid #000 0px;
	background: transparent url(btmBg5.jpg) no-repeat bottom left;
	margin-top:60px;
	margin-left:2px;
	width: 784px;
	height: 100px;
	float:left; 
	font-weight:12px;
	font-family: Arial, Helvetica, sans-serif;
	
}
p{
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #31214e;
}
#btmBg a:link {
	color:#564579;
	text-decoration:none;
}
#btmBg a:visited {
	color:#564579;
	text-decoration:none;
}
#btmBg a:hover {
	color:red;
	text-decoration:underline;
}

.menu{
    height:30px;
	padding-left:0px;
	margin-top:1px;
	}
.menu_bt{
    float:left;
	display:inline;
	margin-left:1px;
	}
.clear{
     clear:both;
}