@charset "utf-8";
body {
	font-family: Calibri, Verdana, Arial;
	font-size: 11pt;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

h1 {
	font-size: 16pt;
	text-align: center;
	color: #2B4BAE;
}

h2 {
	font-size: 14pt;
	color: #2B4BAE;
}

h3 {
	text-align: center;
}

h4 {
	font-weight: bold;
	color: #F00;
}

#logo{
	border: none;
}


a:link, a:hover, a:visited {
	color: #2B4BAE;
}


table#outer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #FFF;
}

table#banner{
	background-image: url(GH%20Logo.jpg);
	height: 120px;
}

table#nav{}


table#main{
	padding: 40px;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
}

table#footer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2B4BAE;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2B4BAE;
	color: #2B4BAE;
}

#navcontainer ul
{
	padding: .2em 0 .2em 19px;
	margin: 0;
	list-style-type: none;
	background-color: #BACCFA;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
}

#navcontainer li {
	display: inline;
	color: #FFF;
}

#navcontainer li a:link {
	text-decoration: none;
	padding: .4em 1em;
	font-weight: bold;
}

#navcontainer li a:visited {
	text-decoration: none;
	padding: .4em 1em;
}

#navcontainer li a:hover
{
	color: #fff;
	font-weight: bold;
}

.email{
	margin-left:3px;
}