body {
	background-image:url('bg.jpg');
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#E1E4E9;
}
.main {
	width: 998px;
}
.topnav {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #044C8F;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0px;
	padding-left: 40px;
}
.leftcol {
	padding-left: 18px;
	padding-bottom: 10px;
}

/*.topnav a, .topnav a:visited {
	text-decoration: none;
	color: #044C8F;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
}
.topnav a:hover {
	color: #ED6C00;
}*/
.boxc {
	background-image: url(../images/boxc.gif);
	background-repeat: repeat-y;
	width: 216px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	color: #222222;
}
.boxc p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.boxc a, .boxc a:visited {
	color: #044C8F;
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	text-indent: 8px;
	display: block;
	font-weight: bold;
	background-position: left;
	margin-bottom: 4px;
	padding-bottom: 3px;
}
.boxc a:hover {
	color: #E26D0D;
	text-decoration: none;
}


h4 {
	color: #E26D0D;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 21px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.gray {
	color: #333333;
	padding-right: 5px;
	font-size: 20px;
}

.content {
	font-size: 12px;
	padding: 12px;
}
.rtcol {
	padding-right: 18px;
	padding-left: 18px;
}
.rtcol a, .rtcol a:visited {
	display: block;
	padding-bottom: 4px;
}

.footer {
	font-size: 11px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #044C8F;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.main .footer td {
	font-size: 11px;
	color: #999999;
}
.footer a, .footer a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
.footer a:hover{
	color: #000000;
	text-decoration: underline;
}
.contenttemp {
	font-size: 12px;
	padding-top: 12px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
}
.contenttemp p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 35px;
	font-size: 13px;
}
h2 {
	color: #2383D0;
	font-weight: normal;
	font-size: 22px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 35px;
	background-image: url(../images/butn_grd1.jpg);
	background-repeat: no-repeat;
	background-position: 35px bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-size: 22px;
	color: #333333;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	background-image: url(../images/butn_grd.jpg);
	background-repeat: no-repeat;
	background-position: 35px bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
ul {
	list-style-image: url(../images/bullet.jpg);
}
.floatrt {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
