@charset "utf-8";


#logo {
	height: 166px;
	width: 150px;
	top: 5px;
	position: absolute;
	left: 20px;
}

#mainnav {
	background-image: url(../website_imgs/grad_nav.jpg);
	position: static;
	text-indent: 150px;
	color: #003052;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	text-transform: uppercase;
	padding-top: 2px;
	background-color: #0000FF;
}

#flashbanner_top{
	height: 113px;
	background-repeat: repeat-x;
	background-image: url(../website_imgs/trees.jpg);

	position: relative;
}

#bottm {
	height: 245px;
	background-image: url(../website_imgs/grass.png);
	background-repeat: repeat-x;
	position: absolute;
	background-position: bottom;
	bottom: 0%;
	width: 100%;
	left: 0px;

}

#flashbanner_bottm {
	height: 245px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../website_imgs/light_house2.png);

}


#wrapper{
	position: absolute;
	height: 775px;
	left: 0px;
	top: 0px;
	background-image: url(../website_imgs/grad_bkgd2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;

}
#content {
	top: 20px;
	position: relative;
	left: -35px;
	margin-left: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 800px;
}
#content h3 {
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

#mainnav a:link {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0px;
}

#mainnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0px;
}

#mainnav a:hover {
	color: #003052;
	text-decoration: underline;
	letter-spacing: 0px;
}

#content a:link {
	color: #990000;
	text-decoration: none;
}

#content a:visited {
	color: #990000;
	text-decoration: none;
}

#content a:hover {
	color: #990000;
	text-decoration: underline;
}

body {
	background-image:url(../website_imgs/bkgd_grass.jpg);
	background-repeat: repeat;
}
