body { 
	background: #000000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%;
	line-height:1.125em;
	color:#ffffff;
}

#main {
	width:100%;
	margin:2em 2em 2em 2em;
	position:relative;
	font-size:.65em;
}
#content {
	padding:0px 0px 0px 0px;
}

/* nav bar */
#nav ul {
padding:0;
margin: 8px 19px 0px 19px;
float: left;
width: 100%;
font-size: 1.2em;
text-align:center;
text-decoration:none;
list-style-type: none;
}

#nav ul li {display: inline;}

#nav ul li a
{
float: left;
width: 5em;
color: #ffffff;
background-color: #000000;
list-style-type: none;
padding: 0.2em 1em;
text-decoration: none;
margin: 0px 5px 0px 5px;
border: 2px solid #000000;
border-width: 0.15em 0.15em 0.15em 0.15em;
border-color:#333333 #999999 #333333 #999999;
}
#nav ul li a:visited
{
color: #ffff00;
}
#nav ul li a:hover
{
background-color: #ccccff;
color: #ffffff;
}
#nav ul li a:active
{
color: #ffff99;
}
/* end of bottom further info bar */

p { margin-bottom:10px;
    font-size:1.2em;
		line-height:1.5em;
		text-align: center;
		}
		
a:link {
color:#ff0000;
 font-size:1em;
}

/*--- titles ---*/
h1 {
	font-family:Times, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.2em;
	font-weight:normal;
	letter-spacing:-1px;
	margin-top:35px;
	margin-bottom:28px;
	text-align: center;
}

h2 {
	font-family:Times, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	line-height:1.2em;
	font-weight:normal;
	letter-spacing:-1px;
	margin-top:2%;
	margin-bottom:2%;
	text-align: center;
	color: #ffff66;
}

h3 {
	font-family:Times, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height: 1.2em;
	font-weight:normal;
  margin-top:12px;
	margin-bottom:12px;
	text-align: center;
}


h3 a:link {
color: #cc0000;
}
h3 a:visited
{
color: #ff0000;
}
h3 a:hover
{
background-color: #ffffff;
color: #000000;
}
h3 a:active
{
color: #ccccff;
}

/*===== footer =====*/
#footer {
	height:48px;
}
	#footer .indent {
		padding:12px 40px 12px 40px;
	}
	#footer a {
		color:#d1d5da;
	}
	#footer img {
		position:relative;
		top:-3px;
	}

/*==========================================*/
