html, body{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	font-size : 100%;
	color:#666666;
	font-weight : normal;
	background-color : #CCCCCC;
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:780px;
	margin-top:20px;
}
#inner {
	position: relative;
	float:left;
	width:780px;
	background-image : url(../images/bg_main.jpg);
	background-repeat : repeat-y;
}
#logo {
	position: relative;
	float:left;
	width:780px;
}
#strip1 {
	position: relative;
	float:left;
	width:780px;
	background-image : url(../images/bg_strip.jpg);
	background-repeat : no-repeat;
	font-size:1%;
	height:19px;
}
#strip2 {
	position: relative;
	float:left;
	width:780px;
	background-image : url(../images/bg_strip2.jpg);
	background-repeat : no-repeat;
	font-size:1%;
	height:19px;
}

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
***********************************************/
#topnav {
	position: relative;
	float:left;
	width:701px;
	background-color : #019BB5;
	height:24px;
	padding-top:5px;
	font-size:80%;
	text-align:center;
	color:#FFFFFF;
}
#logo a:link {color: #999999;text-decoration: none;}
#logo a:visited {color: #999999;text-decoration: none;}
#logo a:hover {color: #0358A9;text-decoration: underline;}
#logo a:active {color: #999999;text-decoration: none;}
.nolinktopnav {color: #0358A9;text-decoration: none;}
#left {
	position: relative;
	float:left;
	width:235px;
	padding-top:10px;
}
#right {
	position: relative;
	float:left;
	width:466px;
}

#leftnav {
	position:relative;
	float:left;
	width:140px;
	font-size:75%;
	text-align:left;
	font-weight : normal;
}
.navbit {
	position:relative;
	float:left;
	width:120px;
	padding-left:20px;
	background-image : url(../images/bg_nav_off.jpg);
	background-repeat : no-repeat;
	height:26px;
	padding-top:4px;
}
.navbit2 {
	position:relative;
	float:left;
	width:120px;
	padding-left:20px;
	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: #090166;text-decoration: none;}
#leftnav a:active {color: #FFFFFF;text-decoration: none;}

#content{
	position:relative;
	float:left;
	text-align:left;
	width:580px;
	padding-top:5px;
	padding-left:40px;
}
#contimage {
	position:relative;
	float:right;
	width:193px;
	padding-left:10px;
	padding-bottom:10px;
}

a.bodylink:link {text-decoration: none;	color:#090166;}
a.bodylink:visited {text-decoration: none;	color:#090166;}
a.bodylink:hover {text-decoration: underline;	color:#090166;}
a.bodylink:active {text-decoration: none;	color:#090166;}

#maintitle{font-size:100%;font-weight:bold;color:#090166;}
/*********** Generic Style***********/
 h1{font-size:100%;font-weight:bold; color:#090166;}
 .h2{font-size:70%; font-weight:normal;margin-bottom:0px;}
 h3 {font-size:70%; font-weight:normal;}
 
/* Bottom
***********************************************/
#footer a:link {color: #666666;text-decoration: none;}
#footer a:visited {color: #666666;text-decoration: none;}
#footer a:hover {color: #666666;text-decoration: underline;}
#footer a:active {color: #666666;text-decoration: none;}
.nolink {color: #666666;text-decoration: underline;}

#footer {
	position:relative;
	float:left;
	width:780px;
	height:50px;
	font-size:70%;
	text-align:center;
	color: #666666;
	background-image : url(../images/bg_footer.jpg);
	background-repeat : no-repeat;
	padding-top:12px;
	
}

.red {
	color:#FF0000;
}

#error {
	position:relative;
	float:left;
	padding:10px;
}
/*CONTACT FORM******************************/
#contactform{position:relative;	float:left;}
.frmul{position:relative;	float:left; width:70px;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: "Trebuchet MS";padding-left:3px;font-size:100%;}
