body {
	margin: 0 auto;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6C796D;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: left;
}

p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
}

a {
	color: #007399;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 900px;
	height: 75px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	float: left;
	padding: 10px 0px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

#logo h1, a {
	text-decoration: none;
	color: #007399;
}

/* Menu */

#menu {
	height: 40px;
	width: 900px;
	margin:0 auto;
	clear: both;
	padding-top: 10px;
	background-color: #237C9E;
	background-image: url(images/banmenu02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu ul {
	margin: 0;
	padding: .35em 0 0 0;
	list-style: none;
	float: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	color: #F8F6F0;
}

#menu a:hover {
	color: #E9E2D0;
	background-color: #000000;
}

/* Splash */

#splash {
	width: 900px;
	height: 309px;
	margin: 0 auto;
	clear: both;
	background-color: #ffffff;
	background-image: url(images/banimg03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Content */

#content {
	width: 900px;
	margin: 10px  auto 0 auto;
	background-color: #D0DFB7;
	border: thin solid #666666;
	}

#content h2 {
	height: 25px;
	padding: 6px 0 0 0px;
	font-size: 1.5em;
	line-height: 1.5em;
	font-family:"Georgia", "Times New Roman", Times, serif;
	color: #83af28;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #83af28;
}

#content h3 {
	font-size: 1em; line-height: 1.5em; font-family:Georgia, "Times New Roman", Times, serif;
	color: #2B2F21;
	margin-bottom: 5px;
}

#content ul {
	margin: 0;
	padding: 0 0 5px 0px;
	list-style: none;
	padding-top: 20px;
	display:block;
	padding-bottom: 20px;
	border: 1px solid #cccccc;
	background-color: #DCE7C9;
	background-repeat: no-repeat;
	background-position: 220px 10px;
}

#content li {
	padding-left: 25px;
	background: url(images/img09.gif) no-repeat left center;
}

#content .content {
	padding: 10px 20px 20px 20px;
}

/* Column One */

#colOne {
	float: left;
	width: 675px;
	padding-top: 8px;
	background-color: #FFFFFF;
}

#colOne .boxed {
	background: url(images/img07.gif) repeat-x;
}

/* Column Two */

#colTwo {
	float: right;
	width: 200px;
	padding-top: 20px;
	margin-top: 10px;
	background-color: #D0DFB7;
}
#colTwo h2 {text-align:left;}
#colTwo .boxed {
	background: url(images/img08.gif) repeat-x;
}

#colTwo .content {
	padding: 0px;
}

/* Footer */

#footer {
	width: 900px;
	height: 75px;
	margin: 0 auto;
	border-top: 1px solid #cccccc;
}

#footer p {
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

#footer a {
	color: #666666;
}
#content .content a {
	color:#83af28;
	text-decoration: underline;
}
