body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input
{
    border:1px solid #777;
}
table.linkcontainer td{
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
	height:50px;
}
td.logo_area{
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
}
td.middle_spacer {
	width: 800px;
	background-color: #666666;
	padding:20px;
}
td.shadow_right {
	background-image: url("/includes/images/border_shadow_l.jpg");
	background-repeat: repeat-y;
	background-position: left;
}
td.shadow_left {
	background-image: url("/includes/images/border_shadow_r.jpg");
	background-repeat: repeat-y;
	background-position: right;
}
td.body_content {
	padding: 25px;
	background-repeat: repeat;
	vertical-align:text-top;
	padding-right:50px;	
    line-height:200%;	
}
td.body_content2 {
	padding: 25px;
	background-repeat: repeat;
	vertical-align:text-top;
	padding-right:50px;	
    line-height:100%;	
}
.body_content img
{
 padding:5px;
 border:1px solid #777;
}
td.below_header{
	background-color: #1F1F1F;
	height: 50px;
	color: #CCCCCC;
	padding: 20px;
    font-size:12px;
    padding-left:20px;
    padding-right:20px;
    clear:both;	
    line-height:200%;
}
td.main_content_box {
	background-color: #FFFFFF;
}

td.horizontal_column {
	background-color: #000000;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	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: #FFFFFF;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	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("/includes/images/header_bg.jpg");
}
td.header_column {
	height: 100px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: large;
	background-image: url("/includes/images/header2_bg.jpg");
	background-position: top;
}
td.left_content {
	width: 150px;
	padding: 25px;
	font-size:10px;
	vertical-align: top;
	background-image: url("/includes/images/bg_content.jpg");
	background-repeat: repeat;
	line-height"200%
}

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
{
    text-align: center;
	background-color:#333333;
	color: #FFFFFF;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;    
	padding: 0 27px 3px 27px;	
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}
div.bottom_content{
	color: #FFFFFF;
	padding: 5px;
	line-height:150%;
}
div.navigation {
	height: 50px;
	vertical-align: middle;
	text-align: center;
	display:block;	
	display: inline
}
/*
.navigation li {
	display: inline
}
.navigation li a {
	float: right;
	height: 50px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	overflow: hidden;
}
.navigation li>a {
	min-height: 50px;
	height: auto;
	text-decoration: none;	
}
.navigation li a:hover {
	background: #333  no-repeat 0 -27px;
	color:#ddd;
	text-decoration: none;	
}
*/
#contact * {
	vertical-align: top;
}
#contact fieldset {
	border: none;
}
#contact fieldset p {
	margin-bottom: 3px;
}
#contact label {
	padding-right: 3px;
}
#contact legend {
	color: #BFBFBF;
	margin-left: -7px;
}
#contact fieldset>legend {
	margin-left: 0;
}
#name, #email {
	height: 13px;
	width: 218px;
	border: 1px solid #B5B5B5;
}
#send {
	border: none;
	width: 62px;
	height: 15px;
	background: #D5D5D5;
	cursor: pointer;
	margin: 4px 0 0 34px;
	color: #B8B8B8;
	line-height: 100%;
	font-weight: bold;
}
fieldset>#send {
	min-height: 15px;
	height: auto;
}
.left
{
    width: 400px;
	float: left;
	padding: 0 10px;
}