@charset "UTF-8";
body  {
	font: 90% Arial, Helvetica, sans-serif;
	background: #dfc690 url(images/template/grad_brown.jpg);
	background-repeat: repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2e433c;
	margin: 4px auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #2e433c;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.header { 
	padding: 0; 
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#mainContent { 
	margin: 0; 
	padding: 10px 40px 40px 40px; 
	background: #e7deca;
	border-top: #2e433c solid 1px;
	border-bottom: #2e433c solid 1px;
} 
#footer { 
	margin: 0;
	padding: 10px 0 16px 0;
	color: #bbb;
	background: #2e433c;
	text-align: center;
	height: 30px;
} 
.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;
}

.sub1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
a:link {
	color: #336699;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #862b32;
}
a:active {
	color: #cc0000;
}
li { margin-bottom: .3em; } 
h1, h2, h3, h4, h5 {
	color: #2e433c;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
h1 {
	font-size: 38px;
	margin-bottom: 16px;
	border-bottom: #666 solid 1px;
	text-align: center;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	margin-bottom: 4px;
}
h3 {
	font-size: 20px;
	margin-bottom: 4px;
}
h4 {
	font-size: 18px;
	margin-bottom: 4px;
}
p {
	margin-top: 0;
}
li {
	margin-bottom: 4px;
}
#welcome {
	line-height: 140%;
	text-align: justify;
	margin-left: 30px;
	width: 380px;
}
.serifBoldIt {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
}
