body{
	background-color:#2D2815;
	font-family:Verdana;
	color:#94A39B;
	}
a, h3{
	color:#0099CC;
	}
a:hover{
	color:#F0891F;
	}
	
h1, h2, h4{
	color:#D64500;
	}
	
.pdfLink { padding-right: 19px; background: url('../images/pdf.gif') no-repeat 100% .5em; }
.docLink { padding-right: 19px; background: url('../images/doc.gif') no-repeat 100% .5em; }
.zipLink { padding-right: 17px; background: url('../images/zip.gif') no-repeat 100% .5em; }
	
.footer
{
    width:500;
    BORDER-RIGHT: #4169e1 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #4169e1 1px solid;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: lighter;
    FONT-SIZE: x-small;
    PADDING-BOTTOM: 2px;
    MARGIN: 3px 6px 10px;
    TEXT-TRANSFORM: none;
    BORDER-LEFT: #4169e1 1px solid;
    COLOR: #94A39B;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #4169e1 1px solid;
    FONT-STYLE: normal;
    BACKGROUND-COLOR: #2A3B55;
    TEXT-ALIGN: right;
    FONT-VARIANT: normal;
    TEXT-DECORATION: none
}
 
	
	
/* THIS SECTION IS FOR THE ROUNDED EDGE BACKGROUND */

#liquid-round { 
width:100%;
margin:0px auto; 
background: #4C3835 url('../images/leftside.gif') repeat-y left top;
} 

.top { 
width:100%; 
height:20px; 
background:url('../images/top.gif') no-repeat left top; 
} 

.top span { 
display:block; 
position:relative; 
height:20px; 
background:url('../images/top-right.gif') no-repeat right top; 
} 

.center-content { 
position:relative; 
background:url('../images/rightside.gif') repeat-y right top; 
margin-left:0; margin-right:0; margin-top:-1px; margin-bottom:-50px; padding-left:25px; padding-right:20px; padding-top:1px; padding-bottom:1px 
} 

.bottom { 
height:60px; 
background:url('../images/bottom.gif') no-repeat left bottom; 
} 

.bottom span { 
display:block; 
position:relative; 
height:60 px;
background:url('../images/bottom-right.gif') no-repeat right bottom; 
} 


/* THIS SECTION IS FOR THE MENU NAVIGATION */

#navigation a
{
color: #0099CC;
font-family:Verdana;
background: #4C3835 url('../images/left-tab.gif') no-repeat left top;
text-decoration: none;
padding-left: 10px
}

#navigation a span
{
font-family:Verdana;
background: url('../images/right-tab.gif') no-repeat right top;
padding-right: 10px
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
font-family:Verdana;
color: #031737;
background: #F0891F url('../images/left-tab-hover.gif') no-repeat left top;
padding-left: 10px
}

#navigation a:hover span
{
background: url('../images/right-tab-hover.gif') no-repeat right top;
font-family:Verdana;
padding-right: 10px
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
float: left;
margin: 0;
} 