
body  {
	font: 85% Tahoma, verdana, sans-serif; 
	color: #333333;
	background: #FFFFCC;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #9a2a3e; 
	padding: 0 0px 0 0px;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}


/* Dynamic css code below */
.anylinkcss{ /*Container for drop down links */
position:absolute;
visibility: hidden;
border:1px;
border-color: #254E78;
border-bottom-width: 0;
font:normal 10px Arial;
line-height: 18px;
z-index: 100;
background-color: #ffc59f;
width: 200px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px;
border-color:#9a2a3e;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #9a2a3e;
color: white;
}
/* End Dynamic Code*/




/* Menu links */
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	background-color:#9a2a3e;
}

a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
/* End of menu links */

a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}

a.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#9a2a3e;
	font-size: 8pt;
}

a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}

a.footer:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}

h1 {color:#444444; font-family:Tahoma, Arial, Verdana, Geneva, Garamond, sans-serif; font-size:18px; font-weight:bold; letter-spacing:0px; line-height:20px; margin:0; padding:7px 0px 16px;}
h2 {color:#444444; font-family:Tahoma, Arial, Verdana, Geneva, Garamond, sans-serif; font-size:16px; font-weight:bold; letter-spacing:0px; line-height:18px; margin:0; padding:7px 0px 13px;}  
h3 {color:#444444; font-family:Tahoma, Arial, Verdana, Geneva, Garamond, sans-serif; font-size:14px; font-weight:bold; letter-spacing:0px; line-height:16px; margin:0; padding:4px 0px 8px;}
h5 {color:#444444; font-family:Tahoma, Arial, Verdana, Geneva, Garamond, sans-serif; font-size:12px; font-weight:bold; letter-spacing: 0px; line-height:14px; margin:0; padding:0px 0px 6px;}

a {color: #9a2a3e; text-decoration: none;font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; line-height: -10px; font-weight: bold;}

a:active, a:hover {color: #ffffff; background-color:#9a2a3e;}

p, ul, ol {color:#222222; font-family:Tahoma,Verdana,Geneva,Arial,sans-serif; margin:0 0 .7em; padding:0px 0px 0;}

ul, ol {margin-left: 2em;}

.caption {color:#000000; font-size:8pt;}

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->