@charset "UTF-8";
body  {
	font: 100% 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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 100%;
	line-height: 1.25em;
	color: #33170D;
	background-color: #fefeff;
}

.twoColElsLtHdr #container {
	width: 50em;
	background: none;
	border: 4px solid #C1B7A8;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #EBECE4;
}
	
.twoColElsLtHdr #header {
	text-align: center;
	padding-top: 15px;
	background-color: #EBECE4;
} 
.twoColElsLtHdr #header h1 {
	margin: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}
/*--main navigation styles  --*/

.twoColElsLtHdr #nav {
	list-style: none;
	bottom: auto;
	height: 15px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #badeec;
	font-size: 14px;
	}

.twoColElsLtHdr #sidebar {
	width: 12em; /* background color displayed for length of the content in column */
	padding: 15 px 0px 0px 45px; /* top and bottom padding create visual space withins div */
	margin-top: 30px;
	margin-left: 15px;
	float: left;
}
.twoColElsLtHdr #sidebar h3, .twoColElsLtHdr #sidebar p {
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #0E436c;
}

.twoColElsLtHdr #mainContent {
	padding-left: 13em;
	padding-top: 15px;
	padding-right: 30px;
} 

.twoColElsLtHdr #mainContent2 {
	padding-left: 1em;
	padding-top: 15px;
	padding-right: 1em;
}

.twoColElsLtHdr #mainContent3 {
	padding-left: 1em;
	padding-top: 15px;
	padding-right: 1em;
}  

.twoColElsLtHdr #mainContent3 h1 {
	margin: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}
.twoColElsLtHdr  #mainContent3 h2 {
	margin: 0;
	text-align: center;
}

.twoColElsLtHdr #footer {
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 1px;
	font-size: 14px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #C1B7A8;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right. 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;
}



a:link {	
	color: #0E436c;	
	text-decoration: none;
}
a:hover {	
	text-decoration: underline;
	}
a:visited {	
	color: 546f8b;
	}
	


h1 {	
	font-size: 1.15em;	
	color: #5F021F
	}
h2 {
	font-size: 1.15em;
	color: #0E426c;
	text-align: left;
	}
h3 {
	font-size: 1em;
	color: #33170D;
	text-align: left;
	}
h4 {
	font-size: .75em;
	line-height: 1.5em;	
	color: #33170D;
	text-align: left;
	}
h5 {
	font-size: .75em;
	line-height: 1.5em;	
	color: #0E436c;
	text-align: center;
	}

ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}

a:link {	
	color: #0E436c;	
	text-decoration: none;
}
a:hover {	
	text-decoration: underline;
	}

a:visited {
	color: #6586A7;
	text-decoration: none;
}

.style2 {
	color: #33170D;
	font-size: 10px;
}
.style3 {
	color: #333333;
	}
.style1 {font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style4 {color: #5F021F;
	font-weight: bold;
}


.style5 {font-size: 10px;
}
	
