@charset "UTF-8";
body  {
	text-align: left;
	margin: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "bitstream vera sans", "trebuchet ms", verdana;
	padding: 0px;
	background-color: #D9CAAD;
	text-decoration: none;
	
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: none; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	background-color: #D9CAAD;
	margin-left: auto;
	z-index: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(images/top.jpg);
	height: 180px;
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	color: #FFFFFF;
	font-family: Carolus;
	font-size: 36px;
	font-weight: normal;
	padding-top: 40px;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 30px 15px 20px;
	background-color: #D9CAAD;
}
.twoColFixLtHdr #mainContent {
	padding-top: 25px;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 10px 10px 5px 20px;
	background-color: #BF2A2A;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 650px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #D9CAAD;
}
a:visited {
	color: #D9CAAD;
}
a:link {
	color: #CC0000;
}
.twoColFixLtHdr #container #footer p {
}
.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;
}
#toolbar_horizontal ul {
	padding: 5;
	margin: 0;
	position: relative;
	height: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F23030;
	background-color: #BF2A2A;
}

#toolbar_horizontal ul li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F23030;
	height: 30px;
}






#toolbar_horizontal ul li a  {
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #D9CAAD;
	background-color: #BF2A2A;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 34px;
	padding-bottom: 5px;
	padding-left: 34px;
	display: block;
}
#toolbar_horizontal ul li a:link  {
	
	background-color:  #BF2A2A;
	
}

#toolbar_horizontal ul li a:visited {
	
	
}
#toolbar_horizontal ul li a:hover {
	background-color: #F23030;
	color: #FFFFFF;
}
#toolbar_horizontal ul li a:active {
	background-color: #F23030;
	color: #FFFFFF;
}
