/* CSS Document - Author: The Hill */

body
{
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left:50%;
	background-color: #FFFFFF;
}

a {text-decoration: none; color: #f00000;}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
/* css/tooltip.css -- fancy tooltips */

span.tool {
  position: relative;   /* this is key */
  cursor: help;
}
 
span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 50;
  position: absolute;
  top: 2.5em;
  left: 2em;
  width: 15em;
  line-height: 1.2em;
  padding: 3px 7px 10px 6px;
  border: 1px solid #336;
  background-color: #FFFF99;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: left;
}

/* css/tooltip.css */

#topbanner
{
	background-color: #000000;
	height: 45px;
}
#container
{
	width: 700px;
	margin-left: -350px;
	background-color: #FFFFFF;
}

#topheader
{
	background-color: #000000;
	height: 150px;
}

#title
{
	font-size: 24px;
	color: #f00000;
	font-family: verdana;
	text-align:center;
}
#container #title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	background-color: #000000;
	border-top: 0px;
	border-bottom: 15px;
	border-top-color: #FFFFFF;
}

#navbar
{
	background-color: #FFFFFF;
}

.navitem
{
	background-color: #000000;
	padding: 6px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 162px;
	margin-top:1px;
	margin-right:1px;
        margin-bottom: 1px;
	float:left;
}


.navitemlast
{
	background-color: #000000;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 130px;
	margin-top:1px;
	margin-right:0px;
        margin-bottom: 1px;
	float:left;
}


#main
{
	padding:5px;
	width: 688px;
	text-align:justify;
	color:#000000;
	line-height: 1.6em;
	background-color: #FFFFFF;
}
#linkdes
{
        color: #f31f60;
}


h1
{
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	text-transform:none;
	font-size:20px;
	font-weight:bold;
	color: #f00000;
	padding-top: 5px;
}

.headertext1
{
	background-color: #f00000;
        font-size:18px;
	color: #000000;
}
.headertext2
{
	font-size:10px;
	font-weight:bold;
}

#footer
{
	background-color:#000000;
	color: #f00000;
	text-align:left;
	vertical-align:middle;
	height: 25px;
	padding-top:7px;
	clear:both;
}

img
{
}
