body {
	background-color:#E9E9E9; /* GRAY */
	font-size:100%;
	line-height:110%;
	font-family:arial,helvetica,sans-serif;
	margin:20px;
	padding:0;
	color:#000000;
	}

a {
	color:#5C9A1D; /* DARK GREEN */
	}

a:hover {
	color:#99CC65; /* LIGHT GREEN */
	}
	
h1 {
	width:250px;
	position:absolute;
	left:660px;
	top:315px;
	color:#ffffff;
	font-weight:bold;
	line-height:130%;
	font-size:100%;
	}

h2 {
	background-color:#E9E9E9; /* GRAY */
	font-weight:bold;
	font-size:100%;
	line-height:90%;
	padding:10px 0px 4px 10px;
	margin:0;
	border-top:1px solid #5C9A1D; /* DARK GREEN */
	border-bottom:1px solid #dddddd;
	}
	
	
h3 {
	background-color:#E9E9E9; /* GRAY */
	font-weight:bold;
	font-size:90%;
	line-height:90%;
	padding:4px 0px 4px 10px;
	margin:0;
	margin-bottom:6px;
	border:1px solid #5C9A1D; /* DARK GREEN */
	}
	
	

#shadow {
	width:976px;
	margin:auto;
	background-image:url(images/shadow_back.jpg);
	background-repeat:repeat-y;
	}

#layout{
	margin:auto;
	width:950px;
	border:1px solid #333333;
	}

#header {
	height:80px;
	text-align:left;
	margin:auto;
	width:950px;
	}

.logo {
	position:relative;
	left:-16px;
	top:10px;
	border:none;
	}

#navigation {
	background-color:#666666;
	height:25px;
	position:relative;
	top:-1px;
	}

#navigation a {
	background-color:#555555;
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding:0px 10px 0px 10px;
	line-height:25px;
	border-right:1px solid #ffffff;
	font-size:80%;
	font-weight:bold;
	float:left;
	}

#navigation a:hover {
	background-color:#99CC65; /* LIGHT GREEN */
	color:#ffffff;
	position:relative;
	top:0px;
	border-top:1px solid #ffffff;
	}
	
#content {
	background-color:#ffffff;
	border-top:4px solid #99CC65; /* LIGHT GREEN */
	border-bottom:4px solid #99CC65; /* LIGHT GREEN */
	}

.home {
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;
	position:relative;
	height:500px;
	border-top:2px solid white;
	border-bottom:2px solid white;
	}

.banner {
	border-bottom:1px solid black;
	}

.team_photo {
	padding:5px 15px 10px 0px;
	}
	
#content .sidebar {
	border:1px solid #5C9A1D; /* DARK GREEN */
	padding:10px;
	margin:10px;
	color:#777777;
	font-size:80%;
	float:right;
	width:160px;
	}

#content .sidebar ul {
	padding:0;
	margin:10px 0px 10px 10px;
	}

#content .sidebar a {
	text-decoration:none;
	font-weight:bold;
	}
	
#content .text {
	width:730px;
	position:relative;
	left:10px;
	font-size:90%;
	color:#333333;
	padding-top:10px;
	}
	
.contact_left {
	width: 200px;
	float:left;
	}

.contact_right {
	width:500px;
	float:right;
	color:#5C9A1D; /* DARK GREEN */
	font-size:80%;
	font-weight:bold;
	}

.contact_form {
	border:1px solid #aaaaaa;
	width:480px;
	padding:4px;
	font-size:110%;
	color:#777777;
	}
	
#footer {
	color: #bbbbbb;
	font-size:70%;
	padding-top:10px;
	height:30px;
	text-align:left;
	margin:auto;
	width:950px;
	}

#footer a {
	color:#bbbbbb;
	text-decoration:none;
	padding:0px 10px;
	position:relative;
	left:20px;
	}

#footer a:hover {
	color:#99CC65; /* LIGHT GREEN */
	}
