html, body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 100%;
	color:#333333;
	font-weight : normal;
	background-color : #000000;
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:779px;	

}
#inner {
	position: relative;
	float:left;
	width:779px;
	background-image : url(../images/bg_inner.jpg);
	background-repeat : repeat-y;
}
#strip {
	position: relative;
	float:left;
	width:779px;
	height:51px;
	background-image : url(../images/hlstrip.jpg);
	background-repeat : no-repeat;
}
#logo {
	position: relative;
	float:left;
	width:779px;
	height:180px;
	background-image : url(../images/bg_inner.jpg);
	background-repeat : repeat-y;
}
#line {
	position: relative;
	float:left;
	width:779px;
	background-image : url(../images/line.jpg);
	background-repeat : no-repeat;
	height:13px;
	font-size:1%;
}

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
***********************************************/
#leftnav {
	position: relative;
	float:left;
	width:206px;
	
}
.leftnavelement {
	position: relative;
	float:left;
	width:191px;
	padding-left:10px;
	font-size:80%;
	color:#999999;
	padding-bottom:10px;
	background-image : url(../images/arrow_red.jpg);
	background-repeat : no-repeat;
	margin-left:9px;
}
.leftnavelement2 {
	position: relative;
	float:left;
	width:191px;
	padding-left:10px;
	font-size:80%;
	color:#999999;
	padding-bottom:10px;
	background-image : url(../images/arrow_white.jpg);
	background-repeat : no-repeat;
	margin-left:9px;
}
#leftnav a:link {color: #999999;text-decoration: none;}
#leftnav a:visited {color: #999999;text-decoration: none;}
#leftnav a:hover {color: #990000;text-decoration: none;}
#leftnav a:active {color: #990000;text-decoration: none;}
.nolinkleftnav {color: #990000;text-decoration:none;}

#content{
	position:relative;
	float:left;
	text-align:left;
	width:559px;
	
}

#mid {
	position: relative;
	float:left;
	width:440px;
}
#right {
	position: relative;
	float:left;
	width:109px;
	padding-left:10px;
}
.hlimage{
	position: relative;
	float:left;
	padding-top:10px;
}
a.bodylink:link {text-decoration: none;	color:#990000;}
a.bodylink:visited {text-decoration: none;	color:#990000;}
a.bodylink:hover {text-decoration: underline;	color:#990000;}
a.bodylink:active {text-decoration: none;	color:#990000;}

/*********** Generic Style***********/
 h1{font-size:100%;font-weight:bold; color:#990000;}
 .h2{font-size:70%; font-weight:normal;margin-bottom:0px; padding-top:5px;}
 h3 {font-size:70%; font-weight:normal;}
 
/* Bottom
***********************************************/
#footer a:link {color: #FFFFFF;text-decoration: none;}
#footer a:visited {color: #FFFFFF;text-decoration: none;}
#footer a:hover {color: #FFFFFF;text-decoration: underline;}
#footer a:active {color: #FFFFFF;text-decoration: none;}
.nolink {color: #FFFFFF;text-decoration: underline;}

#footer {
	position:relative;
	float:left;
	width:779px;
	height:31px;
	font-size:70%;
	text-align:center;
	color: #FFFFFF;
	background-image : url(../images/bg_footer.jpg);
	background-repeat : no-repeat;
	padding-top:13px;
	
}

.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:160px;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%;}