/* Body Style */
body {
text-align: center;
margin: 0px;
background-image: url('images/bg.gif');
font:76% Verdana,Tahoma,Arial,sans-serif;
}
#printtitle {
display: none;
}
img {
border: 0px;
}
img a {
border: 0px;
}

.padleft {
margin-left: 50px;
float: left;
}

.padright {
margin-right: 50px;
}
.clear {
clear: both;
}
a {
color: #c30000;
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

.hide {
display: none;
}

/*Header Bar For Navigation */
#navigationheader{
width: 100%;
height: 20px;
background-image: url('images/menubg.gif');
background-repeat: repeat-x;
clear: both;
text-align: center;
}
/*Navigation Menu */
#navigation {
width: 800px;
margin: auto;
}
#navigation ul {
margin: 0px;
padding-left: 0px;
text-align: center;
padding-top: 2px;
}

#navigation li{
float:left;
list-style-type:none;
white-space:nowrap;
height: 18px;
width: 14.28%;
}
/*Navigation Links */
#navigation li a{
display:block;
/* padding:0 15px; */
font-size:1em;
font-weight:normal;
text-decoration:none;
color: #FFFFFF;
width: 100%;
}

* html #navigation a {width:1%;}

#navigation li.active,#navigation a:hover{
background:#FFFFFF;
color:#d64c00;
text-decoration:none;
display: block;
height: 18px;
}
#navigation li.active { 
/* padding:0 10px; */
font-size:1em;
font-weight:normal;
height: 18px;
color: #d64c00;
}
#navigation li.active a, #navigation li.here a:hover{
padding:0;
font-size:1em;
height: 18px;
color: #d64c00;
}
/*Header Images and texy*/
#header{
width: 100%;
clear: both;
height: 95px;
background-image: url('images/top_barbg.gif');
background-repeat: repeat-x;
text-align: center;
}
#headerimg{
height: 95px;
width: 800px;
margin: auto;
text-align: right;
background-image: url('images/header.jpg');
background-repeat: no-repeat;
}
#headerlogo {
padding-top: 10px;
padding-right: 30px;
}
#headertxt  {
padding-right: 50px;
float: right;
margin-top: 40px;
color: red;
font-weight: bold;
}
#headertxt h1 {
font-size: 105%;
}
/*Main page Container */
#container{
margin: auto;
width: 800px;
clear: both;
}
/*Crumpled Header Image*/
#headerbottom{
width: 100%;
height: 16px;
clear: both;
margin: 0px;
background-image: url('images/headercrump.gif');
}
/*Container for content and sub content*/
#contentblock{
height: 575px;
}
/*Sub Content Mainly Navigation and news */
#subcontent{
background-color: #e8e8e8;
background-image: url('images/subnavedge.gif');
background-repeat: repeat-y;
background-position: top right;
width: 226px;
margin-top: 0px;
padding-top: 0px;
float: left;
text-align: left;
height: 575px;
}
/*Sub Content Headers */
#subcontent h3 {
background-image: url('images/subnav-header-bg.gif');
background-repeat: repeat-x;
width: 215px;
height: 25px;
padding-top: 5px;
text-align: center;
font-size: 10pt;
}
#subcontent h3.link a{
background-image: url('images/subnav-header-link-bg.gif');
color: #000000;
text-decoration: none;
}
#subcontent h3.link a:hover{
background-image: url('images/subnav-header-bg.gif');
color: #000000;
text-decoration: none;
}
/*Sub Content Lists */
#subcontent ul {
list-style-image: url(images/square-bullet.gif);
}
/*Main Page Content */
#maincontent{
background-color: #ffffff;
background-image: url('images/edge.gif');
background-repeat: repeat-y;
background-position: top right;
width: 574px;
height: 575px;
margin-top: 0px;
padding-top: 0px;
float: right;
}
/*Main Page Content Div, allows scrolling */
#maincontent div {
text-align: justify;
padding-right: 15px;
padding-left: 5px;
margin-right: 10px;
overflow: auto;
height: 520px;
line-height: 12pt;
}

#maincontent div h3 {
font-size: 10pt;
}

/*Footer*/
#footer{
clear: both;
width: 100%;
background-image: url('images/menubg.gif');
height: 15px;
font-size: 8pt;
color: #000000;
}
#footer a {
color: #000000;
font-weight: normal;
}
#footer a:hover {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}



		
	
