* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #9A9786;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/* Wrapper */
div.wrapper {
	width: 85%;
	margin: 0px auto;
	padding: 10px;
	border-right: 10px solid #8D8A77;
	border-left: 10px solid #8D8A77;
	background-color: #FFFFFF;
}

/* Header and NAV */
div.header {
	padding: 20px 10px 25px;
	margin: 0px auto;
	background-color: #4086AA;
	border-top: 4px solid #326A85;
	margin-bottom: 10px;
}

div.header h2 {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 0.75em;
}

div.header h1 {
	float: left;
	padding: 0px;
}

div.page-content {
	padding: 5px 0px;
	border-top: 4px solid #E6E6E6;
}

div.menu {
	background-color: #383838;
	height: 65px;
	margin-bottom: 20px;
}

div.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.menu ul li {
	float: left;
	display: block;
}

div.menu ul li a {
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	padding: 24px 8px 22px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}

div.menu ul li a:hover {
	text-decoration: underline;
	background-color: #2B2B2B;
}

.activeMenu {
	background-color: #2B2B2B;
}

/* Headers */
span.logoFont {
	font-size: 3.2em;
	letter-spacing: -2px;
	text-align: left;
	line-height: 1.0em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	text-shadow: black 0.1em 0.1em 0.2em;
}

span.logoFont a,span.logoFont a:hover,span.logoFont a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 10px;
}

h1 {
	font-size: 35px;
	letter-spacing: -2px;
	text-align: left;
	/*line-height: 1.0em; */
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

h1 a,h1 a:hover,h1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 10px;
}

h2 {
	color: #222222;
	font-size: 1.0em;
	font-weight: normal;
	padding: 5px 0px 10px 0px;
	text-align: left;
	text-transform: none;
	border: 0px dashed red;
}

h3 {
	color: #222222;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	padding-bottom: 10px;
	color: #32698B;
	text-transform: uppercase;
}

h5 {
	padding-bottom: 10px;
}

div.sidebar h4 {
	background-color: #32698B;
	border-top: 4px solid #2B5B78;
	color: #FFFFFF;
	padding: 10px;
}

/* Elements */
p {
	margin-bottom: 5px;
	line-height: 125%;
	font-size: 0.75em;
}

ul,ol {
	font-size: 0.75em;
	padding: 0px 0px 20px 35px;
	list-style: none;
}

ol {
	list-style: decimal;
}

code {
	background-color: #666666;
	display: block;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0px;
}

/* Forms */
fieldset {
	border: none;
	border-top: 1px solid #DDDDDD;
	margin-top: 10px;
}

fieldset legend {
	font-size: 0.8em;
	color: #666666;
	font-weight: bold;
	padding: 3px;
	background-color: #DDDDDD;
}

form {
	
}

form input,form textarea {
	border: 1px solid #999999;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding: 5px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

form input.formbutton {
	background: #4086AA none repeat-x scroll bottom left;
	border: 1px solid #2B5B78;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 6px 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Tables */
table {
	width: 100%;
	margin-bottom: 10px;
	font-size: 0.75em;
}

table tr th,table tr td {
	padding: 5px 10px;
}

table tr th {
	background: #4086AA none repeat-x scroll bottom left;
	color: #FFFFFF;
	border-top: 3px solid #2B5B78;
}

table tr td {
	border-bottom: 1px solid #DDDDDD;
}

/* Links */
a,a:visited {
	color: #4086AA;
}

a:hover {
	color: #2B5B78;
}

div.sidebar a {
	color: #4086AA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-decoration: none;
}

div.sidebar a:hover {
	color: #244C65;
}

/* Content */
div.page-wrap {
	padding: 20px;
	clear: both;
}

div.content {
	float: right;
	width: 68%;
	color: #333333;
}

div.content ul {
	font-size: 0.75em;
	list-style: disc;
}

div.content ul li,div.content ol li {
	padding-bottom: 5px;
}

div.content li ul,div.content li ul {
	font-size: 1.0em;
}

/* Sidebar */
div.sidebar {
	padding-right: 10px;
	float: left;
	width: 30%;
	color: #999999;
}

div.sidebar p {
	color: #777777;
	margin-bottom: 40px;
	padding: 2px;
}

div.sidebar ul {
	font-size: 0.9em;
	margin: 0px 0px 40px;
	padding: 0px;
}

div.sidebar ul li {
	padding: 0px;
}

div.sidebar ul li ul {
	padding: 0px 2px;
}

div.sidebar ul li ul li {
	padding: 10px;
	border-bottom: 1px dashed #DDDDDD;
}

/* Footer */
p.footer {
	text-align: center;
	color: #FFFFFF;
	background-color: #326A85;
	font-size: 0.7em;
	padding: 15px 10px;
	margin: 0px;
}

p.footer a {
	color: #FFFFFF;
	border-bottom: none;
	text-decoration: underline;
}

/* Search form */
form.searchform {
	
}

/* Miscellaneous Classes */
*:focus {
	outline: none;
}

.clear {
	clear: both;
}