/* CSS Document */
#wrapper {
	width: 770px;
	margin: 0 auto;
	height: 1200px;
	text-align: left;
	padding: 0px;
	background-color:ffffff;
}
/* ^ padding in the wrapper above adds padding around all layout elements ;o) */
body {
	margin: 0 0;
	background-color:#F8F5C9;
	}
#header {
	width: 770px;
	height: 100px;
	padding-top:inherit;
	background-color:999966;
	}
#nav {
	width:760px;
	height:30;
	background-color:#669933;
	background-image:url(images/bg-nav.jpg);
	background-repeat:no-repeat;
	border-top-color:#030b99;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:8px;
	}
#nav a {
	color:#ffffff;
	}
#nav a:link {
	color: #ffffff;
}
#nav a:hover {
	color: #000000;
}
#content {
	width: 530px;
	height: 760px;
	float:left;
	background-color: #FFFFFF;
	position:relative;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	}
#longcontent {
	width: 530px;
	height: 1400px;
	float:left;
	background-color: #FFFFFF;
	position:relative;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	}
#content a {
	color:#000000;
	}
#content a:link {
	color: #000000;
}
#content a:hover {
	color: #008000;
}
#subnav {
	width: 200px;
	height: 780px;
	float: left;
	background-color:#FFFFFF;
		}
#longsubnav {
	width: 200px;
	height: 1420px;
	float: left;
	background-color:#FFFFFF;
		}
#footer {
	width:770px;
	height:20px;
	float:left;
	background-color:#669933;
	position:relative;
	padding-top:0px;
	color:#FFFFFF;
	font:Verdana;
	font-size:10px;
	}
#footer a {
	color:#FFFFFF;
	}
#footer a:link {
	color: #ffffff;
}
#footer a:hover {
	color: #000000;
}
/*All this shit below is navigation styling*/
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-style: bold;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #000000;
	}
a:active {
	color: #FFFFFF;
}
/*All this shit below is content links*/
.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-style: bold;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #669933;
	}
a:active {
	color: #000000;
}
/*Ends*/
/*this is the main content text*/
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
/*Ends*/
/*all this below is the footer text*/
.footer {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
/*Ends*/

