/* PAGE LAYOUT *****************************************************************************/

body {
	margin: 15px 0 15px 0;
	padding: 0;
	min-width: 800px;
	background-color: #f8f3e0;
	/* background-image: url(../images/BG-Fade3.jpg); */
	background-repeat: repeat-y;
	background-position: center;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearit{
	clear: both;
}
#clearit {
	font-size: .01em;
	color: #f5eed4;
	margin: 0;
}
#page-wrapper {
	border: 1px #034d7e solid;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#top-nav {
}
#header {
	background-color:#f5eed4;
	height: 285px;
}
#body-wrapper {
	background-color: #f5eed4;
}
#body {
	margin-left: 250px;
	background-color: #f5eed4;
}
#side-nav {
	float: left;
	width: 250px;
	background-color: #f5eed4;
}
#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#box {
	margin: 0 10px 1em 10px;
	background-color: #f8f3e0;
	border: #d7d0b4 1px solid;
}	
#foot.wrap {
}
#footer .block {
	/* background-image:url(../images/footer_bg.jpg); */
	background-repeat: no-repeat;
	height: 20px;
	position:relative;
}
#footer .block div {
	position:absolute;
	top:3px;
}
.shadedtable {
	background-color: #f8f3e0;
	border: #d7d0b4 1px solid;
	margin: 0 10px 0 10px;
}
.leftimage{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #034d7e;
}

.rightimage{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #034d7e;
}
.imgborder {
	border-style: solid;
	border-color: #034d7e;
	border-width: 1px;
}


/* TEXT FORMATTING ***************************************************************************/

body {
	color: #6c614b;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
a:link {
	color: #0b76ad;
	text-decoration: none;
}
a:visited {
	color: #0b76ad; 
	text-decoration: none;
}
a:hover {
	color: #00adef;
	text-decoration: underline;
}
a:active {
	color: #00adef;
	text-decoration: underline;
}
p {
	margin: 0 0 1em 0;
}
h1 {
	border-bottom: #d7d0b4 1px solid;
	margin: 0 10px 1em 10px;
	color: #0071bd;
	font-style: italic;
	font-weight: bolder;
	font-size: 2em;
	font-family:Papyrus,Modern,Sans-Serif;
}
h2 {
	border-bottom: #d7d0b4 1px solid;
	margin: 0 10px 1em 10px;
	color: #0071bd;
	font-style: italic;
	font-weight: bolder;
	font-size: 1.35em;
	font: Century Gothic;
}
h3 {
	margin: 0 10px .5em 10px;
	color: #0071bd;
	font-style: italic;
	font-weight: bolder;
	font-size: 1.35em;
	font: Century Gothic;
}
h4 {
	font: Century Gothic;
	font-weight: bolder;
	font-size: 1em;
	color: #0071bd;
	margin: 0 10px 1em 10px;
}
h5 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bolder;
	font-size: 1em;
	font-style: italic;
	color: #0071bd;
	margin: 0 10px 1em 10px;
}
p {
	margin: 0 20px 1em 20px;
}
#box p {
	margin: 0 10px 0.25em 10px;
}
#footer {
	color: #6c614b;
	font-size: .85em;
}
#footer a:link {
	color: #034d7e;
	text-decoration:none;
}
#footer a:visited {
	color: #034d7e;
	text-decoration:none;
}
#footer a:hover {
	color: #034d7e;
	text-decoration: underline;
}
#footer a:active {
	color: #034d7e;
	text-decoration: underline;
}
.smalltext {
	font-size: 0.85em;
}