@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	background-image:url(images/bkgd2.png);
	background-repeat:repeat;
	background-attachment:fixed;
}
#content {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	position: relative;
	top: 170px;
	width: 848px;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 125px;
	border-bottom-style: solid;
	border-bottom-color: #b2c4db;
	border-bottom-width: 2px;
/*	background-color: #6e8cb6; */
	background-color:#336699;
}
#headertext {
	position: relative;
	width: 780px;
	height: 125px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/headerText6.png);
	background-repeat:no-repeat;
	background-position:left;
}
#tabs {
	position:relative;
	top: 0px;
	height: 41px;
	width: 786px;
	margin-left: 31px;
	z-index:3;
}
#mainbox {
	position: relative;
	width: 780px;
	margin-left: 32px;
	min-height: 500px;
	background-color: #ffffff;
	border: solid;
	border-color: #4c6690;
	border-width: 2px;
	z-index:2;
}
.icon{
	position: absolute;
	left: 75px;
	top: 75px;
}
#maintext {
	position: relative;
	left: 300px;
	width: 450px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	/*background-color:#EAEEF6;*/
	background-color:#ffffff;
	padding:5px;
	/*border:solid;*/
	border:hidden;
	border-width:thin;
	border-color:#D2DCE9;
}
.maintitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #002057;
}
.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #002057;
}
#reflection {
	position: relative;
	top: 1px;
	height: 86px;
	width: 780px;
	margin-left: 34px;
	background-image:url(images/reflection3.png);
	z-index:1;
}
/*
#ltshadow {
	position: absolute;
	left: 5px;
	top: 0px;
	height: 645px;
	width: 33px;
	background-image:url(images/LtShadow.png);
	z-index:0;
}
*/
#ltshadow {
	position: absolute;
	left: 5px;
	top: 0px;
	bottom: 70px;
	width: 33px;
	z-index:0;
}
#ltshadtop {
	position: relative;
	height: 48px;
	background-image:url(images/LtTopShad.png);
}
#ltshadmid {
	position: absolute;
	top: 48px;
	bottom: 48px;
	width: 33px;
	padding: 0px;
	background-image:url(images/LtMidShad.png);
	background-repeat:repeat-y;
}
#ltshadbot {
	position: absolute;
	height: 48px;
	width: 33px;
	bottom: 0px;
	background-image:url(images/LtBotShad.png);
}
#rtshadow {
	position:absolute;
	left: 810px;
	top: 0px;
	bottom: 70px;
	width: 33px;
	z-index:0;
}
#rtshadtop {
	position: relative;
	height: 48px;
	background-image:url(images/RtTopShad.png);
}
#rtshadmid {
	position: absolute;
	top: 48px;
	bottom: 48px;
	width: 33px;
	padding: 0px;
	background-image:url(images/RtMidShad.png);
	background-repeat:repeat-y;
}
#rtshadbot {
	position: absolute;
	height: 48px;
	width: 33px;
	bottom: 0px;
	background-image:url(images/RtBotShad.png);
}
a.tabs:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c6690;
	text-decoration:none;
	padding: 0;
}
a.tabs:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c6690;
	text-decoration:none;
	padding: 0;
}
a.tabs:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	padding: 0;
}
.tabsActive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002057;
	text-decoration:none;
	padding: 0;
}
.welcome {
	position: absolute;
	left: 231px;
	top: 165px;
}