@charset "UTF-8";
body  {
	font: 100% "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background: #f1f1f1 url(images/bg.gif) repeat-x;
	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: #58514b;
	list-style-type: square;
}

INPUT, TEXTAREA, SELECT {
border: 1px solid #660000;
width:200px;
font-size:11px;
color:#660000;
margin: 4px;
}

#rss_header {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 5px;
	width:200px;
}

/* News Scroller */

#pscroller1 {
	width: 450px;
	height: 1.2em;
	border: 1px dashed black;
	padding: 5px;
}

#pscroller2 {
	width: 200px;
	height: 150px;
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

.rssclass .rsstitle {
	font-weight: bold;
	color: white;
}

.rssclass .rssdate {
	color: #ccc;
	font-size: 85%;
}

.rssclass a {
	color: white;
	text-decoration: none;
}

#MenuBar1, #MenuBar1 ul { /* all lists */
	padding: 0 20px 0 20px;
	margin: 0;
	list-style: none;
	line-height: 26px;
	float: right;
	text-align: left;
}

#MenuBar1 a {
	display: block;
		padding: 0 20px 0 20px;

/*	width: 12em; */
	color: #FFFFFF;
	font-family:
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#MenuBar1 a:hover {
	background-color:#8a8989;
}

#MenuBar1 li { /* all list items */
	float: left;
/*	width: 12em; */
}

#MenuBar1 li ul { /* second-level lists */
	position: absolute;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size:11px;
	font-weight:normal;
	color:#333333;
	text-align:left;
	padding:10px 5px;
	background-color:#bdbdbd;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-left:1px solid white;

}
#MenuBar1 li ul a{ /* second-level lists */
font-size:11px;
	font-weight:normal;
	color:#333333;
		width: 200px;
	border-bottom:1px dotted black;
	padding:0px 0px 0px 0px;

}
#MenuBar1 li ul a:hover{ /* second-level lists */
	width: 200px;
border: 0px solid black;
	color:#7d0a2a;
}

#MenuBar1 li:hover ul, #MenuBar1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.twoColFixRtHdr #container h1{
	font-size:24px;
	line-height:24px;
	color: #7f756d;
	font-weight:normal;
}
.twoColFixRtHdr H2	{
	font-size:12px;
	line-height:18px;
	color: #58514b;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	font-weight:bold;
}
.twoColFixRtHdr H3	{
	font-size:12px;
	line-height:18px;
	color: #660000;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.twoColFixRtHdr A	{
	color: #913647;
	text-decoration:none;
}
.twoColFixRtHdr strong	{
	color: #660000;
	font-weight:bold;
	text-decoration:none;
}
 .twoColFixRtHdr p	{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	list-style-type: square;
	}
 .twoColFixRtHdr UL	{
	list-style-type: square;

}

.twoColFixRtHdr #container { 
	width: 802px;  /* 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-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	list-style-type: square;
} 
.twoColFixRtHdr #top { 
	background: #892034; 
		height:63px;
	padding: 0;  /* 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. */
} 
.twoColFixRtHdr #topcontainer { 
	width:802px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 
.twoColFixRtHdr #nav { 
	background: #6c6c6c; 
	border-top:1px solid white;
	border-bottom:1px solid white;
	height: 26px;
	padding: 0;
} 

.twoColFixRtHdr #navcontainer { 
	width:802px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;} 
.twoColFixRtHdr #homeheader {
	background: #DDDDDD;
	background-image:url(images/home_main_top_bkgd.gif);
	padding: 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. */
	height: 335px;
	width: 802px;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	background-image:url(images/main_top_bkgd.gif);
	padding: 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. */
	height: 177px;
	width: 802px;
} 
.twoColFixRtHdr #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: 110px 0px 30px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 40px 20px 10px;
	margin-top: 20px;
	color: #333333;
	line-height: 13px;
	font-size: 11px;
}
.twoColFixRtHdr #homesidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	margin-top: 20px;
	color: #8c896d;
	line-height: 13px;
	font-size: 10px;
	margin-left: 0px;
	width: 160px;
}
.twoColFixRtHdr #container #homesidebar1 ul li{
	margin-left:0px;
	list-style-position: outside;
	list-style-type: square;
	padding-left: 0px;
	padding-bottom: 5px;
}
.twoColFixRtHdr #sidebar1 P{
	color: #333333;
	line-height: 13px;
	font-size: 11px;
	padding: 5px;
}

.twoColFixRtHdr #sidebar1 INPUT, TEXTAREA, SELECT {
border: 1px solid #c2c2c2;
width:200px;
font-size:11px;
color:#a3a3a3;
margin: 4px;
}

.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 40px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #dfdfdf;
	list-style-type: square;
} 
.twoColFixRtHdr #homemainContent {
	margin: 0 0 0 210px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 30px 40px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 0 px solid #dfdfdf;
} 
.twoColFixRtHdr #mainContentWide {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:10px 40px 40px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 0px solid grey;
	list-style-type: square;
} 
.twoColFixRtHdr #footer { 
	padding: 30px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#bdbdbd; 
	
} 
.twoColFixRtHdr #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 */
	text-align:center}
.twoColFixRtHdr #footer  A{
COLOR:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.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;
}
