/* homepage layout */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 84%;
	line-height: 130%;
	background: url("images/bkgd-stripes.gif") repeat;
	margin:0;
	}
	
a { 
	color:#CC3300;
	}	
	
a:hover { 
	color:#FF6600;
	}		

#container-bkgd {
	background: url("images/bkgd-blk.gif") repeat-x;
	background-position: top;
	width: 100%;
	margin: 0;
	}

#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 775px;
	background: url("images/background_cols.gif") repeat;
	}

#banner {
	margin: 0;
	height: 180px;
	background: url("images/banner.jpg") no-repeat;
	background-position:bottom;
	}

.logo {
	margin-top: 14px;
	margin-left: 130px;
	}

#contentwrap {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 775px;
	background-color: #FBF9DA;
	}


#nav {
	float: left;
	width: 148px;
	margin-top: 20px;
	margin-left: 10px;
	background-color: #FBF9DA;
	}


#rightcol {
	float: right;
	width: 130px;
	padding-left: 18px;
	padding-right: 48px;
	margin-top: 20px;
	
	background-color: #FBF9DA;	
	font-size: 78%;
	line-height: 110%;
	}

#content { 
	float: left;
	width: 45%;
	background-color: #FBF9DA;
	padding-left: 20px;
	margin-top: 20px;
	padding-right: 20px;
	border-right:1px dashed #FF9933;
}

#content-level2 { 
	float: left;
	width: 70%;
	background-color: #FBF9DA;
	padding-left: 20px;
	margin-top: 20px;
	padding-right: 20px;
}

#footer {
	clear: both;
	background: #A2A2A2;
	background-color:#FBF9DA;
}

/* navigation */

#navlist {
	padding-left: 0;
	margin-left: 0;
	width: 130px;
	}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 7px 0 7px 0px;
	border-top: 1px solid #FF9900;
	}
	
#navlist li a { 
	text-decoration: none;
	color: #990000; 
	}
	
#navlist li a:hover { 
	text-decoration: none;
	color: #FF6600; 
	}	

#navlist .top {
	border-top: 0px;
	}	
	
/* home page - main content area - font styles */

#content h1 { 
	color: #990000;
	font-size: 112%;
	font-weight: bold;
	margin-bottom: 6px;	
	}
	
#content h2 { 
	color: #990000;
	font-size: 104%;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	}	
	
#content h3 { 
	color: #FF6600;
	font-size: 104%;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	}		
	
#content p { 
	margin-top: 6px;
	margin-bottom: 10px;
	}	
	
	
/* level 2 - main content area - font styles */

#content-level2 h1 { 
	color: #990000;
	font-size: 112%;
	font-weight: bold;
	margin-bottom: 6px;	
	}
	
#content-level2 h2 { 
	color: #990000;
	font-size: 104%;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	}	
	
#content-level2 h3 { 
	color: #FF6600;
	font-size: 104%;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	}		
	
#content-level2 p { 
	margin-top: 6px;
	margin-bottom: 10px;
	}	
	
	
/* right column - font styles */

#rightcol img { 
	margin-top: 10px;
	margin-bottom: 4px;
	}	

#rightcol p { 
	margin-top: 0px;
	margin-bottom: 4px;
	}		
	

/* footer - font styles */
		
#footer {
	font-size: 74%;
	padding: 20px 200px 20px 178px;
	color: #333;
	line-height: 110%;	
	}

