body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.linkcontainer td{
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
}
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-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	/*background-image: url(../images/bg2.jpg);
	background-repeat: repeat;*/
/*	background-color: #ede6d7;*/
	background-color: #f3eee5;
}
td.below_header{
	background-color: #1F1F1F;
	height: 50px;
	color: #CCCCCC;
	padding: 5px;
}
td.main_content_box {
	background-color: #FFFFFF;
	border-bottom: 2px solid #666666;
	width: 800px;
	padding: 0px;
}

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_home  {
	background-image: url(../images/bg_home.jpg);
}
td.horizontal_center_sol  {
	background-image: url(../images/bg_solutions.jpg);
}
td.horizontal_center_comp  {
	background-image: url(../images/bg_company.jpg);
}
td.horizontal_center_contact  {
	background-image: url(../images/bg_contact.jpg);
}
td.horizontal_center_contracts  {
	background-image: url(../images/bg_navy.jpg);
}
td.horizontal_center, td.horizontal_center_home,  td.horizontal_center_sol, td.horizontal_center_comp, td.horizontal_center_contact, td.horizontal_center_contracts{
	background-color: #FFFFFF;
	border-top-width: 1px;
	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;
	border-top: 1px solid #333333
}

td.header_column {
	height: 100px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: large;
	background-image: url(../images/header5_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: 40px;
	font-size: 125%;
}
a.main_link:hover{
	background-color:#333333;
	color: #FFFFFF;
}
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: 40px;
	vertical-align: middle;
	text-align: center;
}

div.gold {
    color: #ffa200;
}

h2 {
/*	color: #efa400;*/
	color: #ffa200;
	border-bottom: 1px solid #ffa200;
	font-size: large;
	margin-top: 10px;
}
h3 {
	font-size: large;
		font-size: small;
}

a:active,a:visited,a:link{
	color: #ffa200;
	text-decoration: none;
}
a:hover{
	color: #ffc220;
}

a.hidden:active,a.hidden:visited,a.hidden:link,a.hidden:hover{
	color: #000000;
	text-decoration: none;
}