@charset "utf-8";
/* CSS Document */

body {
	background-color:#e8a968;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color:#00f;
	text-decoration:none5
}
a:hover {
	color:#00f;
	text-decoration:underline;
}
a:visited {
	color:#00f;
}
h1 {
	color:#164FA3;
	font-size:26px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-bottom:1px #243A5B dotted;
	padding-bottom:5px;
	text-shadow: #c2c2c2 5px 5px 5px;
}
h2 {
	color:#663309;
	font-size:15px;
	text-decoration:underline;
}
h3 {
	color:#243A5B;
	font-size:18px;
}
h4 {
	font-size:15px;
	font-weight:normal;
}
.clear {
	clear:both;
}
.textCenter {
	text-align:center;
}
.textLeft {
	text-align:left;
}
.textRight {
	text-align:right;
}
.italicText {
	font-style:italic;
}
.boldText {
	font-weight:bold;
}
.imgFloatLt {
	float:left;
	margin-right:10px;
}
.imgFloatRt {
	float:right;
	margin-left:10px;
}
.imgCaption {
	color:#2b6d0f;
	font-size:10px;
	text-align:center
}
#mainContainer {
	width:850px;
	margin:0 auto;
	position:relative;
	top:-15px;
}
#containerMid {
	width:850px;
	height:auto;
	background-color:#fff;
}
/* HEADER */
#header {
	text-align:center;
	padding-top:25px;
}
#content {
	width:830px;
	float:left;
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
}
/* NAV BAR */
#navBar {
	width:850px;
	float:left;
	background-color:#fff;
	text-align:center;
	font-size:12px;
	padding:10px 0 5px 0;
}
.navBarDivider {
	padding:0 10px 0 10px;
}
#navBar a {
	color:#00f;
	cursor:pointer;
	text-decoration:none;
}
#navBar a:hover, a:focus, a:active {
 color:;
	cursor:pointer;
	text-decoration:underline;
}
/* NAV BAR END */
/* HEADER END */

/* FOOTER */
#footer {
	width:850px;
	float:left;
	background-color:#fff;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
	font-size:12px;
	color:#666
}
#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	color:#333;
	text-decoration:underline;
}
/* FOOTER END */

