@charset "utf-8";
/* CSS Document */

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,
caption, tbody, tfoot, thead, tr, th,{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	color: #000;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}



body {
	width: 100%;
	background-color: #CCC;
}

a:link, a:visited, a:hover, a:active {
	color: #00F;
	text-decoration: none;
}

#container {
	width: 950px;
	height: auto;
	text-align: center;	
	margin: 0 auto;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#banner {
	background-color:#FFF;
	padding-bottom: 10px;
	text-align: left;
}

#banner img {
	margin-top: 0px;
	margin-left: 0px;
}

#banner table {
	float: right;
	margin-top: -50px;
}

#search {
	background-color: #FFF;
}

#nav {
	padding-bottom: 5px;
	width: 100%;
	height: 20px;
	background-color: #EEE;
}

#content {
	background-color: #FFF;
	height: 1750px;
	padding: 20px 10px 10px 10px;
	text-align: center;
}

#navbottom {
	background-color: #EEE;
	font-size: 90%;
	font-weight: 700;
	padding-top: 10px;
}

#footer {
	padding-top: 10px;
}

.disclaimer {
	font: 1em Arial, Helvetica, sans-serif;
	color: #666;
}

.issues {
	font-size: 14px;
}
	
.term {
	color: #00F;
	text-decoration: underline;
}

.edbaintitle {
	font: 2.25em Arial, Helvetica, sans-serif;
}

.edbainsub {
	font: .75em Arial, Helvetica, sans-serif;
	text-decoration: underline;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.redtext {
	color: #F00;
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: 700;
}
}