@charset "utf-8";
* {
overflow: visible !important;
}

html { margin: 0 }

body {
	background-color:#b9b7bc;
}

#header {
	z-index: 20;
	visibility: visible;
	background-image: url(../img/header_bkgd.jpg);
	background-repeat: no-repeat;
	background-color: #402E5E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-position: left top;
}

#wrap {
	width: 1000px;
	margin: 50px 0 0 0;
	position: static;
	padding-bottom: 10px;
	overflow: visible;
}

#nav {
	position: static;
	z-index: 5;
	background-color:#35284A;
	height: 30px;
	vertical-align: top;
	margin-top: -51px;
	width: 100%;
	border: none;
	padding-right: -25px;
	padding-bottom: 4px;
	display: block;
	white-space: nowrap;
	overflow: visible;
}

#contentwrapper {
	background-color: transparent;
	background-repeat: no-repeat;
	top: -10px;
	padding: 50px 150px 0px 150px;
	display: block;
}

#content {
	z-index: 1;
	margin: 150px 10% 10% 0%;
	padding: 30px 0px 20px 50px;
	overflow: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	background-color: #f8d495;
}

#footer {
	visibility: hidden;
}

#text {
	width: auto;
	height: auto;
	margin: 10%;
	padding-right: 30px;
	overflow: visible;
}

#sidebar {
	float:left;
	width: 180px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1.5em;
	padding: 1em .5em .5em .5em;
	border-top: solid 4px #35284A;
	border-right: solid 1px #35284A;
	}
	
#content #sidebar h2 {
	font-size: 1.3em;
	margin-bottom: 0.3em;
	}		

#content #sidebar h3 {
	font-size: 1.1em;
	margin-top: 0.5em;
	margin-bottom: -0.8em;
	}		


#content #sidebar p {
	line-height: 130%;
	font-size: .9em;
}

#content #sidebar ul, #content #sidebar ol {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: .2em;
}

#content #sidebar li {
	list-style: none;
	line-height: 150%;
	font-size: 1em;
}


/* hides sidebar */
.hide #sidebar {
	display:none;
	}

#content h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #35284A;
	font-family: Tahoma, "Lucida Sans", Verdana, Helvetica;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#content h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #35284A;
	font-family: Tahoma, "Lucida Sans", Verdana, Helvetica;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	letter-spacing: -1px;
}

#content h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #35284A;
	font-family: Tahoma, "Lucida Sans", Verdana, Helvetica;
	margin-top: 0px;
	margin-bottom: -10px;
	padding-bottom: 5px;
}

#content h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #35284A;
	font-family: Tahoma, "Lucida Sans", Verdana, Helvetica;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: -10px;
	padding-bottom: 5px;
}

#content p {
	line-height: 150%;
	font-family: Helvetica, "Lucida Sans", Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #35284A;
	padding-bottom: .5em;
}

#content a {
	color: #54496B;
	background-color: transparent;
	text-decoration: none;
}

#content a:hover {
	color: #726A82;
	text-decoration: underline;
	background-color: transparent;
}

#content ul {
	list-style: disc;
	margin-left: 2em;
	line-height: 150%;
	font-family: Helvetica, "Lucida Sans", Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #35284A;
	padding-bottom: .5em;	
}

#content ol {
	list-style: decimal;
	margin-left: 2em;
	line-height: 150%;
	font-family: Helvetica, "Lucida Sans", Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #35284A;
	padding-bottom: .5em;	
}

#content table {
	border-collapse: collapse;
	margin: 1em 0 1.5em 0;
}

#content caption {
	line-height: 150%;
	font-family: Helvetica, "Lucida Sans", Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #35284A;
	text-align: left;
	margin-bottom: -.1em;
}

#content th {
	color: #FFF;
	background-color: #35284A;
	font-size: 1em;
	font-weight: bold;
	font-family: Helvetica, "Lucida Sans", Verdana;
	padding: .3em 0 .1em .2em;
	text-align: left;
}

#content td {
	color: #35284A;
	background-color: transparent;
	font-size: 1em;
	font-family: Helvetica, "Lucida Sans", Verdana;
	padding: .3em 0 .1em .2em;
	text-align: left;
}

#content blockquote {
	line-height: 150%;
	font-family: Helvetica, "Lucida Sans", Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #35284A;
	padding-bottom: .5em;
	margin: .5em 3em .5em 3em;
}


#search {
	float: right;
	width: 180px;
	height: 20px;
	margin-top: 5px;
}
#search input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#ftr {
	clear: both;
}
.searchy {
	width: 200px;
}


.pquote {
	float: right;
	width: 8em;
	font-style:italic;
	background: url(../img/coe_quote.gif) top left no-repeat;
	color: #339933;
	color: #339933;
	font-size: 20px;
	padding: 3em;
	margin: 0;
}

.pquote p:first-letter {
	font-size: 2.5em;
	font-weight: bold;
}

.textlead {
	font-size:13px;
	font-weight: bolder;
	color: #403265;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
.copyright {
	font-size:8px;
	color: #507282;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	margin-top: -10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	margin-left:10px;
	margin-right:10px;
	padding-bottom: 5px;
}

.currentweather {
	background-color: #69607D;
	padding: 11px 10px 7px 10px;
}

.currentweather a:link {
	color: #fff;
	padding: 11px 10px 7px 10px;
}

.currentweather a:hover {
	color: #fff;
	padding: 11px 10px 7px 10px;
}
