body {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
p {
	margin: 0 0 10px 0;
	font-family: verdana, sans; 
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	line-height: 14px;

}

hr.pink {
	border: none 0; 
	border-top: 1px solid #ff3399;
	height: 1px;
	margin: 0;
	text-align: left;
	}
	
hr.blue {
	border: none 0; 
	border-top: 1px solid #6699FF;
	height: 1px;
	margin: 0;
	text-align: left;
	}


hr.tan {
	border: none 0; 
	border-top: 1px solid #996633;
	height: 1px;
	margin: 0;
	text-align: left;
	}

hr.grey {
	border: none 0; 
	border-top: 1px solid #666666;
	height: 1px;
	margin: 0;
	text-align: left;
	}

hr.black {
	border: none 0; 
	border-top: 1px solid #000000;
	height: 1px;
	margin: 0;
	text-align: left;
	}


/* Link styles  */

a {
	text-decoration: none;
	color: #003366;
	}

a:visited, a:active {
	text-decoration: none;
	color: #003366;
	}

a:hover {
	text-decoration: underline;
		color: #336699;
}


/* layout DIVS*/

#wrap {
	position: relative;
	width: 850px;
	margin: 30px auto;
	}


#navWrap {
	margin: 0 0 3px 0;
	padding: 0;
	}
	
#header {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	font-family: verdana, sans; 
	font-weight: normal;
	color: #6e6e6e;
	font-size: 16px;
	line-height: 20px;
}

#feature {
	margin: 0;
	padding: 30px 0 30px 0;
	text-align: center;
}

#subhead {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	font-family: verdana, sans; 
	font-weight: normal;
	color: #6e6e6e;
	font-size: 14px;
	line-height: 20px;
}


#contentWrap {
	margin: 0;
	padding: 0;
	text-align: center;
}


#home {
	margin: 150px 0 0 0;
	padding: 0;
	text-align: center;
}


#copy {
	width: 580px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	text-align: justify;
}

#footer {
	margin: 0;
	padding: 10px 0 0 00;
	text-align: center;
	border-top: 1px solid #999999;
	font-family: verdana, sans; 
	font-weight: normal;
	color: #333333;
	font-size: 10px;
	line-height: 18px;
	}


/* Font styles  */




/* Nav styles  */


ul#nav {
	margin: 0;
	padding: 0;
}


#nav li {
	display: inline;
	list-style-type: none;
}

#nav a:link, #nav a:visited {
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #666666;
	font-family: Trebuchet MS, verdana, sans; 
	font-weight: normal;
	font-size: 12px;
	font-weight: normal;
}

#nav a:hover, #nav a:link#current, #nav a:visited#current {
	color: #000000;
}

