@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	
}

body {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.1;
	color:#333333;
	background-color:#ABBAB8;
}

.bold {
	font-weight:bold
}

a {color: #0099CC;}
a:visited {color:#0099CC;}
a:hover {color: #26407F;}
a:active { color:#006699;}

p {
	color: #666666;
	margin-left: 15px;
	margin-right: 10px;
	font-size:12px;
}

h1 {
	font-size: 14px;
	padding:10px 10px;
	margin-left: 5px;
	color: #464749;
}

#container {
	width: 100%;
	height: 100%;
	background-color:#ABBAB8;
}

#wrapper{
	width: 818px;
	margin: 0px auto;
}

/* ---------------main content--------------- */

#content{
	width: 818px;
	top: 100px;
	display: inline;
}

#content img.line{
	margin-top: 11px;
	margin-bottom: 32px;
}

/* --------------- --------------- */



/* ----------header and top nav-------------- */

#header{
	width: 818px;
	height: 85px;
	text-align:right;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
}

#logo{
	width:313px;
	height:75px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}

a.logo {
   display: block;
   width: 241px;
   height: 85px;
   text-decoration: none;
   background: url("images/homelogo.gif");
   }
  
a.logo:hover {
  background-position: -150px 0;
  }

#topnav{
	width: 324px;
	height: 85px;
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}


/* ---------------------NEW MAIN NAV-------------------- */

a.rollover1 {
	display: block;
	width: 195px;
	height: 214px;
	text-decoration: none;
	background: url("images/homenav1.jpg");
	}

a.rollover1:hover {
	background-position: -195px 0;
	}
	
a.rollover2 {
	display: block;
	width: 195px;
	height: 214px;
	text-decoration: none;
	background: url("images/homenav2.jpg");
	}

a.rollover2:hover {
	background-position: -195px 0;
	}
	
a.rollover3 {
	display: block;
	width: 195px;
	height: 214px;
	text-decoration: none;
	background: url("images/homenav3.jpg");
	}

a.rollover3:hover {
	background-position: -195px 0;
	}
	
a.rollover4 {
	display: block;
	width: 195px;
	height: 214px;
	text-decoration: none;
	background: url("images/homenav4.jpg");
	}

a.rollover4:hover {
	background-position: -195px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
		
/* --------------------- -------------------- */	

#textarea{
	width: 818px;
	margin-left: 0px;
	margin-top: 0px;
	background-color:#FFFFFF;
	text-align:center;
	
}

#table {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin:auto;
	width: 390px;
}

.greentext {
	color:#5E7A8C;
}

#welcome{
	/*margin-top: 100px;
	height: 200px;*/
}
	

#footer{
	width: 818px;
	color:#FFFFFF;
	bottom: 0px;
	margin-left: 0px;
}


#footer p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#564b47;
	line-height: 20px;
	float:left;
	margin-left: 6px;
	margin-top: 20px;
}
