/*  =reset.css
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #731F55;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #731F55;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

html {
	scrollbar-base-color: #B0157C;
}
a {
	font-size: 11px;
	color: #B0157C;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #D979AE;
}
.centered {
	text-align:center;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #8A0000;
	text-align: center;
}
#container {
	height: 768px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#topbody {
	position: relative;
	height: 25px;
	width: 900px;
	left: 0px;
	top: 10px;
	z-index: 5;
	background-image:   url(../images/bodytop.gif);
}
#billboard {
	position: absolute;
	width: 500px;
	height: 15px;
	left: 200px;
	top: 0px;
}
#content {
	position: relative;
	height: 700px;
	width: 900px;
	left: 0px;
	top: 10px;
	background-image:   url(../images/bodymiddle.gif);
}
#branding {
	position: absolute;
	height: 200px;
	width: 900px;
	left: 0px;
	top: 20px;
}
.emphasis {
	color: #731F55;
	font-weight: bold;
}
.leftimg {
	float: left;
	margin-right: 17px;
}
#footer {
	position: absolute;
	height: 70px;
	width: 840px;
	top: 610px;
	left: 28px;
	border-top: solid #B0157C 1px;
	padding-top: 15px;
}
#bottombody {
	position: relative;
	height: 25px;
	width: 900px;
	left: 0px;
	top: 10px;
	background-image:   url(../images/bodybottom.gif);
}

