body { 
	background: #fff;
	color: #000;
	font-family: Verdana,sans-serif;
	font-size: small;
	}

dt {
	font-weight: bold;
	margin-top: 3px;
	}

h3 { 
	font-size: x-large;
	font-family: Garamond,serif;
	color: #94b0a0;
	}
h4 { 
	font-size: large;
	font-family: Garamond,serif;
	color: #666;
	}
h5 { 
	font-size: medium;
	}
a {  
	color: #00F;
	}
a:visited {
	color: #33c;
	}
	
table th, table td {
	vertical-align: top;
	}

.menucat{ 
	text-decoration: none;
	}

.menucat:hover { 
	text-decoration: underline;
	}

.menusub {  
	color: #000;
	text-decoration: none;
	font-size: 10px;
	}

.menusub:hover {
	text-decoration: underline;
	}

.footertext {  
	font-size: 10px;
	background: #fff;
	color: #333333;
	}
	
.smalltext {  
	font-size: smaller;
	}

.imgcap {  
	font-size: smaller;
	text-decoration: none;
	}
.pagehead {  
	font-size: medium;
	font-weight: bold;
	}
.imglink {
	font-size: smaller;
	text-align: center;
	background: #eee;
	}
.imglink a {
	color: #036;
	}

.imglink a:visited {
	color: #036;
	}

.imglink a:hover {
	color: #000;
	text-decoration: none;
	}
	
.feature {
	background: #eee;
	font-size: smaller;
}


.homelayout {

	}


.banner {
	text-align:center;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #94b0a0;
	}

.menu {
	width: 162px;
	}
	
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav a {
	display: block;
	padding: 3px 5px;
	width: 161px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #036;
	}
	
#nav a:hover {
	border-bottom: 1px solid #94b0a0;
	}
	
.primary {
	border-left: 1px solid #94b0a0;
	text-align: center;
	}

.secondary {
	width: 162px;
	font-size: smaller;
	color: #666;
	border-left: 1px solid #94b0a0;
	padding: 5px;
	}

.footer {
	color: #999;
	font-size: smaller;
	padding: 10px 0;
	border-top: 1px solid #94b0a0;
	}


