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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #665A4D;
	background-color: #665A4D;
	background-image: url(../img/page-back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 90%;
}

#sidebar1 ul {
	list-style-type: none;
	width: 230px;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar1 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9A8D78;
}

#sidebar1 li#last {
	border-bottom-style: solid;
	border-bottom-color: #9A8D78;
	border-bottom-width: 1px;
}

 #mainContent {
	margin-top: 0;
	margin-right: 270px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

#mainContentColL {
	float:right;
	margin-top: 40px;
	padding-right: 30px;
}

 #mainContent #homeImg {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
 }

h1 {
	color: #002E2E;
	margin: 0px;
	font-size: 130%;
	text-align: center;
	padding: 0px;
}

 h2 {
	color: #002E2E;
	font-size: 110%;
	text-align: center;
	margin: 0px;
	font-weight: normal;
	}
h3 {
	color:#003333;
	font-size: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
h3 a:link, h1 a:visited {
	color:#003333;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear {
	clear: both;
}
.NoTopPadMarg {
	margin-top: 0px;
	padding-top: 0px;
}
.hidden {
	display: none;
	visibility: hidden;
}
.callOut {
	border: 1px solid #544A3F;
	padding: 4px;
	margin: 10px;
}
.callOut h3{
color:#544A3F;
}

#footer {
	color:#EEE9D3;
	font-size: 80%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer a {
	color:#EEE9D3;
	text-decoration: underline;
}
/*  MENU */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
/*#menu {
position: absolute;
top: 0;
left: 0;
} */
#menu {
	position: relative;
	top: 30px;
	left: 0;
}
#menu {
width: 15em;
}
#menu dt {
	cursor: pointer;
	;
	height: 30px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	background-color: #fff;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #938b74;
}
#menu dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #938b74;
}
#menu li {
	text-align: left;
	background: #fff;
}
#menu li a, #menu dt a {
	color: #003333;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu li a:hover, #menu dt a:hover {
background: #003333;
color: #ffffff;
} 

#nav li a {
	font-weight: bold;
	color: #003333;
	text-decoration: none;
	}
.smallText {
	font-size: 70%;
}
.darkPurple{
	color:#36283D;
}	
.liteGreen {
	color:#3D7574;
	}
.darkGreen {
	color:#003333;
	}	
.bold {
	font-weight: bold; }
	
.italic {
	font-style: italic; }
.bbb {
	margin-top: 40px;
	margin-bottom: 40px;
}
.LtRtPad10 {
	padding-right: 10px;
	padding-left: 10px;
}

