html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #DDD7CB;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	font-size: 10pt;
}

#headerbox {
	background-image: url(images/header_nopic.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navbox_layer1 {
	float: left;
}
#navbox_layer2 {
	background-image: url(images/nav_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navbox_layer2 a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 5px;
	display: block;
}
#navbox_layer2 a:hover {
	background-image: url(images/nav_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#navbox_layer2 .selected {
	background-image: url(images/nav_bg_selected.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#extralinks {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 25px;
}
#content {
	padding: 10px 10px 25px 10px;
}
.sublinks {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sublinks a, #navbox_layer2 .sublinks a {
	font-size: 8pt;
	font-weight: normal;
	background-image: none;
	height: 10px;
	margin-left: 10px;
}
.sublinks a:hover, #navbox_layer2 .sublinks a:hover {
	background-image: none;
	text-decoration: underline;
}
.leftedge {
	background-image: url(images/bg_page_edge_l.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}.hidden {
	display: none;
}
.quote {
	font-style: italic;
	font-weight: normal;
	color: #666666;
	margin: 0 0 0 15px;
}
.quotee {
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin: 0 0 25px 15px;
}
.pic_left {
	margin: 0 10px 5px 0;
	float: left;
	font-size: 10px;
	text-align: center;
}
.pic_right {
	margin: 0 0 5px 10px;
	float: right;
	font-size: 10px;
	text-align: center;
}
a {
	color: #9E0B0E;
	text-decoration: none;
	font-weight: bold;
}
#content a:link, .force_link_icon {
	padding: 0 0 0 13px;
	background:  url("images/icon_link.gif") no-repeat left center;
}
#content a:visited {
	padding: 0 0 0 13px;
	background:  url("images/icon_vlink.gif") no-repeat left center;
}
#content a:hover {
	padding: 0 0 0 13px;
	background:  url("images/icon_hlink.gif") no-repeat left center;
}
#content a.link_mailto {
	background:  url("images/icon_link_mailto.gif") no-repeat left center;
}
#content a.link_mailto:hover {
	background:  url("images/icon_hlink_mailto.gif") no-repeat left center;
}
#content a.force_link_noicon, #content a.force_link_noicon:hover, #content a.force_link_noicon:visited {
	padding: 0 0 0 0;
	background:  url("images/spacer.gif") no-repeat left center;
}
h1 {
	font-size: 18pt;
	color: #9F0A0C;
	text-transform: uppercase;
}
h2 {
	font-size: 12pt;
	margin: 0 0 0 0;
}
p {
	margin: 0 0 15px 0;
}
ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	list-style: disc outside;
}
ul ul {
	margin: 0 15px 0 25px;
	list-style-position: outside;
	font-size: 9pt;
	list-style-type: circle;
	}
