/* body and site container */

a:link {
	color: #6CDBFF;
	text-decoration: none;
}
a:active {
	color: #0DFFFF;
	text-decoration: none;
}
a:visited {
	color: #0DFFFF;
	text-decoration: none;
}
a:hover {
	color: #DDEEFF;
	text-decoration: underline;
}

body {
 margin: 0;
 padding: 0;
 background-color: #000000;
 color: black;
 background-image: url('../images/PageBackground.jpg');
 background-repeat: repeat-x;
 font-style:normal; font-variant:normal; font-weight:normal; font-size:smaller; font-family:Arial, sans-serif
}

H1 {
 font-family: arial;
 margin: 0px 0 0 0;
 padding: 0;
 font-size: 140%;
 text-align: center;
 color: #003399; 
}

#top {
	color: black;
	background-color: transparent;
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: auto;
	line-height: 1.1;
}

#absolute {
	position:absolute;
	top:20px;
	right:1px;
	width:150px;
	background:transparent;
	padding:1px;
	border:0px;
	height: 50px;
  }
  
/* header and top menu bar */

#menu hover {
	display:block
}

#header-top{

 position: relative;
 margin-top: 20px;
 z-index: 1;
}

#header-bottom {
 position: relative;
 margin-top: -18px; 
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 padding-left: 0px;
 padding-top: 18px;
 padding-bottom: 0px;
 background-image: url('../images/MenuBackground.gif');
 font-size: 150%;
 height: 45px
}

#header-bottom ul {

 position: relative;
 margin: 0px;
 padding: 0 30px 0 0;
 text-align: right;
}

#header-bottom li{

 display: inline;
 margin-left: 25px;
 height: 47px;
 margin-bottom: 0px;
 padding: 0;
}

#header-bottom a:link, #header-bottom a:visited {
 text-decoration: none;
 color: #E8E8E8;
}

#header-bottom a:hover {
 text-decoration: none;
 color: #FFFFFF;
}


/* main content container */

#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 5px;
	background-color: #FFFFFF;
}

#front {
 position: relative;
 top: 0;
 left: 0;
 width: 80%;
 height: 100%;
 margin-top: 5px;
}

#main h1 {
 font-size: 140%;
 color: #003399; 
 padding: 0;
 margin: 0;
 }

#main h2 {
 color: #0066cc;
 padding: 0;
 margin: 0;
}

#main h3 {
 color: #0066cc;
 padding: 0;
 margin: 0;
}


/* website footer */

#footer {
margin: 0 0 10px 0;
padding: 0;
text-align: center;
color: black;
font-size: 80%;
}

