html, body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 100%;
	color:#1F3471;
	font-weight : normal;
	background-color : #AACD3D;
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:789px;	
}
#topstrip {
	position: relative;
	float:left;
	width:789px;
	background-image : url(../images/bg_topstrip.jpg);
	background-repeat : no-repeat;
	height:25px;
}
#inner {
	position: relative;
	float:left;
	width:788px;
	background-image : url(../images/bg_main.jpg);
	background-repeat : repeat-y;
	padding-left:1px;
}
#top {
	position: relative;
	float:left;
	width:788px;
	background-image : url(../images/bg_top.jpg);
	background-repeat : repeat-y;
}
#logo {
	position: relative;
	float:left;
	width:612px;
	height:303px;
	background-image : url(../images/bg_logo.jpg);
}

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
***********************************************/
#left {
	position: relative;
	float:left;
	width:176px;
	padding-top:10px;
}
#leftslot {
	position: relative;
	float:left;
	width:166px;
	padding-left:10px;
}
#leftnav {
	position: relative;
	float:left;
	width:176px;
	font-size:70%;
}
#leftstrip {
	position: relative;
	float:left;
	width:176px;
	height:10px;
	font-size:1%;
}

#leftnav a:link {color: #FFFFFF;text-decoration: none;}
#leftnav a:visited {color: #FFFFFF;text-decoration: none;}
#leftnav a:hover {color: #AACE3B;text-decoration: none;}
#leftnav a:active {color: #AACE3B;text-decoration: none;}
.leftnavnolink {color: #AACE3B;text-decoration:none;}
.navon {
	position: relative;
	float:left;
	width:156px;
	background-image : url(../images/navon.jpg);
	padding-top:5px;
	height:20px;
	text-align:right;
	padding-right:20px;
}
.navoff{
	position: relative;
	float:left;
	width:156px;
	background-image : url(../images/navoff.jpg);
	padding-top:5px;
	height:20px;
	text-align:right;
	padding-right:20px;
}



#content{
	position:relative;
	float:left;
	text-align:left;
	width:612px;
	
}
#contenthome{
	position:relative;
	float:left;
	text-align:left;
	width:426px;
	
}
#mid {
	position: relative;
	float:left;
	width:582px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
#midhome {
	position: relative;
	float:left;
	width:406px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

#maintitlehome {
    position: relative;
	float:left;
	width:406px;
	padding-bottom:5px;
	padding-top:10px
}
#maintitle {
    position: relative;
	float:left;
	width:582px;
	padding-bottom:0px;
	padding-top:10px
}
#right {
	position: relative;
	float:left;
	width:612px;
}
#rightslot {
	position: relative;
	float:left;
	width:186px;
	padding-top:10px;
}
#contentimage{
	position: relative;
	float:right;
	padding-top:10px;
	padding-left:10px;
}
a:link {text-decoration: none;	color:#AACE3B;}
a:visited {text-decoration: none;	color:#AACE3B;}
a:hover {text-decoration: underline;	color:#AACE3B;}
a:active {text-decoration: none;	color:#AACE3B;}

a.bodylink:link {text-decoration: none;	color:#203471;}
a.bodylink:visited {text-decoration: none;	color:#203471;}
a.bodylink:hover {text-decoration: underline;	color:#203471;}
a.bodylink:active {text-decoration: none;	color:#203471;}

/*********** Generic Style***********/
 h1{font-size:150%;font-weight:bold; color:#1F3471;margin:0px; padding:0px;}
 .h2{font-size:70%; font-weight:normal;margin-bottom:0px;}
 h3 {font-size:70%; font-weight:normal;}
 
/* Bottom
***********************************************/
#footer a:link {color: #1F3471;text-decoration: none;}
#footer a:visited {color: #1F3471;text-decoration: none;}
#footer a:hover {color: #1F3471;text-decoration: underline;}
#footer a:active {color: #1F3471;text-decoration: none;}
.nolink {color: #1F3471;text-decoration: underline;}

#footer {
	position:relative;
	float:left;
	width:789px;
	height:40px;
	font-size:70%;
	text-align:center;
	color: #1F3471;
	background-image : url(../images/bg_footer.jpg);
	background-repeat : no-repeat;
	padding-top:9px;
	
}

.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:582px;}
.newsleft {	position:relative;	float:left;	width:450px;}
.newstitle {position:relative;float:left;width:450px;font-weight:bold;}
.newstext {	position:relative;	float:left;	width:450px;}
.newsimage {position:relative;	float:left;	width:122px;padding-top:5px;padding-left:10px;}

/*******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;
}
.tcol {
	color:#AACE3B;
}
table.tdblue {
	border:1px solid #203471;
}
td.tdblue {
	border:1px solid #203471;
}
