/* CSS Document */

body {
	margin-top:10px;
	background-color:#cccc99;
	}
img {
	border:0px;
	}
.wrapper {
	width:767px;
	border:1px solid #000000;
	background-color:#ffffff;
	}
/* This style defines the area behind the logo. */
.logobkg {
	background-color:#cccc99;
	border-bottom:1px solid #000000;
	}
.boxlogo {
	position:absolute;
	z-index:1;
	top:30px;
	left:30px;
	background-color:#ffffff;
	}
/* This style defines the area around the navigation bar. This is where the background image for the navigation bar is defines */
.navbar {
	position:relative;
	background-color:#669933;
	border-bottom:1px none #000000;
	}
/* These styles define the buttons in the navigation bar */
.buttons {
	margin: 0px 0px 0px -16px;
	padding: 0px 15px 0px 16px;
	text-transform: uppercase;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 0.6em;
	white-space: nowrap;
	}
.buttons a {
	float: left;
	border-style: none solid none none;
	border-width: 1px;
	border-color: #000000;
	padding: 7px 20px;
	text-decoration: underline;
	color: #ffffff;
	background-color: #669933;
	}
.buttons strong {
	color: #ffffff;
	background-color: #336600;
	float: left;
	padding: 7px 20px;
	border-style: none solid none none;
	border-width: medium 1px medium medium;
	border-color: #000000;
	}
.buttons a:hover {
	color: #ffffff;
	background-color: #336600;
	border-bottom: 0 none;
	}
/* These styles define link behaviors */
a {
	color: #360;
	}
a:active {
	color: #360;
	}
a:hover {
	text-decoration: none;
	}
/* These styles define the columns that appear within the body of the page */
.leftcolumn {
	width: 440px;
	padding: 12px 14px 16px 16px;
	background-color: #ffffff;
	float: left;
	}
.rightcolumn {
	width: 260px;
	padding: 12px 14px 16px 8px;
	background-color: #ffffff;
	float: right;
	}
.fullcolumn {
	width: 700px;
	padding: 12px 14px 16px 16px;
	background-color: #ffffff;
	float: left;
	}
.logo_column {
	background-color: transparent;
	float: left;
	padding: 12px 14px 16px 16px;
	width: 100px;
	}
/* Heading can be used alone or with Boxbeige and Boxwhite below */
.heading {
	color: #000000;
	font-weight: bold;
	font-size: 0.7em;
	font-family: Verdana, sans-serif;
	background-color: #cccc99;
	text-transform: uppercase;
	padding: 5px 8px;
	border: solid 1px #336600;
	}
/* Boxbeige and Boxwhite should be used with the Heading style above */
.boxbeige {
	font-size: 0.7em;
	font-family: Verdana, sans-serif;
	background-color: #feffef;
	padding: 8px;
	border-right: 1px solid #336600;
	border-bottom: 1px solid #336600;
	border-left: 1px solid #336600;
	}
.boxwhite {
	font-size: 0.7em;
	font-family: Verdana, sans-serif;
	background-color: #ffffff;
	padding: 8px;
	border-right: 1px solid #360;
	border-bottom: 1px solid #360;
	border-left: 1px solid #360;
	}
/* These styles define font attributes */
h1 {
	font-weight: bold;
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	}
h4 {
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, sans-serif;
	}
p {
	font-weight: normal;
	font-size: 0.8em;
	font-family: Verdana, sans-serif;
	}
small {
	font-size: 1em;
	}
strong {
	font-weight: bold;
	}
td {
	vertical-align: top;
	padding-right: 30px;
	padding-bottom: 20px;
	}
.smltxt {
	font-size: 0.6em;
	font-family: Verdana, sans-serif;
	}
.subnav {
	background-color: #000066;
	padding: 3px;
	}
/* This style defines the footer */
.footer { 
	color: white;
	font-size: 0.6em;
	font-family: Verdana, sans-serif;
	background-color: #000000;
	clear: both;
	margin: 0px;
	padding: 4px 12px;
	border-top: 1px solid #666666;
	position: relative;
	}
