html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

* {
	margin: 0;
	padding: 0;
	
}

body {
background-image:url(images/bg.jpg);
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}

img {display: block}

.genImage{
	border: 3px solid #006956;
	margin-left:10px;
}

a {
text-decoration: none;
color: #004990;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 833px;
margin-top: 40px;
}

#header {
	width:833px;
	height: 92px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #aaa;
}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #111;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}
#headerNav {
	position:relative;
	left:375px;
	top:60px;
	width:450px;
	z-index:7;
}

#menu {
height: 10px;
position:relative; 
top:63px; 
left:400px; 
width:500px;
}
#menu ul {
list-style-type: none;
padding-left: 0px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 0px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #004990;
}
#menu ul li a:hover {
color: #004990;
text-decoration: none;
font-weight: 600;
}

#content {
	position:relative;
	padding: 0 0px 0px 13px;
	background-image:url(images/bodyBG.jpg);
	background-repeat:repeat;
	height:auto;
	z-index:1;
}

.right {
float: right;
width: 520px;
text-align: justify;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
color: #004990;
}
.right h2 a:hover {
color: #111;
}

.center{
float: left;
width: 750px;
text-align:left;
padding: 40px 20px 20px 20px;
}
.center h2 {
font-size: 22px;
font-weight:bold;
color:#005A48;
padding-bottom:20px;
}
.center h2 a {
text-decoration: none;
}
.center h2 a:hover {
color: #111;
}


.left {
float: left;
width: 200px;
margin-top: 10px;
background: #004990;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
color: #fff;
font-size: 13px;
background: #788BBD;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #788BBD;
}
.left ul li a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}
.left ul li a:hover {
color: #fff;
font-weight: 600;
}

#footer {
	height: 94px;
	line-height: 30px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
#footer a { color: #fff; }
#airmail {
	position:relative;
	left:15px;
	top:18px;
	width:298px;
	height:51px;
}
