@charset "UTF-8";
/* CSS Document */
body
{
/*	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat-x;*/
	
	/*background-image: url(../images/body_wm.jpg);
	background-position: top left;
	background-repeat: no-repeat;*/
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width:100%;
	color: #666666;
}
#scroller
{
width:960px;
margin:auto;
height:15px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
background-color:#f8f0bd;
}
#divider{width:900px;
margin-left:30px;
height:2px;
background-color:#666666;
}

#container
{
	margin: 0 auto;
	width: 980px;
	padding: 0;
}

#header
{
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: 100%;
	height: 120px;
	border-bottom:2px solid #666666;
}

#menu_bar
{
	margin: 0 auto;
	padding: 120px 0 0 0;
	width: 100%;
	text-align:center;
	position:relative;
	top:-2px;
	background-image:url(../images/footerbg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
	
#content
{

	width: 980px;
	padding: 0 0 0 5px;
	margin: 42px 0 0 0;
/*	background-image: url(../images/body_wm.jpg);
	background-position: 93% 100%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;*/
}

#head_text
{
	font-size: x-large;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 25px;
	color:#f0cb24;
	
}
#footerbar
{
background-image:url(../images/footerbg.jpg);
background-repeat:repeat-x;
width:100%;
height:42px;
text-align:center;
margin-top:15px;
padding:7px 0 0 0;
}
#credit
{
width:980px;
margin:0 auto;
text-align:right;
font-size:xx-small;
margin-top:6px;
}
img
{
border:0;
}
a
{
text-decoration:underline;
color: #333333;
}
a:hover
{
text-decoration:none;
color:#f0cb24;
}
#credit a
{
text-decoration:underline;
color: #333333;
}
#credit a:hover
{
text-decoration:none;
color:#f0cb24;
}
.pdficon
{
border:0;
vertical-align:middle;
}
li
{
list-style-position:inside;
line-height:175%;
}
.leftcol
{
width:490px;
float:left; 
margin:0 10px 15px 0; 
padding:5px; 
border-right: 1px dashed #666666;
}


#left {
	float:left;
	margin-left:10px;
	margin-right:5px;
	width:320px;
}
	
#right {
	margin-left: 335px;
	width:625px;
	}