/* CSS Document */

a:link {
	font-weight: 700;
	color: black;
	text-decoration: none;
}

a:visited {
	font-weight: 700;
	color: black;
	text-decoration: none;
}

a:hover {
	font-weight: 700;
	color: black;
	text-decoration: underline;
}

a.toplink:link {
	font-weight: 700;
	color: #CC701B;
	text-decoration: none;
}

a.toplink:visited {
	font-weight: 700;
	color: #CC701B;
	text-decoration: none;
}

a.toplink:hover {
	font-weight: 700;
	color: #CC701B;
	text-decoration: underline;
}

a.footer:link {
	color: #CC701B;
	text-decoration: none;
}

a.footer:visited {
	color: #CC701B;
	text-decoration: none;
}

a.footer:hover {
	color: #CC701B;
	text-decoration: underline;
}

a.highlight:link {
	color: #2991CC;
	text-decoration: none;
}

a.highlight:visited {
	color: #2991CC;
	text-decoration: none;
}

a.highlight:hover {
	color: #2991CC;
	text-decoration: underline;
}

body {
	font-family: Verdana, Tahoma, Sans-serif;
	font-size: 12px;
	background-color: #F1EBDE;
	padding: 0px;
	margin: 0px;
}

#container {
	background-color: white;
}

#nav {
	text-align: left;
	font-size: 12px;
}

#nav2 {
	background-color: #CC701B;
	text-align: center;
}

#nav3 {
 	background-color: #EEDFC9;
	text-align: center;
}

#contentbox {
	text-align: left;
	padding-top: 10px;
}

h1 {
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 0px;
	font-size: 18px;
	border-left: 2px solid black;
}

#contentboxmiddle {
	text-align: left;
	padding: 4px;
	line-height: 15pt;
}

.footer {
	padding-top: 8px;
	font-size: 10px;
	text-align: center:
}

#highlight {
	color: #2991CC;
	font-weight: 700;
	text-decoration: underline;
}

#highlight2 {
	color: #096193;
	font-size: 11px;
}

p {
margin: 0px;
padding: 5px;
line-height: 15pt;
}

hr {
height: 3px;
background-color: white;
border-top: 0px;
border-right: 0px;
border-left: 0px;
border-bottom: 1px solid #ECE9E0;
}

#smallblurb {
	font-size: 11px;
	padding-top: 4px; 
	padding-left: 4px; 
	padding-right: 8px;
	line-height: 15px;
	margin: 0px;
}

#content {
text-align: left;
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

#subpagenav {
text-align: left;
background-color:#D5C2A6; 
padding-top: 10px;
}

#subnav2 {
font-size: 12px; 
background-color: white;
text-align: center;
padding-bottom: 20px;
}

#subnavcontent {
font-size: 12px;
background-color: white;
padding: 5px;
}