
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:center;
	background-color: #013e86;
}

#top {
	margin : 0px auto;
	text-align:right;
	padding : 0px 0px 0px 0px;
	height: 160px;
	width: 771px;
	background-repeat: no-repeat;
}

#pagebottom {
	text-align:center;
	margin : 0px auto;
	padding : 40px 0px 0px 0px;
	width: 771px;
	height: 60px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
}

#container {
	width: 771px;
	text-align:left;
	margin : 0px auto;
	background-color: #000000;
	background-image: url(images/wrap_back.gif);
}

#leftnav {
	float : left;
	width: 200px;
	padding: 0px 0px 20px 30px;
	margin : 0px;
}

#rightnav {
	float : right;
	width: 180px;
	padding: 0px 20px 0px 0px;
	margin : 0px;
}

#content {
	width: 510px;
	margin-left : 20px;
	padding : 0px 0px 0px 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#sub-pagebottom {
	margin : 0px auto;
	padding : 40px 0px 0px 0px;
	width: 771px;
	height: 60px;
	background-image: url(images/sub-footer.jpg);
	background-repeat: repeat;
}

#banner {
	margin: 0px auto auto -200px;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #c2c2c2;
	background-color : #013e86;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 11px;
	color: #FFFFFF;
}

hr {
	border: 0px;
	color: #3d3318;
	background-color: #3d3318;
	height: 1px;
}

.title,h1 {
	font-size: 20px;
	color: #ffd000;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size: 14px;
	color: #ffd000;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited {
	color : #ffd000;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #ffffff;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}


