body {
background-color:#000;
color:#fff;
font-family:Verdana, Helvetica, sans-serif;
font-size:12px;
margin:0;
line-height:18px;
}

h1{
	font-size:26px;
	height:20px;
	padding:0 0 0 23px;
	color:#fff;
	text-transform:uppercase;
	background:url(../images/design/h1_bg.png) no-repeat 0px 2px;
}

h2{
	font-size:22px;
	height:18px;
	padding:0 0 0 23px;
	color:#fff;
	text-transform:uppercase;
	background:url(../images/design/h1_bg.png) no-repeat 0px 2px;
	line-height:22px;
}

h3{
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	line-height:22px;
}

td {
font-size:12px;
}

.nothing {
clear:both;
height:1px;
margin:0;
}

.block {
display:block;
}

.floatleft {
float:left;
}

.floatright {
float:right;
}

a {
color:#ff0000;
font-weight:bold;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

#wrapper {
background-color:#000;
margin:25px auto;
overflow:hidden;
text-align:left;
width:990px;
}

#header {
float:left;
height:250px;
width:990px;
}

#logo {
background:url(../images/design/logo.gif) no-repeat;
float:left;
height:200px;
width:250px;
}

#logo a {
border:none;
display:block;
height:200px;
width:250px;
}

#banner {
float:left;
height:200px;
width:740px;
overflow:hidden;
}

#left_container{
width:250px;
padding:40px 0;
float:left;
}

.left_container_bt{
border:1px solid #fff;
width:90px;
height:90px;
margin:0 15px 30px;
}

.left_container_bt:hover{
border:1px solid #ff0000;
}

#myContent {
float:right;
width:660px;
padding:40px 40px 40px 0;
}

#myContent p{
	margin-top:0;
	padding-top:0;
}

.text {
padding-bottom:15px;
width:483px;
}

#footer {
float:left;
height:34px;
width:990px;
background:url(../images/design/header_and_footer_bg.gif) repeat-y;
}

#menu {
background:url(../images/design/header_and_footer_bg.gif) repeat-y;
float:left;
height:50px;
width:740px;
padding:0 0 0 250px;
}

#nav{
  padding:0px;
  float:left;
  position:relative;
  z-index:999;
 }

#nav, #nav ul {
  margin:0px;
  display:inline;
  list-style-type: none;
}

#nav li {
  float: left;
  margin:0px;
  padding:0px;
  text-decoration:none;
  list-style-type:none;
  position:relative;
  z-index:999;
}

#nav li ul {
  position:absolute;
  left:-999em;
  margin:0;
  padding:0;
  z-index:1025;
}

#nav li a {
	border:none;
	color:#FFF;
	display:block;
	font-size:16px;
	font-weight:bold;
	padding:16px 31px 16px 30px;
	text-decoration:none;
  	position:relative;
 	z-index:1025;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav li a:hover, #nav li a:active {
  background-color:red;
  position:relative;
  z-index:1025;
}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li  li.sfhover ul, #nav li li li.sfhover ul { left: auto }

#nav li:hover, #nav li.hover {
  position: static;
}

#subnav, #subnav ul {
  position:relative;
  list-style-type: none;
  float: left;
  margin:0;
  padding:0;
  width:180px;
  z-index:1025;
}

#subnav li {
  position:relative;
  width:180px;
  padding:0px;
  z-index:1025;
}

#subnav li a {
  padding:7px 16px 8px;
  margin:0;
  color:#fff;
  font-size:12px;
  text-decoration:none;
  border:0px;
  display:block;
  position:relative;
  z-index:1025;
  background:#666666;
  text-transform:none;
}

#subnav li a:hover {
  color:#fff;
  background:#ff0000;
  position:relative;
  z-index:1025;
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul { color:#000000; left: -999em; }

img,a img {
border:0 none;
}

#footer a,#footersub a {
border:none;
color:#C3C6CA;
font-weight:400;
text-decoration:none;
}

<!-- Forms -->

form {
margin:0;
padding:0;
}

label {
display:none;
visibility:hidden;
}

.submitbutton {
background-color:#1F3C46;
border-color:#526870 #000 #000 #526870;
border-style:solid;
border-width:1px;
color:#FFF;
font-size:1em;
font-weight:700;
height:22px;
margin-top:2px;
}

.required {
color:red;
}

.formtext {
float:left;
margin-bottom:10px;
padding-top:3px;
width:480px;
}

.namefield {
float:left;
padding-top:3px;
width:140px;
}

.namefield2 {
float:left;
padding-top:3px;
width:480px;
}

.inputfield {
float:left;
width:340px;
}

.inputfield2 {
float:left;
width:480px;
}

.input {
background-color:#ECECDA;
border-color:#C4C4AD #FEFEFB #FEFEFB #C4C4AD;
border-style:solid;
border-width:1px;
color:#000;
font-family:Verdana, Helvetica, sans-serif;
font-size:1em;
height:19px;
margin-bottom:2px;
margin-top:2px;
padding-left:5px;
width:250px;
}