*{
	padding: 0px;	
}
body {
	
	margin:0px;
	padding:0px;
}
h1{
	margin:0px;
	padding:0px;
	color:#0367a6;	
	font-family: arial;
	font-size:16px;	
}
h2{
	margin:0px;
	padding:0px;
	color:#00BBF1;	
	font-family: arial;
	font-size:16px;	
}
a {
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
	color: #00BBF1;
}
p{
	margin: 0px;
	padding: 0px;	
}
#main_container {
	height:100%;
	width: 956px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -478px;
	background-color:#FFFFFF;
}
#container_border {
	left: 50%;
	width: 956px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}
#container{
	margin:8px;
	height: 584px;
}
#header{
	height:88px;
	width: 956px;
	background-image: url("./images/header3.jpg");
}
#top{
	height:291px;
	width: 956px;
	background-image: url("./images/header4.jpg");
	background-repeat: none;
}
#content_div{
	padding-bottom:15px;
	background-image: url("./images/backg.jpg");
	width: 956px;
	background-repeat: repeat-y;
	z-index: 1;
}
#con_container{
	width:840px;
	position: relative;
	left: 105px;
	z-index: 1;	
}
#footer{
	background-color: #23394f;
	width:956px;
	height: 8px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;

}
#footer2{
	background-color: #ffffff;
	width:930px;
	height: 8px;
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	font-family: arial;
	color:#333333;
}	
#link_header{
	height: 45px;
	width: 100px;
	position: relative;
	top :25px;
	left: 805px;
	
}
.linkclass{
	height: 45px;
	width: 50px;
	float: left;
	cursor: pointer;
}
#img{
	position: relative;
	left:110px;
	height: 200px;
	width: 782px;
	overflow: hidden;
}
#menu{
	position: relative;
	left:109px;
	height: 30px;
	width: 782px;
	z-index: 10000;
}
#title{
	position: relative;
	left:110px;
	height: 40px;
	width: 782px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 15px;
}
ul{
	padding:0px;
	margin:0px;
	margin-left: 25px;
	padding:0px;
	list-style-type: disc;	
}
.a_link{
	color:#333;
}
.a_link:hover{
	color:#666;
}