@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 1019px;
	margin: 0 auto;
}

.lshad {
	width: 21px;
	background: url(../images/lshad.gif) repeat-y;
}

.rshad {
	width: 21px;
	background: url(../images/rshad.gif) repeat-y;
}

.middle {
	width: 958px;
}

#thead {
	height: 69px;
	text-align: center;
	background: url(../images/thead.gif) repeat-x;
}

#thead h1 {
	font-size: 23px;
	color: white;
	margin: 0 150px 0 150px;
	padding: 25px 0 0 0;
	font-weight: 100;
}

#header {
	height: 225px;
}

#logo {
	height: 225px;
	width: 270px;
	background:url(../images/logo_br.gif) repeat-x;
	float: left;
}

#logo img {
	margin: 32px 0 0 32px;
}

#headimg {
	height: 225px;
	width: 688px;
	float: left;
}



#content_area {
	margin: 0px 0 0 0;
	background: green;
}

#lcont {
	float: left;
	width: 270px;
}

#nav {
	height: 460px;
	width: 270px;
	background: #314280;
	background-position: bottom;
}

#nav ul {
	list-style: none;
	margin: 0px 0 0 0;
	padding: 10px 0 0 0;
}

#nav li a:link {
	font-weight: bold;
	color: white;
	text-decoration: none;
	display: block;
	width: 169px;
	background: url(../images/nav_up.gif) no-repeat;
	padding: 10px 10px 10px 70px;
	margin: 0 0 0 15px;
}

#nav li a:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
	display: block;
	width: 169px;
	background: url(../images/nav_up.gif) no-repeat;
	padding: 10px 10px 10px 70px;
	margin: 0 0 0 15px;
}

#nav li a:hover {
	background: url(../images/nav_over.gif) no-repeat;
}



#main_cont {
	float: left;
	font-style: italic;
	width: 688px;
}

#main_cont {
	background: #e5e4ec;
	min-height: 650px;
}

#main_cont h2 {
	margin: 10px 30px 5px 30px;
	font-size: 14px;
	font-weight: bold;
	color: #61753f;
}

#main_cont h3 {
	font-size: 18px;
	color: #314280;
}

#main_cont p{
	margin: 0 30px 0 30px;
	color: #333333;
	font-size: 13px;
}

.small {
	color: #333333;
	font-size: 13px;
}

#test {
	padding: 10px;
	font-size: 12px;
	color: #333333;
}

#footer {
	text-align: center;
	clear: both;
	font-size: 11px;
	padding: 15px 0 10px 0;
	background: #a6a58c;
}