html, body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 100%;
	color:#000000;
	font-weight : normal;
	background-color : #FDFBF7;
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
		width:850px;	
		background-color : #FDFBF7;
}
#inner {
	position: relative;
	float:left;
	width:850px;
	background-image : url(../images/bg_main.jpg);
	background-repeat : no-repeat;
	background-color : #FDFBF7;
}

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
***********************************************/
#leftnav {
	position: relative;
	float:left;
	width:154px;
	padding-top:350px;
	font-weight:bold;
	font-size:90%;
	padding-bottom:300px;
}

#leftnav a:link {color: #000000;text-decoration: none;}
#leftnav a:visited {color: #000000;text-decoration: none;}
#leftnav a:hover {color: #BD021C;text-decoration: none;}
#leftnav a:active {color: #BD021C;text-decoration: none;}
.leftnavnolink {color: #BD021C;text-decoration:none;}
.biggernav1 {
	position: relative;
	float:left;
	width:154px;
	text-align:right;
	border-bottom:2px solid #BD021C;
	padding-top:15px;
}
.biggernav2 {
	position: relative;
	float:left;
	width:154px;
	text-align:right;
	border-bottom:2px solid #000000;
	padding-top:15px;
}

#content{
	position:relative;
	float:left;
	text-align:left;
	width:686px;
	
}
#mid {
	position: relative;
	float:left;
	width:450px;
	padding-top:50px;
	padding-left:240px;
	
}
#midrest {
	position: relative;
	float:left;
	width:450px;
	padding-top:120px;
	padding-left:240px;
	
}
#midinner {
	position: relative;
	float:left;
	width:450px;
	background-image : url(../images/bg_midinner.jpg);
	background-repeat : repeat-y;
	
}
#midhome {
	position: relative;
	float:left;
	width:400px;
	padding-top:172px;
	padding-left:240px;
	
}
.portthumb {
	position:relative;
	float:left;
	width:69px;
	padding-right:14px;
	padding-bottom:16px;
	background-image : url(../images/bg_ports.jpg);
	background-repeat : no-repeat;
	padding-left:1px;
}
.portthumb2 {
	position:relative;
	float:left;
	width:85px;
	height:85px;
	background-image : url(../images/bg_portthum2.jpg);
	background-repeat : no-repeat;
	font-size:1%;
}
#maintitle {
    position: relative;
	float:left;
	font-size:100%;font-weight:bold;
	width:440px;
	padding-bottom:0px;
}
#left {
	position: relative;
	float:left;
	width:242px;
	
}
#lefttxt {
	position: relative;
	float:left;
	width:222px;
	padding:10px;
	font-size:70%;
	color:#333333;
	
}
#right {
	position: relative;
	float:left;
	width:160px;
	background-image : url(../images/bg_right.jpg);
	background-repeat : no-repeat;
	
	font-size:70%;
	color:#333333;
	padding:10px;
	padding-top:100px;
}
.hlimage{
	position: relative;
	float:left;
	padding-top:10px;
	padding-left:15px;
}
a:link {text-decoration: none;	color:#BD021C;}
a:visited {text-decoration: none;	color:#BD021C;}
a:hover {text-decoration: underline;	color:#BD021C;}
a:active {text-decoration: none;	color:#BD021C;}

/*********** Generic Style***********/
h1{font-size:100%;font-weight:bold; color:#BD021C;}
 .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: #BD021C;text-decoration: underline;}
#footer a:active {color: #BD021C;text-decoration: none;}
.nolink {color: #666666;text-decoration: underline;}

#footer {
	position:relative;
	float:left;
	text-align:left;
	width:144px;
	font-size:70%;
	color: #666666;
	padding-top:13px;
	padding-left:10px;
}
#footer2 {
	position:relative;
	float:left;
	text-align:left;
	width:144px;
	font-size:70%;
	color: #000000;
	padding-top:13px;
	padding-left:10px;
	padding-bottom:30px;
}

.red {
	color:#BD021C;
}

#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:415px;}
.newsleft {	position:relative;	float:left;	width:293px;}
.newstitle {position:relative;float:left;width:293px;font-weight:bold;}
.newstext {	position:relative;	float:left;	width:293px;}
.newsimage {position:relative;	float:left;	width:122px;padding-top:5px;}

/*******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;
}