html, body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 100%;
	color:#FFFFFF;
	font-weight : normal;
	background-color : #000000;
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:791px;	
}
#inner {
	position: relative;
	float:left;
	width:791px;
	background-image : url(../images/bg_main.jpg);
	background-repeat : repeat-y;
}
#rinner {
	position: relative;
	float:left;
	width:595px;
}
#logo {
	position: relative;
	float:left;
	width:595px;
	height:226px;
	background-image : url(../images/logos/logomain.jpg);
	background-repeat : no-repeat;
	
}

ul {
	font-size:100%;
	font-weight : normal;
}
li {
}
ol {
	font-size:100%;
}
hr {
	color:#CCCCCC;
	height:1px;
	text-align:left;
}
p{
	margin-top:0px;
	padding-top:0px;
}
/* Header
***********************************************/
#navlogo {
	position:relative;
	float:left;
	width:196px;
}
#leftnav {
	position:relative;
	float:left;
	width:196px;
	font-size:75%;
	text-align:left;
	font-weight : normal;
}
.navbit {
	position:relative;
	float:left;
	width:136px;
	padding-left:60px;
	background-image : url(../images/bg_nav_off.jpg);
	background-repeat : no-repeat;
	height:26px;
	padding-top:4px;
}
.navbit2 {
	position:relative;
	float:left;
	width:136px;
	padding-left:60px;
	background-image : url(../images/bg_nav_on.jpg);
	background-repeat : no-repeat;
	height:26px;
	padding-top:4px;
}

#leftnav a:link {color: #FFFFFF;text-decoration: none;}
#leftnav a:visited {color: #FFFFFF;text-decoration: none;}
#leftnav a:hover {color: #FFFFFF;text-decoration: none;}
#leftnav a:active {color: #FFFFFF;text-decoration: none;}




#content{
	position:relative;
	float:left;
	text-align:left;
	width:595px;
	
}
#mid {
	position: relative;
	float:left;
	width:395px;
	padding-left:40px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:20px;
}

#maintitle {
    position: relative;
	float:left;
	font-size:130%;font-weight:bold; color:#FFFFFF;
	width:395px;
	padding-bottom:15px;
}
#subtitle {
	position: relative;
	float:left;
	font-size:80%;
	font-weight:bold;
	color:#40B9FE;
	width:395px;
	padding-bottom:15px;
	font-style : italic;
}
#bgmainbot{
	position: relative;
	float:left;
	width:595px;
	height:36px;
	background-image : url(../images/bg_mainbot.jpg);
	background-repeat : no-repeat;
}
#right {
	position: relative;
	float:left;
	width:142px;
}
.hlimage{
	position: relative;
	float:left;
	padding-top:10px;
	padding-left:15px;
}
a:link {text-decoration: none;	color:#40B9FE;}
a:visited {text-decoration: none;	color:#40B9FE;}
a:hover {text-decoration: underline;	color:#940B9FE;}
a:active {text-decoration: none;	color:#40B9FE;}

/*********** Generic Style***********/
 h1{font-size:100%;font-weight:bold; color:#663300;}
 .h2{font-size:80%; font-weight:normal;margin-bottom:0px;}
 h3 {font-size:70%; font-weight:normal;}
 
/* Bottom
***********************************************/
#footer a:link {color: #FFFFFF;text-decoration: none;}
#footer a:visited {color: #FFFFFF;text-decoration: none;}
#footer a:hover {color: #FFFFFF;text-decoration: underline;}
#footer a:active {color: #FFFFFF;text-decoration: none;}
.nolink {color: #FFFFFF;text-decoration: underline;}

#footer {
	position:relative;
	float:left;
	width:791px;
	height:49px;
	font-size:70%;
	text-align:center;
	color: #FFFFFF;
	background-image : url(../images/bg_footer.jpg);
	background-repeat : no-repeat;
	padding-top:0px;
	
}

.red {
	color:#FF0000;
}

#error {
	position:relative;
	float:left;
	padding:10px;
}
/*CONTACT FORM******************************/
#contactform{position:relative;	float:left;}
.frmul{position:relative;	float:left; width:110px;text-align:right;}
.frmur{position:relative;	float:left;}
#formdetail{position:relative;float:left;padding:5px;margin-bottom:10px;}
.frmll{position:relative;float:left;width:105px;text-align:right;padding-right:5px;margin-top:2px;margin-bottom:2px;}
.frmlr{position:relative;float:left;margin-top:2px;margin-bottom:2px;}
input,select,textarea {	font-family: Arial, Helvetica, sans-serif;	padding-left:3px;	font-size:100%;}

/*NEWS FORMAT******************************/
.newsitem {	position:relative;	float:left;	width:415px;}
.newsleft {	position:relative;	float:left;	width:293px;}
.newstitle {position:relative;float:left;width:293px;font-weight:bold;}
.newstext {	position:relative;	float:left;	width:293px;}
.newsimage {position:relative;	float:left;	width:122px;padding-top:5px;}

/*******lwsvisible******************************/
.lwsvisible {
	width:1px;height:1px;visibility:hidden;line-height:1px;
}

/***POPUP Script*********************************/
#popcont{margin-left:auto;	margin-right:auto;	width:600px;}
#popinner{
	position:relative;
	float:left;
	background-image : url(../images/bg_popup.jpg);
	background-repeat : no-repeat;
}
#popcontent {
	position:relative;
	float:left;
	padding:20px;
	padding-top:180px;
	width:560px;
	padding-bottom:40px;
}
.bigred {
	font-size:120%;
	color:#AC3C38;
}
.underline {
	text-decoration : underline;
}
#testtop {
	position:relative;
	float:left;
	width:196px;
	height:90px;
	background-image : url(../images/bgtesttop.jpg);
	background-repeat : no-repeat;
}
#testmid {
	position:relative;
	float:left;
	width:146px;
	background-image : url(../images/bgtestmid.jpg);
	background-repeat : repeat-y;
	padding-left:25px;
	padding-right:25px;
	
}
#testbot {
	position:relative;
	float:left;
	width:196px;
	height:49px;
	background-image : url(../images/bgtestbot.jpg);
	background-repeat : no-repeat;
}