* {padding:0;  margin:0;}


body {
	font-size:62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}	

/*  =HACK 
Rutter's 62.5% font-size hack  
1.0 em is 10px
0.8 em is 8 px
1.4 em is 14 px
etc  */

	

a:link {
	color: #ffffff;
	text-decoration: none;
}
	
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #cc3300;
	text-decoration: none;
}
a:active {
	color: #cc3300;
	text-decoration: none;
}
		
h1 {
	font-size:1.3em;
	color:#cc6600;
	font-weight: normal;
	}
	
h2 {
	font-size:1.3em;
	color:#cc6600;
	}	
	
p {
	font-size:1.3em;
	line-height: 1.4em;
	color: #336666;
	text-align: left;
	margin-bottom: 1.2em;
	}
	
li  {
	list-style-type: none;
	}
	
#wrapper {
	width:831px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	background-image: url(images/03background3.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	height: 750px;
	padding-top: 0px;
	}
	
#content {
	width:831px;
	height:750px;
	margin-left:3px;
	position:relative;
	margin-top:0px;
	}	

#nav {
	border:0px;
	font-size:1.3em;

	}

#nav ul {
	width: 831px;
	text-align:bottom;
	padding-left:0px;
	height:30px;
	padding-top:0px;
	padding-left: 12px;
	float:left;
	}	
	
#nav ul li {
	display:inline;
	}	
	
#nav ul li a{
	float:left;
	padding:3px 30px 0px 0px;
	border-right:0px;
	}		

#left_col {
	float:left;
	width:204px;
	margin-top: 0px;
	margin-left: 0px;
	}
#left_col p {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #003333;
	}
	
	
#right_col {
	width: 606px;
	text-align: left;
	margin-left: 0px;
	padding-right: 225px;
	padding-left: 0px;
	padding-top: 25px;
	height: 185px;
	}
	
#footer {
	font-size:0.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 215px;
	padding-right: 130px;
	width: 488px;
	text-align: right;
	margin-top: 40px;
	}
#footer p {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #99cc33;
	text-align: right;
}
	
#footer a:link {
	color:#99cc33;
	}
	
#footer a:visited {
	color:#99cc33;
	}	
		
#footer a:hover {
	color:#91c342;
	}
	
#footer a:active {
	color:#91c342;
	}
	
#body a:link {
	color:#cc3300;
	}
	
#body a:visited {
	color:#cc3300;
	}
	
#body a:hover {
	color:#ff9933;
	}
	
#body a:active {
	color:#cc3300;
	}	
					
.intro {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #cc6600;
	font-weight: normal;
	margin-bottom: 1.6em;
	margin-top: 20px;
}
	
/* =HACK begin Alsett Clearing Method */	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}		
/*with a fix for ie mac*/	
.clearfix {display:inline-block;}
/*plus the holly hack for ie6 windows*/		
.clearfix {display:block;}
/*END Alsett Clearing Method */	
		

.sitemap1 {
	font-size: 12px;
	line-height: 20px;
	color: #054571;
	text-align: left;
	list-style-type: disc;
	text-indent: 0pt;
	font-weight: bold;
	margin-left: 50px;
}

.sitemap2 {
	font-size: 12px;
	line-height: 20px;
	color: #054571;
	text-align: left;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-left: 50px;
}

.floatleft {
	float: left;
	padding-right: 25px;
	}

.floatright {
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	}

.caption {
	color: #054571;
	font-size: 9px;
	text-align: center;
	line-height: 13px;
}

.red {
	color: #cc3300;
}

.dkblue {
	color: #003333;
}

.orange {
	color: #cc6600;
}

.white {
	color: #ffffff;
}

.large {
	font-size: 14px;
	padding-left: 45px;
	line-height: 1.6em;
}


