@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 10px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #00334d;
}
#container {
	width: 877px;
	background: url(../img/BG-PageBody.gif) repeat-y;
	margin: 45px auto 0;
	text-align: left;
}
#header {
	background: url(../img/BG-PageTop.gif) top no-repeat; 
	height: 189px;
}

#logoDiv {
	width: 130px;
	height: 142px;
	margin: 0;
	position: relative;
	top: 28px;
	left: 725px;
}

#logoDiv a img {
	border:0;
}

h1 {
	width: auto;
	height: 43px;
	color: #fc7419;
	font-weight: 400;
	margin: 0 0 0 43px;
	background-repeat: no-repeat;
}

h1 span {
	display: none;
}

h2 {
	font-size: 11px;
	font-weight: 700;
	color: #F7931D;
	margin: 3px 0 0 10px;
}

h3 {
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	color: #0c3b5a;
	margin: 0 0 3px 10px;
}


p {
	width: 390px;
	margin: 12px 0 0 10px;
}

a {
	color: #0c3b5a;
	text-decoration: none;
}
a:link {
	color: #0c3b5a;
	text-decoration: none;
}
a:visited {
	color: #0c3b5a;
	text-decoration: none;
}
a:hover {
	color: #0c3b5a;
	text-decoration: underline;
}
a:active {
	color: #FC7418;
	text-decoration: underline;
}






#navHolder {
	width: 847px;
	height: 200px;
	background: url(../img/BG-PhotoNav.jpg) center no-repeat;
	margin: 0 auto;
}

#globalNav {
	width: 175px;
	height: 162px;
	/*border: 1px solid #000;*/
	position: relative;
	left: 679px;
	top: 13px;
}

#globalNav a img {
	margin-bottom: 3px;
	border: none;
}

#mainContent {
	padding: 0;
	background: url(../img/BG-PageBottom.gif) bottom no-repeat;
	border-bottom: 1px solid #fff;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.registered {
	font-size: 9px;
	position: relative;
	top: -5px;
}
