body {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#999999;
	margin-top:-2px;
/*	background-image:url(../images/bg-lines3.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
*/
}

div#container {
	width:800px;
	height:100%;
	border-left:2px solid #006699;
	border-right:2px solid #006699;
}
/*************************************
	Header attributes
*************************************/
div#header {
	width:100%;
	background-color:#006699;
	font-size:28px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../images/trucks.jpg);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:2px solid #006699;
}
div#hoverbox {
	background-color:#FFFFCC;
	border:1px solid #FFFF99;
	color:#006699;
	z-index:999;
  	filter:alpha(opacity:80);
	-moz-opacity:0.80;
	opacity:0.8;
	-khtml-opacity:0.80;
	float:right;
	
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
}
.menu {
	background-image:url(../images/menu_bgr.gif);
	background-repeat:no-repeat;
	width:125px;
	color:#FFFFFF;
}
a{
	color:#FFFFFF;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color:#FFFFFF;
}
a:hover {
	text-decoration:underline;
}
/*************************************
	Main Links attributes
*************************************/
div#main_links {
	color:whitesmoke;
	font-size:12px;
}
.link_table {
	width:100%;
	background-color:#9D9DFF;
	border-bottom:2px solid #006699;
	color:whitesmoke;
	font-weight:bold;
}
.link_column {
}
/*************************************
	Main Content attributes
*************************************/
div#main_content {
	background-color:#F5F5F5;
	color:#999999;
	
	width:100%;
/*	background-image:url(../images/bg-lines2.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
*/
}
div#main_hoverbox {
	background-color:#FFFFFF;
	border:1px solid #FFFF99;
	color:#006699;
  	filter:alpha(opacity:90);
	-moz-opacity:0.90;
	opacity:0.9;
	-khtml-opacity:0.90;
	float:left;
	margin-right:10px;
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	height:100%;
	width:200px;
	margin-left:-2px;
}
div#content {
	background-color:#F5F5F5;
	margin-left:210px;
}
div#inside_content {
	text-align:left;
	margin-right:200px;
	margin-left:10px;
	margin-bottom:25px;
	color:#000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#inside_content a {
	color:#0033CC;
}
#floatinleft {
	width:100%;
	background-color:#FFFFFF;
	filter:alpha(opacity:85);
	-moz-opacity:0.85;
	opacity:0.85;
	-khtml-opacity:0.85;
}
#thetext {
	margin:0px 10px 10px 6px;
	width:100%;
}
#spacer {
	
}
/*************************************
	Footer attributes
*************************************/
div#footer {
	width:100%;
	background-color:#006699;
	color:#FFFFFF;
	font-size:11px;
}

#footer a, a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/**************************************
	Images Floating
**************************************/
.floatingrightOff {
	border:2px solid #CCCCCC;
	float:right;
	filter:alpha(opacity:25);
	-moz-opacity:0.25;
	opacity:0.25;
	-khtml-opacity:0.25;
	clear:both;
}
.floatingrightOn {
	border:2px solid #CCCCCC;
	float:right;
	filter:alpha(opacity:100);
	-moz-opacity:1.00;
	opacity:1;
	-khtml-opacity:1.00;
	clear:both;
}