@charset "utf-8";
html {
	color: #234165;
	text-align: center;
}
h1 {
	font-size: 16pt;
	font-weight: 900;
	color: #000000;
	text-indent: 10px;
	font-family: "Courier New", Courier, monospace;
}

/* =body */
body {
	width: 820px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto; /*page margin*/
	padding: 0;
	text-align: left;
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #234165;
}
imgBorder {
	padding: 20px;
	margin-top: 30px;
}

.imgpad {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* end of body*/
div#container {
	background-image: url(images/sbContentbg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 20px;
	height: auto;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
}
div#header {
	font-size:9px;
	text-align: center;
	color: #fff;
	height: 145px;
	background-image: url(images/sbhdrBg.jpg);
}

#navcontainer{
	width:270px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	height: 75px;
	text-decoration: none;
	clear: none;
	margin-left: 550px;
	padding-top: 30px;
}


 
ul#navlist
{
	padding: 5px 0px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	border-bottom-color: 1px; #000000;

}
 
#navlist li
{
	display: inline;
	list-style-type: none;
}
 
#navlist a {
	padding: 2px 5px;
}
 
#navlist a:link, #navlist a:visited
{
	color: #000;
	background-color: none;
	text-decoration: none;
}

#active a
{
	color: FDD207;
	text-decoration: none;
	border-bottom-color: #FDD207;
	border-width: 2px;
	border-bottom-style: solid;
}
 
#navlist a:hover, #active
{
	color: #FDD207;
	text-decoration: none;
}

/*------- drop menu----------*/
.dropmenudiv_b{
	position:absolute;
	top: 100px;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: visible;
	left: 956px;
	overflow: visible;
}


p {
	font-size: 9pt;
	line-height: 2;
	margin: 5px 10px 20px 10px;
}

div#content {
	overflow:hidden;
	line-height: normal;
	padding-left: 15px;
	
} /*makes bg container fill*/

div#footer {
	font-size:9px;
	background-color:#CC9900;
	text-align: center;
	color: #000000;
	background-image: url(images/sbfooterBg.jpg);
	height: 121px;
}
div#content_3col {
	float: left;
	width:270px;
	font-size: 12px;
	padding-bottom: 50px;
	padding-top: 15px;
}
p3col {
	margin: 10px 30px;
	padding: 0 30px;
}
div#content_2col {
	width:545px;
	font-size: 12px;
	padding: 0.25em;
}
h2 {
	text-indent: 5px;
	font-size: 14pt;
	color: #234165;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 200px;
	padding-left: 5px;
}
div#contentmain {
	overflow:hidden;
	line-height: normal;
}

