@charset "utf-8";
/* CSS Document */

body {
	background-color: #042b50;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.mainTD {
	background-image: url(../img/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
}
.nav {
	font-weight: bold;
	color: #9fd067;
	word-spacing: 20px;
	text-align: center;
	padding-top: 30px;
	position: relative;
	padding-bottom: 10px;
}
.nav a {
	font-weight: bold;
	color: #9fd067;
	text-decoration: none;

}
.nav a:hover {
	font-weight: bold;
	color: #b2af85;
	text-decoration: none;

}
.mainContent {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
}
hr {
	color: #005090;
	background-color: #005090;
}
a {
	color: #007BDF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #007BDF;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-size: 21px;
	color: #bfbb8e;
	padding-left: 40px;
	padding-top: 0px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 9px;
	text-align:center;
}


h5 {

}

.small {
	font-size: 10px;
}

ul {
	list-style-type: none;
}

.frmButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #9fd067;
	background-color: #042b50;
	
}