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

body {
	margin-top: 0px;
	text-align: center; /* for IE */
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
	color: #000000;
}

#site {
	margin: 0 auto;   /* align for good browsers */
	text-align: left;
	width: 800px;
	background-color: #FFFFFF;

}
 a {
 	color: #99CC66;
 }
a:hover {
	color: #FF0000
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 14px;
}

.bold {
	font-weight: bold;
	font-size: 120%;
	color: #006600;
}
.title {
	font-weight: bold;
	font-size: 100%;
	color: #006600;
}

#links {
	padding: 7px;
	height: 20px;
	width: 120px;
	border: 5px solid #99CC66;
}




#left {
	float: left;
	width: 380px;
	padding: 10px;
	background-color: #FFFFFF;
	background-position: left top;
	background-image: url(media/gradient.jpg);
	background-repeat: repeat-x;
}
#right {
	float: right;
	width: 370px;
	background-color: #FFFFFF;
	background-image: url(media/gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}




#top {
	height: 90px;
	width: 100%;
	border-bottom-color: #FF9933;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#top .logo {
	margin: 0 auto;
	width: 800px;
	height: 90px;
	background-image: url(titlefinal1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer {	
	background-image: url(media/footer.jpg);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	border-top: 1px;
	border-top-color: #FF9933;
	border-top-style: solid;
}
#footer .logo {
	margin: 0 auto;
	width: 800px;
	height: 50px;
	background-image: url(media/footer.jpg);
	background-repeat: repeat-x;
	padding-top: 8px;
	}

div.clear {
clear: both;
}
#vertical {
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #99CC66;
	height: 140px;
	margin-right: 5px;
	margin-left: 5px;
}



