/* the basic page structure */
html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(images/bg-tile.png);
}
#pagecontainer {
		position: absolute;
	left: 50%;
	width: 779px;
margin-left: -400px;
	visibility: visible;
	background-color: #ecf4ff;
		background-repeat: repeat-y;
		
	z-index: 1;
}
#top {
	width: 779px;
	height: 113px;
	background-image: url(images/top-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 1;
}
#menubg {
	width: 779px;
	height: 29px;
	background-image: url(images/menu-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 7;
}
#middle {

	width: 779px;
	padding-bottom: 50px;
	
	background-color: #ecf4ff;
	background-image: url(images/middle-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	visibility: visible;
	
	clear: both;
}
#dropdown {
width: 779px;
z-index: 10;
}
.image {

	background-color: b2bbdb;
	border: 4px solid #b2bbdb;
	padding: 6px;
	margin: 6px;
}
.image2 {
background-color: b2bbdb;
	border: 4px solid #b2bbdb;
	padding: 6px;
	margin: 6px;
}
.image3 {
float: right;
background-color: b2bbdb;
	border: 4px solid #b2bbdb;
	padding: 6px;
	margin: 6px;
}
/* top elements */
#top #logo {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
}
/* middle elements */
#middle #title {
position: relative;
	left: 95px;
	top: 30px;
	width: 439px;
	height: 25px;
	z-index: 1;
}
#contenttext {
	position: relative;
	left: 95px;
	top: 70px;
	width: 535px;
	z-index: 1;
	border-bottom-width: 20px;
	border-bottom-style: none;
	color: 334681;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 334681;
}
#contenttext #whoimage {
	position: relative;
	left: -86px;
	top: 10px;
	z-index: 1;
	clear: both;
}
#lightbluebg {
	position: absolute;
left: 200px;
bottom: 22px;
width: 779px;
	height: 3000px;
	visibility: visible;
	z-index: -100;
	background-color: #DEEFF5;
padding-top: 3px;
}
#bottom {
clear: both;

width: 779px;
	height: 20px;
	visibility: visible;
	z-index: -100;
	background-color: #BED0DB;
padding-top: 3px;
padding-bottom: 3px;
}

/* text and link styles */
.menutext {
	text-align: center;
}
.menulayout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: 5e6fb0;
	border: 1px solid #08077e;
	padding-left: 14px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}


TD A:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
TD A:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
TD A:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 334681;
}
.dgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #334681;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #334681;
}
.whitesearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: ffffff;
	padding: 4px;
}
.smallLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #853521;
}
.printText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #334681;
	line-height: 13px;
}
a.textlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a.textlink:link { color: #334681 }
a.textlink:active { color: #334681 }
a.textlink:visited { color: #334681 }
a.textlink:hover { color: #334681; text-decoration: underline }

a:link { color: #334681 }
a:active { color: #334681 }
a:visited { color: #334681 }
a:hover { color: #853521; text-decoration: underline }

a.bodytext:link { color: #334681 }
a.bodytext:active { color: #334681 }
a.bodytext:visited { color: #334681 }
a.bodytext:hover { color: #334681; text-decoration: underline }

td.a.bodytext:link { color: #334681 }
td.a.bodytext:active { color: #334681 }
td.a.bodytext:visited { color: #334681 }
td.bodytext.a:hover { color: #334681; text-decoration: underline }
