html, body {
		height:100%;
		}

body {
	font-family: Verdana, verdana;
	font-size: 10px;
	background: #fff;
	padding: 0 auto;
	margin: 0 auto;
}
#header
{
		background: url('layout/header.png');
		margin:0 auto;
		text-align:left;
		width:885px;
		height: 68px;
		color: #ffffff;
		
}		


#main {

		margin:0 auto;
		position:absolute; 
		text-align:left;
		width:885px;
		background-color: #ffffff;
		color: #000000;
		font-size: 10px;
		}
		
	
#whole 	{
		margin:0 auto;
		position:relative; 
		top: 0px;
		text-align:left;
		width:885px;
		clear:left;
		border:0px solid;
		}



#main_screen
{
	position: relative;
	width: 777px;
	background: url('layout/main_bck.png');
	background-repeat: repeat-x;
	background-color: #fff;
	
}

.main_text
{
	font-size: 12px;
	font-family: Verdana, verdana;
	padding: 10px;


}
.frontpage_text
{
	font-size: 12px;
	font-family: Verdana, verdana;
	

}

.menubar_text
{
	position: relative;
	top: 0px;
	height: 52px;
	font-size: 13px;

	font-family: Verdana, verdana;
	color: #3d5887;
	text-align: center;
	
	

}

.menubar_img
{
	position: relative;
	top: 10px;
}



.menubar_text a
{
	color: #3d5887;
}

.menubar_text a:visited
{
	color: #3d5887;
}

.menubar_text a:link
{
	color: #3d5887;
}

.menubar_text a:hover
{
	color: #a1acbc;
}
#menubar
{
	position: relative;
	background: url('layout/menubar.png');
	width: 885px;
	height: 60px;

}

#leftborder
{
	position: relative;
	left: 0px;
	width: 54px;
	background: url('layout/leftborder.png');
	background-repeat: repeat-y;
}
#rightborder
{
	position: relative;
	right: 0px;
	width: 54px;
	background: url('layout/rightborder.png');
	background-repeat: repeat-y;
}
#footer
{
	position: relative;
	width: 885px;
	height: 150px;
	background: url('layout/footer.png');
	background-repeat: no-repeat;
}

.footer_text
{
	position: relative;
	top: 15px;
	width: 885px;
	height: 149px;
	font-size: 12px;
	font-family: verdana;
	color: #9fb1cd;
	text-align: center;
}


a  {
	color: #0e3e8d;
text-decoration: none;
	
	
	
}

a:link {
	color: #0e3e8d;
	text-decoration: none;
	
}

a:visited {
	color: #0e3e8d;
	text-decoration: none;
}

a:hover {

	color: #0e3e8d;
	text-decoration: underline;
	
}

