html, body{
	font-family: helvetica, verdana, arial, sans-serif;
	font-size:10pt;
	color: #0B5C8F;
        height: 100%;
	padding: 0;
	margin: 0;
}

.main{
	width: 100%;
	height: 100%;
	background: #f5a345;
}

#inner{
	width: 760px;
	height: 490px;
	background: #f5a345 url(images/background.gif) center center no-repeat;
}

#content{
	padding: 20px;
	height: 450px;
	overflow: hidden;
	text-align: left;
}

#left{
	float: left;
	width: 220px;
	height: 435px;
	padding: 5px;
}

#right{
	float: left;
	width: 470px;
	height: 435px;
	padding: 5px 5px 5px 15px;
}

#logo {
  float: left;
  margin: 0;
  padding: 5px 0 20px 0;
}

#logo img{
  float: left;
  padding: 4px;
  border: 0px;
}

#menu {
  float: left;
  width: 180px;
  margin: 0;
  padding: 0px 0 0 0;
}

#menu ul {
  margin: 0; 
  padding: 0;
  list-style-type: none;
/*  font-family: verdana, arial, sanf-serif; */
  font-size: 12px;
  font-weight: bold; 
} 

#menu li {
  margin: 2px 0 0 0;
} 

#menu a {
  display: block;
  width:176px;
  padding: 17px 2px 17px 12px;
  border: 0px solid #000000;
  background: transparent url(images/blue-bar-sm.gif) top left no-repeat;
  text-decoration: none;
  color: #f5a345
} 

#menu a:link, #menu a:visited {
}

#menu a:hover, #menu a:active {
/*  width: 215px; */
/*  background: transparent url(images/blue-bar.gif) top left no-repeat; */
  background: transparent url(images/silver-bar-sm.gif) top left no-repeat;
  color: #0B5C8F;
}

#menu a.current {
  width: 215px;
  background: transparent url(images/orange-bar.gif) top left no-repeat;
  color: #0B5C8F;
}

h1{
  color: #0B5C8F;
  font-size: 16pt;
  padding: 20px 0 4px 0;
}

h3{
  color: #0B5C8F;
  font-size: 11pt;
  padding: 0px 0 0px 0;
}

.orange_text{
  color: #f5a345;
}

#copyright {
  padding: 0 20px 0 0;
  font-size: 8pt;
  text-align: right;
  color: #999999;
}


#scroller {	
  height: 350px;
  overflow: auto;
}

.gallery {
  padding: 10px 0px 0px 0px;
}

.gallery p{
  float: left;
  padding-left: 10px;
  font-size: 8pt;
}

.gallery a{
  color: #0B5C8F;
  font-weight: bold;
  text-decoration: none;
}

.gallery img{
  float: left;
  border: 0px solid #999;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
