/*author: Jason Huber */
/*email: jhuber@simplyworksconsulting.com */
/*10 November 2006 */ 

/* Links */
/*  layer for h1 */
h1 {font-size: 14px; text-align:center; margin: 1px;}
img {border: 0px}
.maintext {padding-left: 10px; padding-right: 7px; color:#000000;}

/* Hyper Links  */

.navlinks {color: #ffffff; text-transform:uppercase;}
.navlinks a {color: #ffffff; text-decoration: none; font-weight:700; font-size:11px;}
.navlinks a:visited {color: #ffffff}
.navlinks  a:hover {color: #ffcc33; text-decoration: underline}

.maintext a {text-decoration: none; color: #000000;}
.maintext a:visited {color: #000000}
.maintext a:hover {color: #d91025; text-decoration: underline}

.leftnavitem {
	display: block; font-size: 10px; width: 141px; cursor: hand; color: #000000;  border-bottom: #000000 1px solid; text-align:left; padding-left: 3px; background-color:#ffe866; text-decoration: none;
}
.leftnavitem:visited {color: #000000}
.leftnavitem:hover {color: #333333; background-color:#ffcc33;}

#footer a {color: #ffffff; text-decoration: none; text-align:center;}
#footer a:visited {color: #ffffff}
#footer a:hover {color: #ffcc33; text-decoration: underline}

.itemheader {text-align: left; font-weight: 700; padding-left: 10px; font-size: 9pt;} 

/* Page layout */
body {font-size: 9pt; color: #000000;  font-family: Arial, Helvetica, sans-serif; background-color: #FFFFFF;  text-align: left;}

#header {clear: both; display: block; width: 775px; text-align: left; margin: 0px; padding: 0px;
background-color:#d91025;
}

#nav {clear: both; display: block; width: 775px; background-color:#d91025; margin: 0px; padding: 0px; text-align: left; height: 15px;
}
#content {clear: both; display: block; width: 775px;  background-color:#ffffff; text-align: left;
}
#left {
	float: left;
	width: 150px;
	clear: both;
	background-color: #d91025;
	padding: 0px;
	margin: 0px;
	text-align: right;
	color:#FFFFFF;	
}
#center {
	float: left;
	width: 450px;
}
#right {
	float: right;
	width: 170px;
}
#footer {clear: both; display: block; width: 775px; background-color:#d91025; text-align: left; color: #FFFFFF; font-size: 8pt; height: 15px;
}

