html,body{
	height: 100%;
}


body {
	margin: 0px;
	color: #FFF;
	font: 12px Verdana, Geneva, sans-serif;
	padding: 0px;
	background: #000 url(../media/images/bbk.jpg) no-repeat center top;
}
#force {
	height: 100px;
	width: 940px;
}


#outer {
	width: 940px;
	height: auto;
	/*	min-height: 100%;*/
	margin: 0 auto 0;
	text-align: left;

}

/*
a:link {
	text-decoration: none;
	color: #F90808;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #F90808;
	font-weight: bold;
}

a:hover {
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}
*/
h1 {
	padding: 0px;
	color: #F6F6F6;
	margin: 30px 0px 0px;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: 0.3em;
}
h2 {
	padding: 0px;
	color: #F6F6F6;
	margin: 30px 0px 0px;
	font: bold 16px Arial, Helvetica, sans-serif;
}
h3 {
	padding: 0px;
	color: #F6F6F6;
	margin: 20px 0px 0px;
	font: bold 28px Arial, Helvetica, sans-serif;
}


h4 {
	color: #DB5027;
	margin-left: 38px;
	border-bottom: 1px solid #666;
	margin-right: 40px;
}

h5 {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 2px;
}
em {
	font: 14px Tahoma, Geneva, sans-serif;
}

.smalltext {
	font-size: 14px;
	font-weight: normal;
}

#headenv {
	height: auto;
	width: 938px;
	float: left;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 3px;
	background: url(../media/images/transp35.png) repeat;
	border-top: 1px solid #666;
	border-right: 1px solid #000;
	border-bottom: none;
	border-left: 1px solid #000;
}
#navbarContainer {
	height: 37px;
	width: 939px;
	background: #F90808 url(../media/images/nav1bk.png) repeat-x;
	float: left;
	text-align: center;
	margin-left: 0px;
}

ul {list-style:none;margin:0;padding:0;}
li {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	text-align: center;
}
li a {
	display:block;
	height:100%;
	color:#000;
	text-decoration:none;
	border-right:1px solid #A71010;
	font: 18px/37px Arial, Helvetica, sans-serif;
}
li a {
	background:url(../media/images/nav1.png) repeat 0 0;
}
li a:hover, li a:focus, li a:active {
	background: -250px 0;
}
#b a {
	background:url(../media/images/nav1.png) repeat 0 0;
}

#mainContEnv {
	width: 938px;
	height: auto;
	float: left;
	background: url(../media/images/transp54.png) repeat;
	border: 1px solid #000;
}

.linked a:link{
	color: #F00;
	font-weight: bold;
	text-decoration: none;
	}
	
.linked a:visited{
	color: #F00;
	font-weight: bold;
	text-decoration: none;
	}
	
.linked a:hover{
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	}
	
	
#leftContHome {
	float: left;
	height: auto;
	width: 520px;
	margin-left: 40px;
	margin-right: 50px;
}
#leftCont {
	float: left;
	height: auto;
	width: 760px;
	margin-left: 80px;
	margin-right: 50px;
}
#leftSubCont {
	float: left;
	height: auto;
	width: 800px;
	margin-left: 40px;
}

.reddot {
	background: url(../media/images/bullet2.gif) no-repeat 0px 3px;
	margin-left: 30px;
	padding-left: 22px;
	height: auto;
	width: auto;
	margin-bottom: 6px;
}




#rightCont {
	float: left;
	height: auto;
	width: 240px;
	margin-left: 40px;
	margin-top: 40px;
	padding: 10px 0px 10px 30px;
	border-left: 1px dashed #EF2121;
}
#newsBox {
	float: left;
	height: 380px;
	width: 265px;
	margin-left: 25px;
	margin-top: 0px;
	padding: 0px 0px 10px 20px;
	border-left: 1px dashed #EF2121;
	font-size: 12px;
}


#slidingDiv {
	display: none;
	height:auto;
	padding:24px;
}
/*
#slidingDiv li{
	display:block;
	float:inherit;
	width: auto;
	height: auto;
	margin-top: 2px;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 50px;
	list-style: disc outside;
	background: url(none);
}*/


.imgBorder {
	border: 1px solid #CCC;
	float: right;
	margin-right: 34px;
	margin-left: 10px;
}

form {
	margin-left: 48px;
}


.clear{
	clear:both;
	height:1px;
	overflow:hidden;
	line-height:1%;
	font-size:0px;
	margin-bottom:-1px;
}


* html .clear{
	height:auto;
	margin-bottom:0px
} 

input, select, textarea {
	color: #03C;
	padding: 1px;
	font: 12px Arial, Helvetica, sans-serif;
}



#footer {
	width: 940px;
	font-size: 10px;
	height: auto;
	color: #CCC;
	float: left;
	margin-top: 30px;
}
.fleft {
	float: left;
	height: auto;
	width: 40%;
}

.fright {
	float: right;
	height: auto;
	width: 40%;
	text-align: right;
}

#footer a:link {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	font-weight: bold;
	text-decoration: underline;
}
