/*** BODY AND COLORS ***/
body {
	background: url(../images/sbf_bg.gif); 
	color: #fff;
	}
#page {
	width: 800px; 
	margin: 0pt auto;
	text-align: left;
	}
.bookmark {
 	padding: 2px;
	}
a {
	color: #ffffff;
	text-decoration: underline;
	}
a:hover {
	color: #242e82;
	}
a:visited {
	color: #fff299;
	}
/*** HEADER ***/
#header{height: 211px}
#header h1 {
	margin: 25px 0;
	text-align: center; 
	padding: 50px 60px 0;
	}
.logo img {
	float: left;
	padding: 100px 0px 0px 0px;
	max-width: 270px;
	max-height: 100px;
	}
#tabs .tabControl {
	text-decoration: none;	
	clear: both;
	text-align: center;
	}
#tabs .tabControl li {
background: url(../images/sb_tabdec.gif) no-repeat;
 	padding-right: 32px;
 	padding-left: 22px;
 	padding-bottom: 2px;
	display: inline;  
	font-weight: bold; 
	font-size: 12pt;
	}
#tabs .tabControl a {
	text-align: center;
	display: inline;
	padding: 0 5px 0 5px;
	}
#header .tabControl a:link	{
	color: #ffffff;
	} 
#header .tabControl a:visited {
	color: #fff299;
	}	 
#header .tabControl a:hover {
	color: #242e82;
	}
#header .tabControl li {
	text-decoration: none;  
	font-weight: bold; 
	}
#body{
	padding: 0px 0px 0px 33px;
}
#content{
	padding-left:10px;
	width: 520px;
	float: left;
	}
#currentPage {
   clear: both;
	}
#sideNav {
	float: left;
	width: 140px;
	padding-left: 1px;
	padding-right: 15px; 
	}
#footer {
	font-family: Arial;
	font-size: 8pt;	
	font-weight: bold;
	clear: both;
	text-align: center;
	padding-bottom: 30px;
	}
#footer .tabControl li {
  	border-left: solid; 
  	padding-left: .6em; 
  	padding-right: .4em;
  	display:inline;
	}
#footer .tabControl li:first-child {
	border: none;
	color: #ffffff;
	}
/*** ITEMS ***/
.itemTable h3 {
 	width: 190px;
 	overflow: hidden;
	}
/*** SEARCH ***/
.search{
		float: left; 
		clear: right;
		margin-right: 20px;
		padding-top: 36px;
		}
		#txt_search{width: 200px; height: 17px;
		padding-top: 1px;}
			#btn_search a{
				color: #000;
				font-weight:bold;
				border: solid 1px #311741;
				background: #fff;
				font-size: 13px;
				height: 22px;
				padding: 3px 4px 0px;}
				#btn_search a:hover{color: #FFDFF2;}