#navlist {
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#navlist li {
margin: 0;
}
#navlist a, #navlist a:link, #navlist a:visited, #navlist a:active  {
display: block;
padding: 6px 6px 6px 28px;
border-bottom: 1px solid #436175;
background-color: #d5cab4;
background-image:  url(../images/nav_bkgd.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
}
#navlist a:hover,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #F9F7F2;
background-image:  url(../images/rollover_bkgd.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	margin-top: 0px;
}

a,a:link,a:active,a:visited {
	color: #436175;
	text-decoration: none;
}

a:hover {
	color: #436175;
	text-decoration: none;
}

a.nav,a.nav:link,a.nav:active,a.nav:visited {
	color: #436175;
	text-decoration: none;
}

a.nav:hover {
	color: #F9F7F2;
	text-decoration: none;
}

a.foot,a.foot:link,a.foot:active,a.foot:visited {
	color: #436175;
	text-decoration: none;
}

a.foot:hover {
	color: #0557FB;
	text-decoration: none;
}

a.list,a.list:link,a.list:active,a.list:visited {
	color: #436175;
	font-weight: bolder;
	text-decoration: none;
}

a.list:hover {
	color: #0557FB;
	font-weight: bolder;
	text-decoration: none;
}

#copyright a,#copyright a:link,#copyright a:active,#copyright a:visited {
	color: #F7F2E7;
	text-decoration: underline;
}

#copyright a:hover {
	color: #F7F2E7;
	text-decoration: none;
}

.navmain {
	color: #436175;
	font-weight: bold;
	font-size: 12px;
	background-color: #F9F7F2;
	background-image:  url(../images/rollover_bkgd.gif);
	padding-left: 28px;
	line-height: 30px;
	border-bottom: 1px none #436175;
}

.navsub {
	color: #436175;
	font-size: 10px;
	padding-left: 38px;
	padding-bottom: 8px;
	padding-top: 8px;
	line-height: 20px;
	border-bottom: 1px none #436175;
	border-top: 1px solid #436175;
	border-right: 1px solid #436175;
	border-left: 1px solid #436175;
}

.navpic {
	border-bottom: 3px none #436175;
	border-top: 1px solid #436175;
	border-right: 1px solid #436175;
	border-left: 1px solid #436175;
}

.side-brdr {
	border-right: 1px solid #436175;
	border-left: 1px solid #436175;
}

.footer-brdr {
	border-top: 1px solid #436175;
	border-left: 1px solid #436175;
}
.brdr {
	border-right: 1px solid #436175;
}

.subnav-brdr {
	border-top: 1px solid #436175;
	border-bottom: 1px solid #436175;
	color: #436175;
	font-size: 10px;
	padding-left: 38px;
	padding-bottom: 8px;
	padding-top: 8px;
	line-height: 20px;
}

.brdr2 {
	border-right: 1px solid #436175;
}

.subnav {
	color: #0557FB;
}

.textpic {
	padding-left: 28px;
	padding-right: 30px;
	padding-top: 12px;
}

.bodytitle {
	color: #436175;
	font-weight: bolder;
	font-size: 12px;
	padding-left: 28px;
	line-height: 30px;
}

.lists {
	color: #436175;
	font-weight: bolder;
	font-size: 12px;
}	
	

.bodytext {
	color: #3B3A3A;
	font-size: 11px;
	padding-left: 28px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hometext {
	color: #3B3A3A;
	font-size: 11px;
	padding-left: 28px;
	padding-right: 30px;
	padding-top: 1px;
	padding-bottom: 10px;
	border-right: 1px solid #436175;
}

.bottomnav {
	color: #3B3A3A;
	font-size: 10px;
	padding-left: 28px;
	padding-right: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #436175;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F7F2E7;
	position: relative;
	left: 28px;
	top: 10px;
	width: 600px;
}


