﻿body {
	font-family: Verdana;
	font-size: 13px;
	color: #ffffff;
	/* part of centering site on screen - wrap entire contents in div element id="frame" */
	width: 935px;
	background-image: url('../images/background.jpg');
	padding-left: 50%;
	/* end of part rest is in id style */
}
/* ID Styles */

/* More centering site */
#frame {
	/* set the width of the column */
	width: 935px;
	margin-left: -467px;
	margin-top: 0px;
	background-image: url('../images/secondary_06.gif');background-repeat:no-repeat;
}


/* Header */

#header {
	position:relative;
	left:0px;
	top:0px;
	width:935px;
	height:818px;
}

#homepage-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:935px;
	height:157px;
}

#homepage-02 {
	position:absolute;
	left:0px;
	top:157px;
	width:46px;
	height:32px;
}

#homepage-04 {
	position:absolute;
	left:878px;
	top:157px;
	width:57px;
	height:32px;
}

/* Navbar */

#Table_03 {
	width:100%;
}

#topnav {
	position:absolute;
	background-color:#054804;
	left:46px;
	top:157px;
	width:832px;
	height:30px;
	text-align: center;
}

#topnav a {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 3px 8px 3px 8px;
	border: medium outset #C0C0C0;
}
	
#topnav a:hover {
	color: #000000;
	letter-spacing:.1em;
	background: #cd5c5c;
}

/* Vebiage */

#verbiage {
	left:0px;
	top:0px;
	width:935px;
	height:400px;
	background-image: url('../images/secondary_06.gif');
}

h2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: .2em;
	margin-left: 35px;
}
.bold {
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #CCFFCC;
	text-decoration: underline;
}

.boldCentered {
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.borderZero {
	border-width: 0px;
}

/* Footer */

#footer {
	left: 0px;
	width: 935px;
	height: 100px;
	text-align:center;
	background-image: url('../images/secondary_06.gif');
}
.paragrahIndent {
	margin-right: 40px;
	margin-left: 35px;
}

.footerInfo {
	margin-right: 40px;
	margin-left: 35px;
	text-align: center;
}
.credits {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


