html, body{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	font-size : 100%;
	color:#666666;
	font-weight : normal;
	background-color : #FFFFFF;
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:788px;	
}
#inner {
	position: relative;
	float:left;
	width:788px;
	background-image : url(../images/bg_main.jpg);
	background-repeat : repeat-y;
}
#logo {
	position: relative;
	float:left;
	width:223px;
	background-image : url(../images/logos/logomain.jpg);
	background-repeat : no-repeat;
	height:89px;
	padding-left:565px;
	padding-top:60px;
	font-size:70%;
	color:#999999;
}
#strip {
	position: relative;
	float:left;
	width:788px;
	background-image : url(../images/bg_strip.jpg);
	background-repeat : no-repeat;
	font-size:1%;
	height:5px;
}

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:170px;
	font-size:75%;
	text-align:left;
	font-weight : normal;
	
}
.leftnavelement {
	position:relative;
	float:left;
	width:150px;
	padding-left:20px;
	height:28px;
	padding-top:5px;
	background-image : url(../images/bg_nav_el.jpg);
	background-repeat : no-repeat;
	font-weight:bold;
}

#leftnav a:link {color: #FFFFFF;text-decoration: none;}
#leftnav a:visited {color: #FFFFFF;text-decoration: none;}
#leftnav a:hover {color: #0358A9;text-decoration: none;}
#leftnav a:active {color: #FFFFFF;text-decoration: none;}
.leftnavnolink {color: #0358A9;text-decoration: none;font-weight : bold;}

#content{
	position:relative;
	float:left;
	text-align:left;
	width:602px;
	padding-top:5px;
}
#contentimage {
	position:relative;
	float:left;
	
}
#homeleft {
	position:relative;
	float:left;
	margin-top:5px;
	width:301px;
	background-image : url(../images/homeleft.jpg);
	background-repeat : repeat-y;
	padding-bottom:10px;
}
.homeleft2 {
position:relative;
	float:left;
	width:281px;
	padding-left:20px;
}
.hlimage {
	position:relative;
	float:left;
	width: 65px;
	padding-top:2px;
	height:58px;
	
}
.hltext {
	position:relative;
	float:left;
	width:196px;
	padding-left:10px;
	padding-right:10px;
	font-size:70%;
	line-height:12px;
	height:58px;
}
.hlstrip {
	position:relative;
	float:left;
	width:301px;
	height:21px;
	background-image : url(../images/hlstrip.jpg);
	background-repeat : no-repeat;
}
#homeright {
	position:relative;
	float:left;
	width:260px;
	padding-left:20px;
	padding-right:20px;
	
}
#textall {
	position:relative;
	float:left;
	width:334px;
	padding-left:20px;
}
#textall2 {
	position:relative;
	float:left;
	width:538px;
	padding-left:20px;
	padding-bottom:10px;
}
#allh1 {
	position:relative;
	float:left;
	width:538px;
	padding-left:20px;
}
a.bodylink:link {text-decoration: none;	color:#0358A9;}
a.bodylink:visited {text-decoration: none;	color:#0358A9;}
a.bodylink:hover {text-decoration: underline;	color:#0358A9;}
a.bodylink:active {text-decoration: none;	color:#0358A9;}

/*********** Generic Style***********/
 h1{font-size:100%;font-weight:bold; color:#666666;}
 .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:788px;
	height:30px;
	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:100px;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%;}

#formtop {position:relative;	float:left;}
.formul{position:relative;	float:left;width:70px;text-align:right;}
.formur{position:relative;	float:left;width:170px;}
.formaddress{
	position:relative;float:left;border:1px solid #CCCCCC;padding:3px;height:180px;
}