/* CSS Document */
html, body {
	background-color: #BCBCBF;
}
body {
	background-color: #BCBCBF;
}
#wrapper {
	background-color: #1E4155;
}
#banner {
	min-height: 185px;
	height: auto !important;
	height: 185px;
	margin:0; padding:0; border-bottom: 2px solid #BCBCBF;
	
}
#logo {
	margin:60px 0 0 62px; width:234px; height:90px;
	background:url(../pics/LogoHome.gif) 0 0 no-repeat;
}
/*fix for IE6 */
* html #logo{
	margin:58px 0 0 32px;
}
#strap {
	margin:134px 0 0 55px;
}
#content {
	min-height: 340px;
	height: auto !important;
	height: 340px;
	background:#1E4155;
}
#maintext {
	width: 420px; height: auto;	margin:46px 25px 0 0; color:#fff;
}
#maintext h1{
	font-weight:normal; line-height:170%;
}
#copyright{
	background:#1E4155;
	color:#ccc;
}
#copyright li a:link, #copyright li a:visited{
	font-weight:bold; color:#ccc;
}
#copyright li a:hover, #copyright li a:active{
	font-weight:bold; color:#ccc;
}
#nav li a:link, #nav li a:visited {
	color:#B6BCC1;
}
#nav li a:hover, #nav li a:active {
	background:url(../pics/navBullet-o.gif) 0 50% no-repeat;
	color:#fff;
}
body#home a#homeLink{
 color:#fff;
 background:url(../pics/navBullet.gif) 0 50% no-repeat;
}

body#home a:hover#homeLink, a:active#homeLink {
	color:#B6BCC1;
	background:url(../pics/navBullet-o.gif) 0 50% no-repeat;
}