@charset "UTF-8";

body {
	background-image: url(images/bg.jpg);
	background-color: #306c81;
	background-repeat: repeat-x;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #306c81;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.topLeftsearch {
	position: absolute;
	z-index: 2;
	width: 320px;
	left: 50%;
	top: 25px;
	margin-left: -485px;
}
.mainBG {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	height: 1000px;
	top: 50px;
	z-index: 0;
}
.topNavigation {
	position: absolute;
	z-index: 1;
	width: 900px;
	left: 50%;
	top: 55px;
	margin-left: -450px;
}
.style1 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.style3 {
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Trebuchet MS";
}
.style4 {font-family: "Trebuchet MS";
}
.style5 {
	font-size: 17px
}
.welcome {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	top: 475px;
	z-index: 1;
	height: 90px;
	font-size: 9px;
	color: #e7d5ac
}
.SubName {
	position: absolute;
	width: 900px;
	top: 475px;
	left: 50%;
	margin-left: -450px;
	z-index: 2;
}
.MainBody {
	position: absolute;
	width: 880px;
	left: 50%;
	margin-left: -440px;
	z-index: 2;
	top: 540px;
}

.MainBodyHeader {
	color: #FFFFFF;
	font-size: 14pt;
	background-color:#194757
}
.MainBodyOdd {
	background-color:#CCCCCC
}
