body {
	margin: 0 auto;
	background-color: #f3f3f4;
 	font: 80%/1.5 arial, Verdana, 'Trebuchet MS', sans-serif;
 	text-align: center; 
	width: 970px;
	color: #555
}   
div#wrap {
background-color: #FFFFFF; /* cosmetic */
   margin: 0 auto ;
   text-align: left;
   background-color:#FFF;
   width: 970px;  	
}
div#content {
	background-color: #FFFFFF; /* cosmetic */
	overflow: visible; /* set to taste */
	margin: 0 auto;
	height: 100%; /* height of div */
	top: 0px;
}
div#nav {
	margin: 0 auto;
	text-align: center;
	height: 24px;
	background-color: #5a2a8a;
	width: 100%;
}
div#banner {
	background-color: #FFFFFF; /* cosmetic */
	width: 970px; /* width of div */
	height: 186px; /* height of div */
	float:left;
}
div#subnav {
	margin: 0 auto;
	text-align: center;
	height: 26px;
	background-color: #7d7d7d;
	width: 970px;
	float:left;
}
/* header */
div#header {
   width: 970px;
	height: 60px; 
	background-image: url(images/logo.gif);	
	background-repeat:none;		
}

/* menu tabs */
#header #header-tabs {
	top: 0; left: 0;
	width: 100%;
	height: 30px;
	background: #000;
  font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
} 
#header-tabs ul {		
	margin:0;
   padding:0px 0px 0px 0px;
   list-style:none;
}
#header-tabs li {
	display:inline;
  margin:0;
  padding:0;
	
}
#header-tabs a {
	float:left;
  margin:0;
  padding:0 0 0 0px;
  text-decoration:none;
  background-color: #5a2a8a;
}
#header-tabs a span {
	float:left;
	display:block;
	padding:3px 22px 2px 22px;
	color: #FFFFFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs a:hover span {
	background-position: 100% -42px;
	background-color: #999999;
}
#header-tabs #current a { background-position:0% -42px; 
}
#header-tabs #current a span { background-position:100% -42px; color: #FFF;
}
div#micro {
	background-color: #FFFFFF; /* cosmetic */
	overflow: visible; /* set to taste */
	width:640px;
	visibility: visible;
	float:left;
}
div#news {
	background-color: #FFFFFF; /* cosmetic */
	overflow: visible; /* set to taste */
	float:right;
	width: 218px; /* width of div */
	visibility: visible;
}
#footer {
background:#FFFFFF none repeat scroll 0 0;
border-left:0px solid #FFFFFF;
border-top:3px solid #FFFFFF;
clear:both;
color:#666666;
height:40px;
font-family:arial,helvetica;
font-size: 9px;
}
#footer a:link, #footer a:visited, #footer a:active {
color:#666666;
font-size:50%;
font-weight:normal;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}
#micro p { 
	font-family:arial,helvetica;
  	font-size: 13px;
	padding: 0;
	margin: 10px 10px; 
}
#news p { 
	font-family:arial,helvetica;
  	font-size: 11px;
	padding: 0;
	margin: 10px 10px; 
}
#micro h2 {
	font-family:arial,helvetica;
	color:#555;
	font-size:20px;
	font-weight:bold;
	padding: 0;
	margin: 10px 10px;
}
#micro h3 {
	font-family:arial,helvetica;
	color:#555;
	font-size:14px;
	font-weight:bold;
	padding: 0;
	margin: 10px 10px;
}
#sub-tabs ul {		
	margin:0;
	padding:0px 0px 0px 68px;
	list-style:none;
}
#sub-tabs li {
	display:inline;
	margin:0;
	padding:0;
	
}
#sub-tabs a {
	float:left;
  	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#sub-tabs a span {
	float:left;
	display:block;
	padding:4px 25px 3px 26px;
	color: #FFFFFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#sub-tabs a span {float:none;}
/* End IE5-Mac hack */
#sub-tabs a:hover span {
	color:#FFF;
}
#sub-tabs a:hover {
	background-position:0% -42px;
}
#sub-tabs a:hover span {
	background-position: 100% -42px;
	background-color: #999999;
}
#sub-tabs #current a { background-position:0% -42px; 
}
#sub-tabs #current a span { background-position:100% -42px; color: #FFF;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
