* {
	margin: 0;
	padding: 0;
}

body {
background: #333;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #99AECD;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}


#logo {
margin: 0px auto -5px auto;
width: 830px;
background: #333;
padding: 0px;

}

#wrap {
margin: 0px auto 10px auto;
width: 800px;
background: #fff;
padding: 0 10px 10px 10px;
border-bottom: 5px solid #000;
border-right: 5px solid #000;
border-left: 5px solid #000;
}

#header h1 { 
font-size: 50px;
letter-spacing: -7px;
padding: 17px 0 0 10px;
color: #FF5500;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 600;
letter-spacing: -7px;
}
#header h1 a:hover {
color: #fff;
}

#menu {
height: 30px;
line-height: 30px;
background: #000;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 20px;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#content {
padding: 15px 20px 20px 0;
}

#content h2
{
	color:#99AECD;
	padding-bottom:10px;

}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

.contactusTable
{
	padding:5px 10px 5px 10px;
	background-color:#eeeeee;
}