@charset "utf-8";
/* CSS Document */

html {
/*
scrollbar-base-color: #ccc;
scrollbar-arrow-color: #c36e37;*/
}

a {color:#CCCCCC;}


img {border:0px;}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bkgrd.jpg) repeat-x #414446;
	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;
	
}
#container {
	width: 742px;  /* 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. */
	font:11px Tahoma ;
	color:#c9c9c9;
	line-height:17px;
}

#nav { 
	width:458px;
	height:20px;
	text-align:right;
	color:#FFFFFF;
	padding:5px 30px 0px 0px;
	font-size:10px;
} 


.mainExpand {
  /*cursor:hand;
  cursor:pointer;*/
  font: bold .9em verdana, arial, helvetica, sans-serif;
  color:#CC9900;
 }
  
h3{font-size:small;
margin-bottom:5px;
color:#d36d02;}

strong {color:#FFFFFF;}


#nav a:link , a:visited{ 
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
} 

#nav a:hover { 
	color:#FFFFFF;
	text-decoration:underline;
} 

#footer {
	padding:30px 0px 0px 0px;
	width:742px;
	height:30px;
	background:url(../images/footer_bkgrd.jpg);
	text-align: center;
	font-size: 10px;
}

ul {
	line-height:17px;
	margin:0px 0px 0px 15px;
	padding:0px;
}

li {


	margin:0px 0px 7px 0px;
	padding:0px;
}


