body {
	background: #8a8a8a;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body.content {
	background: #8a8a8a;
}
a img {
	border: 0px;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
}
#content li {
	font-weight: bold;
}	
p { text-align: justify; }
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* --- */

#container {
	width: 780px;
	margin: 0px auto 0px auto;
	padding-bottom: 30px;
	text-align: left;
	background: #203154;
}

/* --- */

#header {
	border-bottom: 1px solid #FFFFFF;
}

/* --- */

.pic_nav {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.pic_nav li {
	float: left;
	height: 234px;
	border-right: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.pic_nav li.noBorder {
	border: 0px;
}

.nav {
	list-style: none;
	margin-left: 20px;
	padding: 0px;
	position: relative;
	top: 10px;
}
.nav li {
	margin: 0px;
	padding: 0px;
}
.nav li a {
	line-height: 30px;
	color: #ffffcd;
	font-size: 20px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
.content .nav li a {
	font-size: 18px;
	line-height: 28px;
}
.nav li a:hover {
	color: #FFFFFF;
}
.nav ul {
	list-style: none;
	padding-left: 30px;
}
.content .nav li li a {
	font-size: 15px;
	line-height: 20px;
}

/* --- */

#mid {
	clear: both;
	height: 205px;
	background: url(/i/mid_bg.gif) no-repeat;
}
#sidebar {
	float: left;
	width: 200px;
}
#content {
	float: left;
	width: 550px;
	min-height: 500px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 10px;
	background: #FFFFFF;
	color: #203154;
}

/* --- */

#footer {
	clear: both;
	border-top: 1px solid #FFFFFF;	
	height: 15px;
	padding-top: 15px;
	font-size: 12px;
	text-align: center;
}
#footer a {
	color: #CCCCCC;
	font-size: 10px;
}

/* --- */


#form {
	width: 250px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}
.form_wrapper {
	width: 250px;
	text-align: center;
	padding-bottom: 20px;
}
.form input, .form textarea {
	width: 190px;
	font-size: 12px;
}
.legend {
	height: 20px;
	list-style: none;
	background: none;
	padding-top: 2px;
	display: none;
}
.legend .required { display: none; }
.legend li {
	float: left;
	margin-right: 10px;
	width: 150px;
}
.legend div {
	width: 15px;
	height: 15px;
	border: 1px solid #000000;
	float: left;
	margin-right: 5px;
}
.errors {
	display: none;
}
