@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	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;
	overflow-x: auto;
}
#wrap{
width:1024px;
height: 1450px;
background-image:url(images/frame_html_long.gif);
background-repeat: no-repeat;
margin: 0 auto;
padding-top:74px;
overflow-x: hidden;

}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	overflow-x: hidden;
} 
#header { 
	background-image:url(images/news_headerbkgd.jpg);
     background-repeat:no-repeat;
    height:200px;
	padding: 0 10px 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. */
} 
#logo {
margin-left:18px;
width:168px;
}
#buckcab{
width:116px;
margin-top:-45px;
margin-left:360px;
}
#container{
margin:0 auto;
}
#topmenu{
margin:-35px auto 0px auto;
width:700px;
}
#topmenu img{
padding:0 2px;
}
#submenu{
 font-size:10px;
 height: 30px;
 width:800px;
 background-repeat: no-repeat;
 margin:-2px auto 0px auto;
  padding-left:50px;
 font-weight:bold;
 background-image:url(images/submenu_bkgd_news.jpg);
}
#submenu a, #submenu a:link, #submenu a:visited{
color:#fff;
text-decoration:none;
padding-left: 8px;
padding-right:8px;
float:left;
padding-top:3px;
padding-bottom:3px;
text-align:center;
}
#submenu a:hover{
color:#642922;
text-align:center;
 background-image:url(images/submenu_bkgd_news_hv.jpg);
 background-repeat: repeat-x;
}
#currentpage{
color:#642922;
text-align:center;
 background-image:url(images/submenu_bkgd_news_hv.jpg);
 background-repeat: repeat-x;
}
#mainContent{
 background-image:url(images/news_main_bkgd.jpg);
   background-repeat:no-repeat;
   padding-top:10px;
    margin:0 auto;
float:left;
width:800px;
height:950px;
font-size:12px;
color:#642922;
font-weight:bold;
}
.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;
}
h1{
font-size: 14px;
font-family: Helvetica, sans-serif;
display:inline;
}
#subtitle{
font-size: 18px;
font-family: Helvetica, sans-serif;
display:block;
padding:5px;
border-top:dotted;
border-bottom: dotted;
width:430px;
color: red;
text-align: center;
}
#title{
font-size: 18px;
font-family: Helvetica, sans-serif;
display:block;
padding:5px;
width:430px;
text-align: center;
}
h2{
font-size: 12px;
font-family: Helvetica, sans-serif;
text-transform: uppercase;
display:inline;
}
h3{
font-size: 11px;
font-family: Helvetica, sans-serif;
font-style: italic;
display:inline;
}

#articles{
margin:50px 30px 0px 20px;
width: 455px;
color: #642922;
font-family: Helvetica, sans-serif;
overflow-y: hidden;
}

 #articles a:visited,#articles a:link{
color: red;
text-decoration: none;
}

 #articles a:hover{
color: #de9a00;
text-decoration: underline;
}

#faq{
margin:10px auto;
}
 #faq a:visited,#faq a:link{
color: #642922;
text-decoration: none;
text-transform: none;
font-size: 12px;
font-weight: normal;
font-family: Helvetica, sans-serif;
}
#faq a:hover{
color: red;
}
.storycontent{
font-size: 12px;
font-family: Helvetica, sans-serif;
vertical-align: top;
font-weight: normal;
}

#sidebar {
padding:20px 20px 0px 50px;
width:190px;
float:left;
font-weight: normal;
 text-transform: uppercase;
 font-size: 11px;
}

#sidebar a:visited, #sidebar a:link{
text-decoration: none;
color: #fff;
}
#sidebar a:hover{
text-decoration: none;
color: red;
}

#sidebarContent{
background-image:url(images/sidebar_bkgd.png);
background-repeat:repeat-y;
padding-left: 50px;
height:775px;
padding-right: 20px;
margin-top:-3px;
text-decoration: none;
text-align: left;
}


#catlist{
display:block;
padding:0px;
}
#catlist a{
display:block;
padding:0px;
}


#sidebarContent li{
list-style: none;
padding-left: 10px;
}

#sidebarContent a{
list-style: none;
padding-left: 10px;
}

#footer { 
	background-image:url(images/footer_bkgd.jpg);
background-repeat:no-repeat;
height:70px;
   color:#666666;
text-align:center;
font-size:10px;
padding-top:20px;
} 
#footer a, #footer a:visited, #footer a:link{
	text-decoration:none;
	color:#000;
    font-weight:bold;
}
#footer a:hover{
	color:#FF0000;
}

.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;
}

#facebook
{
	text-align: center;
	width: 160px;
	display: block;
	color: white;
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	margin: 30px auto 0;
}

--> 