body {
	background-color: #244E78;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h3 {
	font-size: 12px;
	color: #92B02E;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 15px;
	color: #254F79;
}

.layoutMain {
	width: 780px;
	position: relative;
}
.layoutTop {
	background-image: url(../img/bgTop.gif);
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	height: 21px;
	width: 740px;
	background-repeat: repeat-x;
}
.layoutHead {
	margin-top: 5px;
	background-color: #FFFFFF;
	padding: 10px;
	height: 225px;
	width: 760px;
}
.layoutMenu {
	margin-top: 5px;
	height: 33px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #254C77;
	padding-right: 10px;
	padding-left: 10px;
	width: 740px;
	background-image: url(../img/bgMenu.gif);
	text-align: left;
}
.layoutView {
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
	width: 730px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 30px;
	position: relative;
}
.layoutBottom {
	margin-top: 5px;
	background-image: url(../img/bgBottom.gif);
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	height: 16px;
	width: 760px;
	background-repeat: repeat-x;
	clear: both;
	font-size: 9px;
}
.text {
	width: 490px;
	line-height: 18px;
}
.layoutViewRight {
	float: right;
	width: 185px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #234E78;
	padding-right: 20px;
	padding-left: 15px;
}
.textLi {
	list-style-image: url(../img/square.gif);
	list-style-position: outside;
	margin-left: -20px;
	margin-bottom: 5px;
}
.textLinkGreen {
	color: #7C9B0F;
	text-decoration: underline;
}
.textLinkWhite {
	color: #FFFFFF;
	text-decoration: underline;
}
.formButton {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #F7C028;
}

