html, body{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	font-size : 100%;
	color:#333333;
	font-weight : normal;
	background-color : #ffffff;
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:792px;	
}
#inner {
	position: relative;
	float:left;
	width:792px;
	background-image : url(../images/bg_main.jpg);
	background-repeat : repeat-y;
}
#logo {
	position: relative;
	float:left;
	width:760px;
	height:93px;
	background-image : url(../images/logos/logomain.jpg);
	padding-top:70px;
	padding-left:32px;
	font-size:80%;
	color:#FFFFFF;
	
}

ul {
	font-size:100%;
	font-weight : normal;
}
li {
	list-style-image : url(../images/liant.jpg);
	
}
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:782px;
	height:35px;
	color: #FFFFFF;
	font-size:80%;
	text-align:center;
	background-image : url(../images/bg_nav.jpg);
	background-repeat : no-repeat;
	padding-left:10px;
}
.navbit {
	position:relative;
	float:left;
	height:27px;
	padding-top:8px;
	padding-left:10px;
	padding-right:8px;
	text-align:center;
	margin-left:2px;
}
.navbit2 {
	position:relative;
	float:left;
	padding-left:10px;
	padding-right:8px;
	background-image : url(../images/bg_nav_el.jpg);
	height:27px;
	padding-top:8px;
	text-align:center;
	margin-left:2px;
}
#topnav a:link {color: #FFFFFF;text-decoration: none;}
#topnav a:visited {color: #FFFFFF;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;}

#content{
	position:relative;
	float:left;
	text-align:left;
	width:792px;
	
}

#left {
	position: relative;
	float:left;
	width:185px;
	padding-top:20px;
	
}
.boxtop {
	position: relative;
	float:left;
	width:185px;
	height:19px;
	font-size:1%;
	background-image : url(../images/boxtop.jpg);
	background-repeat : no-repeat;
}
.boxmid {
	position: relative;
	float:left;
	width:185px;
	background-image : url(../images/boxmid.jpg);
	background-repeat : repeat-y;
}
.boxtitle {
	position: relative;
	float:left;
	width:155px;
	font-size:90%;
	color:#339933;
	padding-left:30px;
	font-weight:bold;
}
.boxttext {
	position: relative;
	float:left;
	width:125px;
	font-size:70%;
	padding-left:30px;
	padding-right:30px;
	line-height:12px;
}
.boxlink {
	position: relative;
	float:left;
	width:125px;
	font-size:70%;
	padding-left:30px;
	padding-right:30px;
	line-height:12px;
}
.boxbot {
	position: relative;
	float:left;
	width:185px;
	height:34px;
	font-size:1%;
	background-image : url(../images/boxbot.jpg);
	background-repeat : no-repeat;
}
#mid {
	position: relative;
	float:left;
	width:372px;
	padding-top:20px;
	padding-bottom:20px;
}
#right {
	position: relative;
	float:left;
	width:220px;
	padding-top:20px;
	
}

.midtitle {
	position: relative;
	float:left;
	width:372px;
	color: #339933;
	font-size:130%;
	padding:0px;
	height:30px;
}
a.bodylink:link {text-decoration: none;	color:#9000FF;}
a.bodylink:visited {text-decoration: none;	color:#9000FF;}
a.bodylink:hover {text-decoration: underline;	color:#9000FF;}
a.bodylink:active {text-decoration: none;	color:#9000FF;}

a.bodylink2:link {text-decoration: none;	color:#FFFFFF;}
a.bodylink2:visited {text-decoration: none;	color:#FFFFFF;}
a.bodylink2:hover {text-decoration: underline;	color:#FFFFFF;}
a.bodylink2:active {text-decoration: none;	color:#FFFFFF;}

/*********** Generic Style***********/
 h1{font-size:100%;font-weight:bold; color:#663300;}
 .h2{font-size:70%; font-weight:normal;margin-bottom:0px; padding-right:20px;padding-top:10px;}
 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:792px;
	height:36px;
	font-size:70%;
	text-align:center;
	color: #666666;
	background-image : url(../images/bg_footer.jpg);
	background-repeat : no-repeat;
	padding-top:22px;
	
}

.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: Arial, Helvetica, sans-serif;	padding-left:3px;	font-size:100%;}