@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
body {
	padding:0px;
	margin:0px;
	border:0px;
	background-image:url(images/background.gif);
	background-repeat: repeat-x;
	
}
a:link {
	text-decoration: none;
	border:0px;
}
a:visited {
	text-decoration: none;
	border:0px;

}
a:hover {
	text-decoration: none;
	border:0px;

}
a:active {
	text-decoration: none;
	border:0px;

}


#wrapper {
	width: 775px;
	height: 400px;
	margin: 0px auto 0px auto;
	position:relative;
	border:0px;
	padding:0px;
	}
#header{
	width:775px;
	height: 102px;
	border:0px;
	padding: 0px;
	margin:0px;
	background-image: url(images/Header.gif);
	background-color: #33FF33;
	position:relative;

	}
#body{
	width:775px;
	border:0px;
	padding: 0px;
	margin:20px 0px 0px 0px;
	min-height:425px;
	position:relative;
	}
#flash {
	width:700px;
	height:550px; 
	position:absolute;
	left:75px;
	top:0px; 
	}
#contact{
	height: 100px;
	margin-top:165px;
	float:left;
	}

#footer {
	width:775px;
	margin-top:25px;
	position:relative;
	}
#footer a{
	color: #545c5f;
	}
	
/*Hor Navbar */

#navcontainer {
	position:absolute;
	left:155px;
	top:79px;
	border-left:1px solid #abce88;
	background:#545c5f;
	padding:0px;
	margin:0px;
	

	
}

#navlist 
{
padding: 0px;
margin: 0px;
border:0px;
background-color: #545c5f;
color: White;
}

#navcontainer li { display: inline; }

#navcontainer a
{
padding: 3px 10px;
background-color: #545c5f;
color: #abce88;
text-decoration: none;
float:left;
border-right: 1px solid #abce88;
border-top: 2px solid #545c5f;

font-size:12px;
position:relative;
}

#navcontainer a:hover
{
background-color: #fff;
color: #abce88;
border-top: 2px solid #abce88;
}

#current a{
background-color: #FFFFFF;
color: #abce88;
border-top: 2px solid #abce88;
}

/* Vertical Nav */

#ver_nav { width: 144px; }

#ver_nav ul {
margin-left: 0;
padding-left: 0;
padding-right: 5px;
list-style-type: none;
}

#ver_nav a
{
font-size:12px;
display: block;
padding: 3px 3px 3px 10px;
width: 144px;
border-bottom: 3px solid #fff;
text-decoration:none;
}
#ver_nav a:hover{
	font-weight:bold;
	}

/*#ver_nav a:link, #ver_navlist a:visited
{
color: #EEE;
text-decoration: none;
}
*/

/*------------------------------------*/


.green{
color:#abce88;

}

.contact {
	font-size:xx-small;
	color: #545c5f;
	}
.image {
	margin-top:50px;
}


