/*  =reset.css
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
html {
	scrollbar-base-color: #003366;
}
body {
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
a {
	font-size: 11px;
	color: #000066;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #003366;
}
.centered {
	text-align:center;
}
#container {
	height: 868px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#topbody {
	position: relative;
	height: 25px;
	width: 900px;
	left: 0px;
	top: 10px;
	background-image:  url("../images/bodytop.gif");
}
#billboard {
	position: absolute;
	width: 660px;
	height: 15px;
	left: 135px;
	top: 13px;
}
#billboard a:link {
	color: #BF0A30;
	font-weight: bold;
}
#billboard a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#content {
	position: relative;
	height: 800px;
	width: 900px;
	left: 0px;
	top: 10px;
	background-image:  url("../images/bodymiddle.gif");
}
#branding {
	position: absolute;
	height: 200px;
	width: 900px;
	left: 5px;
	top: 10px;
}
.emphasis {
	color: #BF0A30;
}
.titles {
	text-align: center;
	color: #BF0A30;
	font-weight: bold;
	line-height: 24px;
}
.points {
	color: #003366;
	font-weight: bold;

}
.leftimg {
	float: left;
	margin-right: 17px;
}
.rightimg {
	float: right;
	margin-left: 20px;
}
.logoimg {
	float: left;
	margin-right: 10px;
}
.clear {
	clear: both;
}
.pagetitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8A0000;
	text-align: center;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #8A0000;
	text-align: center;
}
.footnotes {
	text-align: center;
	color: #8A0000;
}
#footer {
	position: absolute;
	height: 70px;
	width: 840px;
	top: 710px;
	left: 28px;
	border-top: solid #BF0A30 1px;
	padding-top: 15px;
}
#bottombody {
	position: relative;
	height: 25px;
	width: 900px;
	left: 0px;
	top: 10px;
	background-image:  url("../images/bodybottom.gif");
}
