/* CSS Document */

#bg_banner{
	background-image:url(../img/bg_banner.jpg);
	background-repeat:repeat-x;
	position:absolute;
	top:60px;
	left:0px;
	right:0px;
	height:130px;
	
}
#img_banner_outer{
	position:absolute;
	top:70px;
	left:0px;
	height:120px;
	right:0px;
}
#img_banner_inner{
	background-image:url(../img/img_banner.jpg);
	background-repeat:no-repeat;
	width:735px;
	height:120px;
	margin:auto;
	z-index:5;
	
}
#bg_content_outer{
	position:absolute;
	top:120px;
	left:0px;
	right:0px;
	bottom:0px;
}
#bg_content_inner{
	width:735px;
	margin:auto;
}
#bg_menu{
	background-image:url(../img/bgcontent.jpg);
	background-position:top,left;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	width:191px;
	bottom:0px;
}
#bg_content{
	background-image:url(../img/bgcontent.jpg);
	background-position:top,right;
	background-repeat:no-repeat;
	position:absolute;
	top:70px;
	width:735px;
	bottom:0px;
	
}
#content{
	position:absolute;
	left:203px;
	top:0px;
	width:520px;
	bottom:20px;
	overflow:auto;
	padding-right:10px;
	z-index:5;
}
#layer_copyright{
	position:absolute;
	bottom:0px;
	height:20px;
	width:735px;
	text-align: center;
	overflow:auto;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#21409A;
	font-size:12px;
}
a{
	color:#21409A;
}
img {
	border:0;
}
.navlink{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	list-style-image:url(../img/list_icon.png);
			
}
h1{
	font-size:28px;
}

a:hover {
	color: #0099FF;
}
p {
	text-align: justify;
}