html, body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 100%;
	color:#033166;
	font-weight : normal;
	
	
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:778px;	
}
#inner {
	position: relative;
	float:left;
	width:778px;
	background-image : url(../images/bg_main.jpg);
	background-repeat : repeat-y;
}
#logo {
	position: relative;
	float:left;
	width:778px;
}
#logo2 {
	position: relative;
	float:right;
	width:253px;
	height:43px;
}

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;
}
.underline {text-decoration: underline;}
/* Header
***********************************************/

#topnav {
	position: relative;
	float:left;
	width:768px;
	height:21px;
	padding-top:4px;
	font-size:80%;
	text-align:left;
	color:#00CAFF;
	background-image : url(../images/bg_nav.jpg);
	padding-left:10px;
}
#topnav a:link {color:#00CAFF;text-decoration: none;}
#topnav a:visited {color:#00CAFF;text-decoration: none;}
#topnav a:hover {color:#FFFFFF;text-decoration: none;}
#topnav a:active {color:#FFFFFF;text-decoration: none;}
.nolinktopnav {color:#FFFFFF;text-decoration:none;}

#tlnv {
	position: relative;
	float:left;
	width:490px;
}
#t1nv {
	position: relative;
	float:right;
	width:268px;
	padding-right:10px;
}


#content{
	position:relative;
	float:left;
	text-align:left;
	width:503px;
	
}
#content2{
	position:relative;
	float:left;
	text-align:left;
	width:778px;
	
}
#mid {
	position: relative;
	float:left;
	width:479px;
	padding-left:24px;
}
#mid2 {
	position: relative;
	float:left;
	width:310px;
	padding-left:24px;
}
#maintitle {
    position: relative;
	float:left;
	font-size:120%;
	width:479px;
	padding-top:15px;
	}
#maintitle2 {
    position: relative;
	float:left;
	font-size:120%;
	width:310px;
	padding-top:15px;
	}
#right {
	position: relative;
	float:left;
	width:275px;
	padding-top:8px;
}
#right2 {
	position: relative;
	float:left;
	width:434px;
	padding-top:8px;
}
.adslot {
	position: relative;
	float:left;
	width:263px;
	border:1px solid #1F2C58;
	margin-bottom:5px;
}

.hlimage{	position: relative;	float:left;	width:93px;}
.adtxt {position: relative;	float:left;	width:160px;	padding:5px;}
.adtitle {position: relative;	float:left;	width:160px;}
.ads1{font-size:160%; color:#1F2C58;}
.ads2{font-size:160%; color:#46CBEA;}
.adstxt {position: relative;	float:left;	width:160px;font-size:70%; }


a:link {text-decoration: none;	color:#00C3F6;}
a:visited {text-decoration: none;	color:#00C3F6;}
a:hover {text-decoration: underline;	color:#00C3F6;}
a:active {text-decoration: none;	color:#00C3F6}

/*********** Generic Style***********/
 h1{font-size:100%;font-weight:bold; color:#663300;}
 .h2{font-size:70%; font-weight:normal;margin-bottom:0px;padding-right:10px; position: relative;	float:left;}
 h3 {font-size:70%; font-weight:normal;}
 
/* Bottom
***********************************************/
#footer a:link {color: #033166;text-decoration: none;}
#footer a:visited {color: #033166;text-decoration: none;}
#footer a:hover {color: #033166;text-decoration: underline;}
#footer a:active {color: #033166;text-decoration: none;}
.nolink {color: #033166;text-decoration: underline;}

#footer {
	position:relative;
	float:left;
	width:778px;
	height:38px;
	font-size:70%;
	text-align:center;
	color: #033166;
	background-image : url(../images/bg_footer.jpg);
	background-repeat : no-repeat;
	padding-top:10px;
	
}

.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;
}