﻿html,body,form {
	padding:0px;
	height:100%; /* needed for container min-height */
		
	font-family:arial,sans-serif;
	font-size:small;
	color:#000;
	
}
html 
{
	margin: 20px;
	margin-top: 0px;
}
body, form 
{
	margin: 0px;
}


h1 { 
	font:2em arial,sans-serif;
	margin:0.5em 0;
	display: inline-block;
	float: left;
	padding-right: 20px;
	
	
}

h2 {
	font:2em arial,sans-serif;
	padding-right: 20px;
}

h1, h2, h3 
{
	color: #000000;
	/* color: #4c75bf;*/ /* light blue /*
	/*color:#b82a14;*/ /* red */
	/*color:#134F89;*/ /* blue */
	margin-top: 0px;
	font-size: 1em;
}


p { 
	line-height:1.5; 
	margin:0 0 1em;
}

a 
{
	color: #005595;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:#ffffff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#banner {
	padding:0em;
	background-image: url(../../images/banner16.png);
	background-repeat: no-repeat;
	height: 80px;
}

div#bannertext 
{
	position: absolute;
	font-size: 18px;
	color: #000000;
	top: 18px;
	left: 160px;
}


div#header {
	padding:0em;
	background-image: url(../../images/aurora5.png);
	background-repeat: no-repeat;

	
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:1em 1em 6em; /* bottom padding for footer */

	
}

div#content p {
	text-align:justify;
	padding:0 1em;
}


div#title {
	
	
	font-size:1.25em;
	color: #000000;
	/*color:#134F89;*/
	/*color:#b82a14;*/
	font-weight: bold;
	padding-bottom: 10px;
}


div#footer {
	position:absolute;
	width:100%;
	bottom:20px;  /*stick to bottom */
	background:#ddd;
	height: 31px;
	/*background-image: url(../../images/footer.png);*/
	background-repeat: no-repeat;
	
}
	div#footer p {
		padding:1em;
		margin:0;
	}
	
div#footer table 
{
	height: 31px;
	
}
	
div#footer td
{
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: verdana, arial;
	color: #af774e;
	
}


	
div#print
{
	position:absolute;
	right: 5px;
}


div#news
{
	top: 0px;
	left: 50px;
	width: 600px;
	padding: 10px;
	background-color: #ddd;
	border: solid 2px #af774e;
	position: relative;
}

.menu
{
	width: 100%;
	background-image: url(../../images/menubg.png);
	font-weight: bold;
	border-top: solid 1px black;
	/*position: absolute;
	top: 81px;*/
}

.menuitem
{
	
	width: 90px;
	color: #F8F0ED;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
}

.menuitemHover
{
	/*color: #b82a14;*/
	color: #EEB111;
	
}

.selectedmenu
{
	color: #fff;
}

.dynamicmenu
{
	background-color: Silver;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	
}

.dynamicmenuitem
{

	width: 100%;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: Silver;
	
	
}
.dynamicmenuitemHover
{
	color: #af774e;

}

div#copyright
{
	color: gray;
	font-family: Monaco;
	display: none;
}


div#adminlinks
{
	position: absolute;
	right: 30px;
	top: 110px;
	font-size: 10px;
	background-color: Transparent;
	height: 25px;
	
	padding-top: 3px;
	padding-bottom: 3px;
	
}
div#adminlinks A, div#adminlinks A:link, div#adminlinks A:visited  
{ 
	text-decoration: none; 
	border: solid 1px gray;
	background-color: #ffffff;
	color: gray;
	padding-left: 20px;
	padding-right: 20px;
	
}

div#adminlinks A:hover
{
	background-color: Yellow;
	color: Black;
}

div#print 
{
	width: 22px;
	height: 22px;
	background-image: url(../../images/iconprint.gif);
	background-repeat: no-repeat;
	
}