body {
	background: url(body_bottom_right_bg.png) bottom right no-repeat;
	background-color: white;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	}
#banner {
	background: url(banner_bg.jpg) top left repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width:100%;
	height: 175px;
	text-align:right;
	}
#banner img {
	border: 0px;
	}
	

	
#menu {
	margin: 0px 0px 0px 40px !important;
	margin: 0px 0px 0px 20px;
	z-index: 100;
	padding: 0px;
  float: left;
	}
#menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
	width: 150px;
	border-bottom: 1px solid #00467f;
  }
#menu li {
    position: relative;
  }
#menu li ul {	
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	z-index:150;
  }
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fafafa;
	padding: 5px;
	border: 1px solid #00467f;
	border-bottom: 0;
	}
#menu ul li a:hover {
	display: block;
	background: #eee;
	color: #D31C49;
	}
#menu li.header {
	background-image: url(menu_header.gif);
	height: 129px;
	width: 150px;
	border-bottom-width:4px;
	}
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */
#menu li:hover ul, #menu li.over ul { 
	display: block; }
	
#content {
	padding: 130px 170px 20px 220px;
	z-index: 25;
	}
#content ul {
	margin: 0;
	padding-left: 20px;
	}
#content h1	{
	font-size: 22px;
	background-color: #354F7C;
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(h1_bg.gif);
	padding: 5px;
	border: 1px solid #cccccf;
	z-index: 201;
	}
#content h2	{
	font-size: 16px;
	line-height: 18px;
	}
#content h3	{
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .5px;
	}
#content h4	{
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .5px;
	font-weight: normal;
	font-style:italic;
	}
	
#content #expromenu	{
	background-color: #f9f9fe;
	border: 1px solid #e9e9ee;
	padding: 5px;
	margin-top: 2em;
	text-align: center;
	}
#content #expromenu	ul	{
	margin: 0;
	padding: 0;
	list-style-image:none;
list-style-position:outside;
list-style-type:none;
text-align: center;
	}
#content #expromenu	li	{
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
	z-index: 50;
	padding: 8px;
	}
	
	/*  TABLE
=======================================================*/
table { margin-top: 2em; margin-bottom: 2em; width: 450px; }
th {
	text-align:left;
	background-color: #FF9933
	color: white;
	font: bold;
}
td, th {padding: .2em;}
.setcell {
		width:12em;
		}
thead {
	height: 50px;
	border-top: 1px solid #a5a5a5;
	border-bottom:1px solid #a5a5a5;
	
}
thead tr{
	background-color: #354F7C;
	color: white;
}
tr:hover, tr.sfhover {
	background-color: #e6e8f5;
	}
thead tr:hover, thead tr.sfhover {
	background-color: #e6e8f5;
		}
		
.gallery #content a img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #ddd;
	background: #eee;
}
