﻿/*
*/

body {
	margin: 0px;
	background: #C0D7ED;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
h1 {
	font-size: 1.75em;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	color: #666666;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
h3 {
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight: normal;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
h4 {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	color: #666666;
	margin-bottom: 2px;
}
h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 180%;
	color: #666666;
	font-size: .8em;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 0px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #0A0A0A;
}

a:hover {
	background: none;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	padding: 15px;
	background: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 130px;
	margin: 0 auto;
	background: #4682B4 url('images/header6.jpg') no-repeat left top;
}

/* Menu */

#menu {
	width: 770px;
	margin: 10px auto 0 auto;
	padding: 0;
	background: #4682B4;
	height: 30px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	height: 30px;
}

#menu li {
	float: left;
}
#menu a {
	border-style: none;
	display: block;
	padding: 4px 10px 4px 11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #DAA520;
}

/* Page */

#page {
	width: 770;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 770px;
	padding: 12px 0px 0 0;
}
#content a {
	border-style: none;
	color: #008080;
}
#content a:hover {
	text-decoration: underline;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding: 20px 5px 25px 5px;
	color: #FFFFFF;
	background-color: #000080;
	margin-top: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar h2 {
	color: #FFFFFF;
}
#sidebar p {
	padding-bottom: 20px;
	text-align: left;
	padding-right: 0px;
}
#sidebar a {
	color: #FFFFFF;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 770px;
	margin: 0 auto;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#footer p {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 6px;
}
#footer a {
	border-style: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}

