
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:center;
	background-color: #2b523d;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}

#top {
	margin : 0px auto;
	width: 755px;
	padding : 0px;
	height: 264px;
}

#pagebottom {
	text-align:center;
	margin : 0px auto;
	padding : 40px 0px 0px 240px;
	width: 515px;
	height: 40px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

#P-pagebottom-content {
	font-size: 11px;
	color: #aaaaaa;
	margin: 0px 20px auto;
}

#container {
	width: 755px;
	text-align:left;
	margin : 0px auto;
	background-color: #FFFFFF;
	background-image: url(images/wrap_back.gif);
}

#rightnav {
	float : right;
	width: 240px;
	padding: 15px 15px 0px 0px;
	margin : 0px;
}

#navhead {
	width: 240px;
	padding: 2px 0px 2px 0px;
	margin : 0px;
}

#content {
	width: 460px;
	margin-left : 10px;
	padding : 10px 0px 0px 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	background-color : #2b523d;
}

.nav{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2d0800;
}

.navhead{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #015401;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 9px;
}

.story {
	font-style: italic;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

.title,h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	color: #015401;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 14px;
	color: #015401;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a.nav:link, a.nav:active, a.nav:visited {
	color : #2d0800;
	font-weight:bold;
	text-decoration:none;
}

a.nav:hover {
	color : #a23d27;
	font-weight:bold;
	text-decoration:underline;
}

a:link, a:active, a:visited {
	color : #007227;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #00b93e;
	font-weight:bold;
	text-decoration:underline;
}



