/* CSS Document */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

body {
	background-color: #002B59;
	line-height: 1.4em;
}

p a {
	text-align: left;
}

#main {
	width: 980px;
	height: 100%;
	text-align: center;
	border: thin solid #000000;
}

#top {
	background: url( images/top.jpg ) no-repeat;
	width: 980px;
	height: 242px;
}

#nav {
	padding-top: 169px;
	padding-left: 240px;
	text-align: left;
}

#nav ul {
	display: inline;
}

#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	padding-right: 41px;
}

#nav ul li a {
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Lucida Grande', Verdana, Arial;
	font-size: 16px;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #002B59;
}

#content {
	background-color: #FFFFFF;
	width: 920px;
	min-height:400px;
	height: 100%;
	text-align: justify;
	padding: 30px;
}

#index_side {
	background: url( images/sidebar.jpg ) no-repeat;
	background-color: #CCC3B4;
	background-position: bottom;
	float: left;
	width: 406px;
	min-height: 1437px;
}

#side_content {
	padding-top: 35px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	font-family: 'Lucida Grande', Verdana, Arial;
	color: #615036;
	font-weight: 500;
}

#side_content h3 {
	color: #002B59;
	text-align: left;
}

#index_top {
	float: left;
	background: url( images/front_photo.jpg ) no-repeat;
	width: 574px;
	height: 161px;
}

#index_content {
	background-color: #FFFFFF;
	width: 544px;
	float: left;
	height: 100%;
	min-height: 1276px;
	padding-left: 30px;
}

#bottom {
	background: url( images/bottom.png ) no-repeat;
	width: 980px;
	height: 125px;
}

#bottom_nav {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

#bottom_nav a {
	color: #002B59;
}

#bottom_nav a:hover {
	color: #FFFFFF;
}

#foot {
	line-height: normal;
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 12px;
}

#foot h3 {
	color: #002B59;
	text-align: left;
	font-size: 16px;
}

h1, h2, h3 {
	color: #002B59;
	text-align: left;
}

.form {
	width: 498px;
	min-height: 1105px;
	text-align: left;
	color: #000000;
}

form {
	background: url( images/form_bg.png ) no-repeat;
	font-size: 13px;
	width: 480px;
	padding-left: 10px;
	padding-right: 8px;
}

form p {
	text-align: left;
	color: #000000;
}

label {
	float: left;
	width: 230px;
	text-align: right;
	margin-right: 15px;
	margin-bottom: 10px;
	color: #000000;
}

input {
	float: left;
	margin-bottom: 10px;
}

.input_noclear {
	float: none;
	margin-bottom: 0px;
}

.brown_bg {
	background-color: #E6E0D9;
}

.required {
	font-weight: bold;
	color: #D52428;
	font-size: 17px;
}

.required:after {
	content: ' ';
}

.clear {
	clear: both;
	margin: 0;
	padding:0;
	height:1px;
}