
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 0px auto 20px auto;
	padding: 0px;
	text-align:center;
	background-image: url(images/back6.jpg);
	background-repeat: no-repeat;
}

#top {
	margin : 0px auto;
	width: 1024px;
	padding : 0px;
	height: 150px;
}

#pagebottom {
	text-align:right;
	margin : 0px auto;
	padding : 28px 25px 0px 190px;
	width: 809px;
	height: 32px;
	background-image: url(images/wrap_back.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 1024px;
	text-align:left;
	margin : 0px auto;
	background-color : #ffffff;
	background-image: url(images/wrap_back.jpg);
}

#leftnav {
	float : left;
	width: 145px;
	padding: 0px 0px 20px 15px;
	margin : 0px;
}

#rightnav {
	float : right;
	width: 195px;
	padding: 0px 15px 0px 0px;
	margin : 0px;
}

#content {
	width: 600px;
	margin-left : 190px;
	padding : 0px;
}

#footer {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	background-color : #072352;
	
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

.title,h1 {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h2 {
       	font-size: 20px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 14px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.yellow {
	color:#ffd502;
	font-weight:bold;
}

.li_nav_body a  {
	list-style-type: none;
	list-style-position: outside;
	width: 160px;
	height: 20px;
	line-height:20px;
	margin: 0;
	margin-left: 0em;
}

ul {
	list-style-type: none;
	margin-left: 0em;
	margin: 0;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	color:#555555;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#aaaaaa;
	font-weight:bold;
	text-decoration:none;
}

.nav_menu:link, .nav_menu:active, .nav_menu:visited {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.nav_menu:hover {
	color:#016001;
	font-weight:bold;
	text-decoration:none;
}

.nav_menu_text {
	color:#ffffff;
	font-weight:bold;
}
