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

/* RESET */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td, object { margin: 0px; padding: 0px; }
a img { border: none; }
a { outline: none; } /* Gets rid of dotted border around clicked links in Firefox */
table { border-collapse: collapse; }
object { font-size: 0px; line-height: 0px; } /* Gets rid of gap below SWF in Firefox */

/* PAGE ELEMENTS */

body {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #FEF7D9;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#mastLeft {
	background: #262465 url(../images/masthead/mast_bg_left.gif) no-repeat 0px 0px;
}
#mastRight {
	background: #CC9933 url(../images/masthead/mast_bg_right.gif) no-repeat 0px 0px;
}
#mastLogo {
	margin: 120px 0px 350px;
}
#navMain {
	margin: 120px 0px 0px;
	padding: 0px;
	width: 170px;
}
#mastPic {
	margin: 0px 0px 18px;
}
#content {
	margin: 0px 0px 14px 16px;
	padding: 0px;
	width: 368px;
}
#pageHead {
	margin: 0px 0px 14px;
}

/* HTML TAGS */

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 4px;
}
p {
	margin: 0px 0px 12px;
}

/* CLASSES */

.list01 {
	list-style: none;
	text-indent: -.95em;
	padding-left: 0.95em;
	margin: 0px 0px 4px;
}
.divider {
	margin: 0px;
	height: 12px;
	border-top: 1px solid #666;
}
.caption {
	font: bold 9px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 2px 0px 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0;
}

/* TABLES AND LINK LISTS */

#table01 td {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 6px;
}
#linklist p, #linklist p a:link, #linklist p a:active, #linklist p a:visited {
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#linklist p a:hover {
	color: #666;
	text-decoration: underline;
}
#linklist h4 {
	font: bold 11px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 12px 0px 0px;
}

/* LINK STYLES */

a:link, a:active, a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}
#copyright {
	font: normal 9px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	margin: 6px 0px;
	padding: 0px;
	width: 800px;
}
#copyright div {
	margin: 0px 0px 0px 6px;
}
#copyright a:link, #copyright a:active, #copyright a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
#copyright a:hover {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}
