body {
	margin: 0;
	padding: 0;
	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #333;
	text-align: center;
	background-color: #FFF;
	background-image: url(images/bg_blue.gif);
	background-repeat: repeat-x;
}

#header h1#logo span { color: #2690CC; }

/* menu */
#menu {
	clear: both;
	background: #FF9966 url(images/menubg_blue.gif) repeat-x;
	height: 30px;
	margin: 0;
	font: bolder 1.2em/30px Tahoma, Verdana, Arial, Sans-Serif;		
}
#menu ul{
	margin: 0; padding: 0 0 0 8px;
}
#menu ul li {
	float: left;
	list-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2D29F;
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #333333;	
}
#menu ul li a:hover {
	color: #333;
	background-image: url(images/menu-hover-bg_blue.gif);
	background-repeat: repeat-x;
}
#menu ul li#current a {
	color: #333;
	background: url(images/menu-current-bg.gif) repeat-x;	
}
.tablehead1 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2C93CE;
}

