html { height: 100%; }

body { height: 100%; }

html, body { margin:0;padding:0; }

body
{
	background: url(images/back.jpg) #fff repeat-y;
	font-family: Verdana, Arial;
	text-align: left;
	font-size: 10pt;
}
h1 
{
	background: url(images/h1.gif) #fff 0% 14% no-repeat;
	font-family: 'Arial Narrow',Verdana, Arial;
	font-size: 20pt;
	font-weight:bold;
	padding: 0 0 5px 25px;
	color: #990033;
}

h2
{
	font-family: Arial;
	font-size: 14pt;
	font-weight:bold;
	padding: 0 0 5px 0px;
	color: #990033;
}

h3
{
	font-family: Arial;
	font-size: 12pt;
	font-weight:bold;
	padding: 0 0 5px 0px;
	color: #990033;
}

div#header
{
	height: 215px;
	background: url(images/head.jpg) #003399 no-repeat;
}
div#container
{
	position: relative;
	min-height:100%;
	text-align: left;
}
* html #container{height:100%;}

div#content p
{
	line-height: 1.4;
}
div#navigation
{

}
div#extra
{
	text-align: center;
	font-family: Georgia, Verdana, serif 
}
#footer
{
	clear:left;
	width:1000px;
	height:25px;
	background: url(images/footer.jpg) #fff no-repeat;
	color: #FFF;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-align:center;
	border:0;
	border-top: solid 1px #0066cc;
}

#footer
	{
		position: relative;
		margin: -26px 0 0 0;
	}


	
div#footer p
{
	margin: 0;
	padding: 5px;
}

a:link, a:visited
{
	color: #990033;
	font-weight:bold;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}


a:link.footer, a:visited.footer
{
	color: #ffffff;
	text-decoration: none;
}

a:hover.footer
{
	color: #b0c4de;
	text-decoration: underline;
}


div#container
{
	width: 1000px;
	margin: 0;

}
div#wrapper
{
	
	float: left;
	width: 100%;
	height: 100%;
}

div#content
{
	margin: 0 250px 100px 250px;
	bottom:25px;
}
div#navigation
{
	float: left;
	bottom:25px;
	width: 200px;
	margin-left: -1000px;
}

div#extra
{
	float: left;
	width: 180px;
	bottom:25px;
	margin-left: -190px;

}

#navlist {
	position: relative;
	/*left: 36px;
	width: 186px;*/
	top: 20px;
	left: 0px
}

#content ul 
{
	list-style-type: square;
	color: #990033;
}

#content li span
{
	color: #000000;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

#navlist li {
	margin: 0 0 3px 0;
}

#navlist a {
	/*/*/display: block;
	padding-left: 24px;
	padding-top:3px;
	/*border: 1px solid #333;*/
	width: 200px;
	height: 22px;
	/* background-image:  url(images/btnDefault.png);  */
}



#navlist a:link, #navlist a:visited
{
	color: #990033;
	text-decoration: none;
}

#navlist a:hover {
	background: url(images/menu_h.gif) no-repeat;
	color: #990033;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background: url(images/menu_h.gif) no-repeat;
	color: #990033;

}
