
body {
	background-color: #B0D0E1;
	margin-top: 0px;
	margin-left: 0px;

} 

a:link { color:#B0D0E1; text-decoration: none;}
a:visited { color:#B0D0E1; text-decoration: none;}
a:hover { color:#4E97B5; text-decoration: none;}
a:active { color:#B0D0E1; text-decoration: none;}

.page a:link { color:#4E97B5; text-decoration: none;}
.page a:visited { color:#4E97B5; text-decoration: none;}
.page a:hover { color:#4E97B5; text-decoration: none;}
.page a:active { color:#4E97B5; text-decoration: none;}



.image {

	width: 800px;
	height: 180px;

	position: absolute; left: 0px;
	
	background-color: #ffffff;

	border-style: solid;
	border-width: 1px;
	border-color: #4E97B5;


}

.topmenu {
	
	width: 795px;
	height: 30px;
	
	position: absolute; top: 180px;
	position: absolute; left: 0px;
	

	background-color: #ffffff;

	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #4E97B5;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #4E97B5;

	font-family: Arial Black; Arial; san-serif;
	font-size: 18px;
	font-weight: normal;
	color: #cccccc;

	text-align: center;

	padding-left: 5px;
	padding-right; 5px;


}

.sidemenu {

	width: 147px;
	height: 3500px;

	overflow: visible;

	position: absolute; top: 210px;

	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #4E97B5;

	background-color: #ffffff;

	padding-left: 10px;

	font-family: Arial Black; Arial; san-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B0D0E1;

	line-height: 15px;

}

.page {

	width: 800px;
	height: 2500px;

	overflow: visible;

	position: absolute; top: 10px;
	position: absolute; left: 10px;

	min-height: 1000px;

	background-color: #ffffff;

	border-right-style: solid;
	border-right-color: #4E97B5;
	border-right-width: 1pt;

	padding-left: 5px;
	padding-right: 5px;
	
	padding-top: 20px;

	font-family: Arial;
	font-size: 12px;


}

h1{

	font-family: Arial Black; Arial; san-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4E97B5;

	line-height: 15px;


}


h2{ 	font-family: Arial Black; Arial; san-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4E97B5;


	border-bottom-width: 1px;
	border-bottom-color: #4E97B5;
	border-bottom-style: solid;
	padding-bottom: 2px;

	line-height: 10px;

}



h3{
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;

}






















