@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;	
}

#wrapper { 
	background-color: #e7e1ce;
	border: 3px solid #fff;
}

#nav { 
	background: url(images/navbg.jpg) repeat-x;
	height: 35px;
	color: #fff;
	padding-top: 5px;
	font-size: 12pt;
}
#nav a { 
	color: #fff;
	text-decoration: none;
}

#cont { }
#cont h1 { 
	color: #660;
	font-size: 16pt;
}
#cont p { }
#cont li { }

#foot { 
	background: url(images/footbg.jpg) repeat-x;
	height: 50px;
	text-align: center;
}
#foot .copy {
	padding-top: 30px;
	font-size: 12px;
}

/*
Misc Styles
*/

.homelist { 
	list-style-image: url(images/homearrow.jpg);
}
.homelist li { 
	padding-bottom: 10px;
}
.homelist li a { 
	font-size: 18pt;
	color: #424240;
}
.white {
	color: #fff;	
}
.required {
	color: #f00;
	font-size: 18px;
}

