/* CSS Document */

body {
margin: 0; 
padding: 0; 
background-color:#261504; 
font-family:Arial, Helvetica, sans-serif
}
#wrapper {
margin:0 auto;
width:900px;
text-align: left;
}
/*Header div styles*/
#header {
background-image: url("images/header_background_900x233.jpg");
background-repeat:no-repeat;
height:233px;
width:900px;
}
#subheader {
background-image: url("images/sub_navbar_900x52.png");
background-repeat:no-repeat;
height:52px;
width:900px;
}
#subheader p {
margin: 0;
padding: 6px 0 0 80px;
font-weight: bold;
}
#subheader a {
color:#000;
text-decoration:none;
}
/*Nav styles*/
#nav {
font-weight: bold;
font-size:1em;
width:100%;
line-height:normal;
margin-top: -36px;
margin-left: 345px;
}
#nav ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#nav li {
display:inline; 
margin: 0;
padding: 0;
}
#nav a {
color: #000; 
float:left;
background:url("images/navleft.png") no-repeat left top;
margin:0;
padding:0 0 0 20px;
text-decoration:none;
}
#nav a span {
float:left;
display:block;
background:url("images/navright.png") no-repeat right top;
padding:4px 20px 2px 0px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#nav a:hover span {
color:#FFF;
}
#nav a:hover {
background-position:0% -28px;
}
#nav a:hover span {
background-position:100% -28px;
}
#nav .current a {
background-position:0% -28px;
}
#nav .current a span {
background-position:100% -28px;
color:#FFF;
}
/*Content div styles*/
#content {
font-family:Arial, Helvetica, sans-serif; 
font-size:1em;
}
#content p{
margin-left: 5px;
margin-right: 5px;
}
#content h1{
font-size: 1.2em;
margin-left: 5px;
margin-right: 5px;
}
#contentleft {
float: left;
padding: 0 300px 0 0;
width: 600px;
min-height: 450px;
background-color: #D5C6AC;
}

#contentright {
float: right;
width: 300px;
margin: 0 0 0 -301px;
min-height: 450px;
background-color: #D5C6AC;
}

/*For Span in index.html around link images*/
.img A:link {text-decoration: none;color: #FFFFFF;}
.img A:visited {text-decoration: none;color: #FFFFFF;}
.img A:active {text-decoration: none;color: #FFFFFF;}
.img A:hover {text-decoration: underline; color: #FFFFFF;}
#footer {
clear:both;
background-image: url("images/footer_bg900x31.png");
background-repeat:no-repeat;
height: 31px;
width: 900px;
}
#footer a {
color:#000;
text-decoration:none;
}
#footer p {
margin: 0;
padding: 5px 0 0 0;
text-align:center;
font-weight:bold;
}
#newsbox {
margin: 10px 0 15px 0;
}
#newshead {
background-image: url("images/news_header_600x20.png");
background-repeat: no-repeat;
width: 600px;
height: 20px;
}
#news {
background-image: url("images/news_background_600x3.png");
background-repeat:repeat-y;
width: 600px;
}
#news h1{
margin: 0;
padding: 0 0 5px 8px;
}
#news p{
margin: 0;
padding: 0 8px 8px 8px;
}
.imageLeft{
margin: 0;
padding: 0 8px 8px 12px;
float:left;
}
#sidebarbox {
margin: 10px 5px 15px 5px;
}
#sidebarhead {
background-image: url("images/sb_head290x20.png");
background-repeat: no-repeat;
width: 290px;
height: 20px;
}
#sidebar {
background-image: url("images/sb_bg290x3.png");
background-repeat:repeat-y;
width: 290px;
}
#sidebar h1{
margin: 0;
padding: 0 0 8px 8px;
}
#sidebar h2{
margin: 0;
padding: 5px 0 0px 8px;
font-size: 85%;
}
#sidebar p{
margin: 0;
padding: 0 0 0 0;
font-size: 80%;
}
#sidebarbox p{
margin: 0;
padding: 0 0 4px 8px;
}
#sidebarbox img{
margin: 0;
padding: 0 8px 0 3px;
float:right;
}

