body {
	background-color: #898989; 
	margin:0px;
	}

body, div, table, p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* color: #6f6f6f; */
	/* color: #b5b4b4; */
	color: #404040;
	}


h1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e99519;
	margin-left: -10px;
	margin-top: 15px;
	}
	
img.h1icon {
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 2px;
	}
	
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #e99519;
	}
	
h3 {
	color: #918e8e;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 15px;
	border-bottom: 1px dotted #918e8e;
	}
	
ul {
	list-style-type: square;
	} 	
	
#mainwrap {
	width: 897px;
	background-color: #ffffff;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 8px;
	background-image: url('images/bkg.gif');
	background-repeat: repeat-y;
	padding-left: 26px;
	padding-right: 27px;	
	}
	
#div.clear {
	clear: both;
	}
	
/* Masthead */
/************/

#topwrap {
	width: 897px;
	}
	
#topleft {
	float: left;
	width: 500px;
	padding-top: 10px;
	padding-bottom: 15px;	
	}
	
#topright {
	float: left;
	width: 397px;
	}
	
#masthead {
	clear: both;
	width: 897px;
	border-bottom: 5px solid #c9cfd1;
	margin-bottom: 10px;
	}
	
/* Menu */
/********/

#menuwrap {
	clear: both;
	width: 897px;
	border-top: 2px solid #4f4f4f;
	background-color: #868686;
	height: 27px;
	margin-bottom: 6px;	
	}

div.menuitem {
	float: left;
	padding-left: 34px;
	padding-right: 35px;
	height: 21px;
	padding-top: 6px;	
	color: #ffffff;
	text-align: center;
	background-image: url('images/bkg-navdiv.gif');
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 10px;
	font-weight: bold;
	}
	
div.menuitemroll {
	float: left;
	padding-left: 34px;
	padding-right: 35px;
	height: 21px;
	padding-top: 6px;	
	color: #ffffff;
	text-align: center;
	background-image: url('images/bkg-navdiv.gif');
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 10px;
	font-weight: bold;
	background-color: #ee2e24;
	/* background-color: #e99519; */
	/* background-color: #4f4f4f; */
	}

/* Subpage Content */
/*******************/

#maincontwrap {
	clear: both;
	width: 897px;
	background-color: #ffffff;
	}

#maincontleft {
	float: left;
	width: 525px;
	padding-left: 30px;
	padding-right: 55px;
	background-color: #ffffff;	
	}
	
#maincontright {
	float: left;
	width: 287px;
	background-color: #ffffff;	
	padding-top: 20px;
	}
	
div.lowsub {
	width: 275px;
	margin-bottom: 12px;
	background-color: #ffffff;	
	}
	
div.maintext {
	line-height: 18px;
	padding-left: 13px;
	background-color: #ffffff;	
	}
	
img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}
	
img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}	
	
/* Mid Section */
/***************/

#midwrap {
	width: 897px;
	background-color: #ffffff;	
	}
	
div.mid {
	float: left;
	width: 249px;
	padding: 0px 20px 20px 20px;
	background-color: #ffffff;	
	}
	
div.midmid {
	float: left;
	width: 249px;
	padding: 0px 35px 20px 35px;
	background-color: #ffffff;	
	}	
	
div.midimage {
	width: 259px;
	height: 140px;
	background-color: #ffffff;	
	}
	
div.midtext {
	width: 259px;
	color: #989898;
	background-color: #ffffff;	
	}
	
/* Low Section */
/***************/

#lowdiv {
	clear: both;
	border-bottom: 1px solid #c9cfd1;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#lowwrap {
	width: 897px;
	}
	
#lowleft {
	float: left;
	width: 275px;
	margin-right: 24px;
	}
	
#lowcentre {
	float: left;
	width: 275px;
	margin-right: 12px;
	margin-left: 12px;
	}	
	
#lowright {
	float: left;
	width: 275px;
	margin-left: 24px;
	}
	
div.lowtop {
	width: 275px;
	}
	
div.lowbot {
	width: 174px;
	height: 90px;
	padding: 12px 27px 12px 72px;
	background-color: #f7f7f7;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	}
	
	
/* Footer */
/**********/

#footer {
	clear: both;
	background-color: #868686;
	height: 40px;
	width: 877px;
	border-top: 40px solid #ffffff;
	padding-left: 20px;
	border-bottom: 5px solid #c9cfd1;	
	}
	
#footerleft {
	float: left;
	width: 450px;
	text-align: left;
	padding-top: 12px;
	color: #ffffff;	
	}
	
#footerright {
	float: left;
	width: 407px;
	text-align: right;
	padding-right: 20px;
	padding-top: 8px;
	}
	
	
/* Forms */
/*********/

form {
	margin: 0px;
	}
	

		
/* Links */
/*********/
a:link { font-family: verdana, helvetica; text-decoration: underline; color: #e99519;}
a:active { font-family: verdana, helvetica; text-decoration: underline; color: #e99519;} 
a:visited { font-family: verdana, helvetica; text-decoration: underline; color: #e99519;} 
a:hover { font-family: verdana, helvetica; text-decoration: underline; color: #ee2e24;}

a.nav:link { font-size: 10px; font-weight: bold; text-decoration: none; color: #ffffff; }
a.nav:active { font-size: 10px; font-weight: bold; text-decoration: none; color: #ffffff; } 
a.nav:visited { font-size: 10px; font-weight: bold; text-decoration: none; color: #ffffff; } 
a.nav:hover { font-size: 10px; font-weight: bold; text-decoration: none; color: #ffffff;}

a.footer:link { text-decoration: underline; color: #ffffff; }
a.footer:active { text-decoration: underline; color: #ffffff; } 
a.footer:visited { text-decoration: underline; color: #ffffff; } 
a.footer:hover { text-decoration: underline; color: #f5f5f5; }