body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.linkcontainer{
	background-color: #000000;
	filter:alpha(opacity=85);
	opacity: .85;
	-moz-opacity: .85;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 100px;
	width: 800px;
	text-align: center;
}
td.logo_area{
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
td.middle_spacer {
	width: 800px;
	background-color: #666666;
}
td.shadow_right {
	background-image: url(../images/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
td.shadow_left {
	background-image: url(../images/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
td.body_content {
	/*
	padding: 5px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat;
	*/
	padding: 5px;
	background-image: url(../images/truck_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-position: top;
	text-align: left;
	vertical-align: top;
	min-height: 410px;
	height: 410px;
	border-left: dotted;
	border-left-color: #333333;
	border-left-width: thin; 
}
td.below_header{
	background-color: #1F1F1F;
	height: 30px;
	color: #FF0000;
	/* padding: 5px; */
	text-align: center;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
td.main_content_box {
	background-color: #FFFFFF;
}

td.horizontal_column {
	background-color: #000000;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	/* border-bottom-style: solid; */
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	/* border-bottom-color: #000000; */
	border-left-color: #000000;
	height: 150px;
	display: table-cell; 
	vertical-align: top;
}
td.bottom_link_container {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
}

td.horizontal_center {
	background-color: #000000;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	/* border-bottom-style: solid; */
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	/* border-bottom-color: #000000; */
	border-left-color: #333333;
	height: 150px;
	display: table-cell; 
	vertical-align: top;
	/* background-image: url(../images/header_bg.jpg); */
}
td.header_column {
	height: 100px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: large;
	background-image: url(../images/header2_bg.jpg);
	background-position: top;
}
td.left_content {
	width: 200px;
	padding: 5px;
	vertical-align: top;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 50px;
}
a.main_link:hover{
	background-color:#333333;
	color: #FFFFFF;
	/* font-size: larger; */
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}
div.bottom_content{
	color: #FFFFFF;
	padding: 5px;
}
div.navigation {
	height: 50px;
	vertical-align: middle;
	text-align: center;
	margin-top: 15px;
}

.menu_bg {
    background-color:#6AB3A0;
    padding: 1 1 1 1;
}

.menu_h {
    margin-left:10px;
    font-family:tahoma;
    font-weight:bold;
    font-size:11px;
    color:#000000;
    text-decoration:none;
}

.menu_h:hover {
	font-size:12px;
	text-decoration:underline;
}

.menu_s {
    margin-left:20px;
    font-family:tahoma;
    font-size:11px;
    color:#000000;
    text-decoration:none;
}

.menu_s:hover {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.menu_td_h {
    height:17px;
    background-image: url('../img/menu_tl_bg.gif');
    background-repeat: repeat-y;
    border-bottom: 1px solid white;
}

.menu_td_s {
    height:17px;
    background-image: url('../img/menu_sl_bg.gif');
    background-repeat: repeat-y;
    border-bottom: 1px solid white;
}
