.page   {
	color: #25408e;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-decoration: none;
	background-image: url("../graphics/gradient.gif");
	text-align: center;
	margin: 7px;
}

.vsmall {
	font-size: 10px;
}

p {
	margin-bottom: 5px;
	margin-top: 5px;
}
/*MENU & LINK STYLES*/
a.nav:link,a.nav:visited  {
	color: #1d3c8d;
	font-size: 11px;
	font-weight: 500;
	line-height: 13px;
	text-decoration: none;
	margin: 1px;
	padding: 0;
	background-repeat: inherit;
}
a.nav:hover        { color: #1d3c8d; font-style: normal; font-weight: bold; text-decoration: none; margin: 1px; padding: 0 }
a.nav:active       { color: #063cab; font-weight: bold; background-color: #dde4f4; margin: 1px }
.nav_active        { color: #063cab; font-size: 11px; font-weight: bold; line-height: 13px; background-color: #dde4f4; margin: 1px }
a.navwhite:link, a.navwhite:visited   { color: #01b3fd; font-size: 18px; font-weight: 600; line-height: 20px; text-decoration: none; margin: 1px; padding: 0 }
a.navwhite:hover      { color: #fff; font-weight: 600; text-decoration: none; margin: 1px; padding: 0 }
.text_white {
	color: #FFFFFF;
}

div#HomePage {
	background-image: url(../graphics/water_gradient_banner.jpg);
	height: 460px;
	width: 770px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

div#HomePage2 {
	height: 40px;
	width: 225px;
	top: 380px;
	position: absolute;
	text-align: left;
	float: left;
	left: 515px;
}

div#header_block {
	position:relative;
	width:770px;
	height:80px;
	z-index:1;
	top: 0px;
	background-image: url(../graphics/bk_header.jpg);
	border-color: #7c94b7;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
}

div#logo {
	position:absolute;
	width:200px;
	height:50px;
	z-index:2;
	left: 15px;
	top: 10px;
	background-image: url(../graphics/Logo-200.gif);
}

div.mainmenu {
	position:absolute;
	width:40px;
	height:20px;
	z-index:3;
	left:230px;
	top:45px;
	float: left;
}

div.content_block {
	position:relative;
	width:770px;
	height:380px;
	z-index:4;
	left: 0px;
	top: 0px;
	background-image: none;
	border-color: #7c94b7;
	border-width: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	background-color: #c5d5ec;
}

div#sidebar {
	position:absolute;
	width:160px;
	height:360px;
	z-index:5;
	left: 10px;
	top: 10px;
	text-align: left;
	float: left;
}

div.MenuTitle {
	font-weight: bold;
	height: 20px;
}

div.MenuTitle2 {
	font-weight: bold;
	height: 34px;
}

div.MenuItem {
	padding: 0 0 0 3px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #7c94b7;
	height: 15px;
}

div.MenuItem2 {
	padding: 0 0 0 3px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #7c94b7;
	height: 27px;
}

div#language {
	top: 345px;
	position: absolute;
	float: left;
}

