/* CSS Document */
/* Copyright 2007 www.gowebsolutions.com. All Rights Reserved. */
/* Last Update: 12/27/2007 by Joey Ambrose */

body {
	margin: 0px;
	padding: 0px;
	background-color: #0e2340;
	text-align: center;
}
#header {
	width: 100%;
}
#mainarea {
	width: 770px;
}
#top {
	width: 770px;
	padding-top: 15px;
}
#white {
	width: 100%;
	background-color: #FFFFFF;
	height: 6px;
}
#ltblue {
	width: 100%;
	background-color: #a2b0bd;
}
#container-top {
	height: 1%;
	width: 770px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: white;
}	
#lefttop {
	height: auto;
	margin: 0px;
	width: 208px;
	padding: 10px 10px 10px 10px;
	float: left;
	border: 1px dashed gray;
}
#righttop {
	height: auto;
	float: left;
	width: 500px;
	border: 1px dotted gray;
}
#leftcontent {
	height: auto;
	margin: 0px;
	width: 500px;
	padding: 10px 10px 10px 10px;
	float: left;
	border: 1px dashed gray;
}
#rightcontent {
	height: auto;
	float: left;
	width: 224px;
	border: 1px dotted gray;
	padding: 10px 10px 10px 10px;
}
#nav {
	color: #ffffff;
	font-family: Book Antiqua, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

#nav li {
	display: block;
	list-style-type: none;
	margin: 1px;
	padding: 0px;
	height: auto;
	width: auto;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	height: 33px;
	width: auto;
	display: block;
	line-height: 27px;
	text-align: left;
	padding: 0px 5px 0px 50px;
	list-style-type: none;
	background-image: url(images/mback1.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#nav li.active a {
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	height: 32px;
	width: auto;
	display: block;
	line-height: 27px;
	text-align: left;
	padding: 0px 5px 0px 50px;
	list-style-type: none;
	background-image: url(images/mback3.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.active {
	color: yellow;
	text-decoration: none;
	margin: 0px;
	height: auto;
	width: auto;
	display: block;
	line-height: 27px;
	text-align: left;
	padding: 0px 5px 0px 50px;
	list-style-type: none;
	background-image: url(images/mback3.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#nav a:hover {
	color: #ffffff;
	background-image: url(images/mback2.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
h1 {
	font-family: Book Antiqua, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #0e2340;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 3px 20px 5px 10px;
	text-align: left;
}
h2 {
	font-family: Book Antiqua, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	color: #0e2340;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 10px 20px 10px 5px;
	text-align: left;
}
.content {
	padding: 0px 20px 10px 20px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}

.content a {
	color: #0e2340;
}

.content a:hover {
	text-decoration: none;
}
#column {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin: 2px;
	padding: 0px 0px 0px 10px;
}

#column ul {
	margin: 2px;
	padding: 0px;
	display: block;
}

#column li {
	margin: 0px;
	padding: 3px 0px 0px 10px;
	height: auto;
	width: auto;
	list-style-type: square;
}
#column2 {
	background-image:url(images/fern-back.jpg);
	background-position: right-bottom;
	background-repeat: no-repeat;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	margin: 0px;
	padding: 0px 5px 5px 5px;
}

#column2 a
{
	color:#666666;
}
#footer {
	
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 0px 2px 5px;
}
#footer a {
	color: #999999;
	padding: 5px 10px 5px 10px;
}

#footer a:hover {
	color: #ffffff;
}
#footerb {
	
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 0px 2px 5px;
}
#footerb a {
	color: #999999;
}

#footerb a:hover {
	color: #ffffff;
}
