/* CSS Document */

html, body
{
	padding: 0;
	margin: 0;
	border: none;
}

body
{
	background: url(../images/bg.gif) top center repeat-y white;
}


#MAIN
{
	width: 790px;
	height: auto;
	
	position:relative;
	top:30px;
	left: 0;
	
	margin: 0 auto;
	padding:0;
	
	border: 1px black solid;
	background:white;
	
	overflow:visible;
	background: url(../images/navbg.gif) top left repeat-y white;
}

#HEAD
{
	width: 790px;
	height: 180px;

	text-align: right;
	
	color:white;
	background: #003366;
	
	position: relative;
	top:0;
	left:0;
	
	border-bottom: 1px black solid
}

#FOOTER
{	
	width: inherit;
	height: auto;
	
	background:#003366;
	color:white;
	
	text-align:center;
	padding: 5px 20px;
	margin: 0;
	border: 1px black solid;
}

#MIDDLE
{
	width:inherit;
	height: auto;
	
	position: relative;
	top: 0;
	left:0;
}


#BANNER
{
	position: absolute;
	bottom: 0;
	right:0;
	
}

#LOGO
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#TITLE
{
	width: 690px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	
	color: white;
	font-family:"Franklin Gothic Book", "Franklin Gothic Medium", Arial, Heveitca, sans-serif;
	font-size: 3em;
	background:#003366 top right no-repeat url(../images/title.gif);
}

#NAV
{
	color:white;
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px;
}

#NAV h1
{
	font-size: 1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 0;
	margin: 0;
	
}

#NAV li, ul
{
	margin-left:.7em;
	padding-left:0;
		
}

#NAV hr
{
	margin: 15px 10px;
	padding: 0;
}

#NAV a
{
	color:#FFFFFF;
	text-decoration:none;
}

#NAV a:hover
{
	text-decoration: underline;
}

#CONTENT
{	
	padding: 5px 10px;
}

#CONTENT h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#CONTENT h2
{
	padding: 0;
	margin-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
}
#CONTENT h3
{
	padding: 0;
	margin-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
}

#CONTENT h4
{
	padding: 0;
	margin-bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
}

#CONTENT p
{
	margin-top:0;
}

.link
{
}
.newslink
{}

#CONTENT a.link:active, #CONTENT a.newslink:active
{
	color:#990000;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	text-decoration:underline;
}

#CONTENT a.link:visited, #CONTENT a.newslink:visited
{
	color:#990000;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	text-decoration:none;
}

#CONTENT a.link:link, #CONTENT a.newslink:link
{
	color:#990000;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	text-decoration:none;
}
#CONTENT a.link:hover, #CONTENT a.newslink:hover
{
	color:#990000;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	text-decoration:underline;
}

#KEMPER
{
	float: right;
}

#CONTENT p.quote
{
	font-style:italic;
	margin: 1.4em 1.4em;
}

#CONTENT p.reference
{
	font-style:italic;
	text-align: right;
	margin: 0em 1.4em;
}

#SCHOLAR
{
	width:150px;
	float:right;
}