@charset "utf-8";
body  {
	background: #5c3900;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaulsts */
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#container  {
	width: 48.7em;
	background: url(images/backgroundcontainer.gif) repeat-y;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	padding: 0;
	border-bottom: 6px solid #5c3900;
	background: #FFFFFF;
	height: 100px;
} 
#sidebar1  {
	float: left; 
	width: 180px;
	padding: 10px 10px 15px 5px;
	margin: 15px 0px;
	background: #FFFFCC;
}
#sidebar1 p {
	font:0.75em Arial, Helvetica, sans-serif;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
}
#navcontainer li {
	margin: 0 0 0.3em;
}
#navcontainer a {
	display: block;
	color: #FFF;
	width: 180px;
	padding: 4px 2px 4px 4px;
	text-decoration: none;
	background: #5c3900;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	font-weight: normal;
}
#navcontainer a:hover
{
	color: #5c3900;
	background: #ffa447;
	border-bottom: thin double #5c3900;
	border-right: thin double #5c3900;
	font-weight: normal;
	text-decoration: none;
}
#mainContent {
	padding: 10px 20px 0 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	vertical-align: top;
}
#mainContent p {
	font-size: .8em;
	line-height:1.3em;
}
#mainContent ul {
	font-size: .8em;
	line-height: 1.3em;
}

#mainContent a, a:link, a:visited {
	color: #5c3900;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover, a:active {
	color: #FFA447;
	text-decoration: underline;
}

.withsidebar2 #mainContent {
	margin: 10px 180px 10px 200px; 
	padding: 10px 10px 0;
	border-right: 3px solid #FFFFCC;
	vertical-align: top;
	background: #FFFFFF;
} 
.withsidebar2 #mainContent p {
	font-size: .8em;
	line-height:1.3em;
}
.withsidebar2 #mainContent a, a:link, a:visited {
	text-decoration: none;
	color: #5c3900;
	font-weight: bold;
}
.withsidebar2 #mainContent a:hover, a:active {
	text-decoration: underline;
	color: #FFA447;
}
.withsidebar2 #sidebar2 {
	float: right;
	width: 170px; /* 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: #FFFFFF;
	padding: 5px;
	margin-top: 15px;
	vertical-align: top;
}
.withsidebar2 #sidebar2 p {
	font-size: .7em;
	line-height: 1.2em;
}
.withsidebar2 #sidebar2 a, a:link, a:visited {
	text-decoration: none;
	color: #993300;
	font-weight: normal;
}
.withsidebar2 #sidebar2 a:hover, a:active {
	text-decoration: underline;
	color: #FFA447;
}
.withsidebar2 #sidebar2 ul{
	margin:0;
	padding: 0 0 0 14px;
	list-style: disc;
}
.withsidebar2 #sidebar2 li{
	font-size: 0.7em;
	line-height: 1.2em;
}
.withsidebar2 #sidebar2 hr {
	background: #5C3900;
}

h1 {
	color: #5c3900;
	border-bottom: thin solid #5c3900;
	font: bold 21px/normal "Times New Roman", Times, serif;
}
h2 {
	font-size: 16px;
	color: #5C3900;
	line-height: normal;
}
h3 {
	font-size: 13px;
	color: #5c3900;
	line-height: normal;
}
#textbackground {
	background: #FFFFCC;
	border: thin solid #5C3900;
	padding-right: 2px;
	padding-left: 2px;
}
.scrollbar {
	width:388px;
	height:150px;
	overflow:auto;
}
#footer {
	border-top: 6px solid #5c3900;
	background: #5C3900 url(images/backgroundfooter.gif) no-repeat;
	padding: 0px;
} 

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: .7em;
}
#footer a:link, a:visited {
	color: #5c3900;
	text-decoration: none;
}
#footer a:hover, a:active {
	color: #5c3900;
	text-decoration: underline;
}

.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;
}
a img {border:none}
.tdcenter {
	text-align: center;
	vertical-align: middle;
	font-size: 0.8em;
}
.tdleft {
	text-align: left;
	vertical-align: middle;
	font-size: 0.8em;
}
.b14 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.italic10 {
	font-size: 10px;
	font-style: italic;
}
hr {
	background: #5C3900;
}
