/*
 *	Standard Highlight: #FF0000
 *	Standard Text: #3E3E3E
 */
body {
	background-color: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1, h2, h3, h4, h5 {
	margin: 0;
}

#header .qualifications {
	float: right;
	display: inline;
	position: relative;
	top: 33px;
}
.main-wrapper {
	background-image: url(../img/bg-1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 881px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	height: 156px;
	background-image: url(../img/header-bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0 54px;
}
#header .logo {
	text-align: center;
	position: absolute;
	width: 772px;
	top: 39px;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0px;
}
#navbar {
	list-style: none;
	margin: 0;
	text-align: center;
	width: 732px;
	position: absolute;
	font-family: Lucida Sans, Chicago, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	top: 131px;
}
#navbar li {
	display: inline;
	background-image: url(../img/red-arrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 10px;
}
#navbar li a {
	text-decoration: none;
	color: black;
}
#navbar li a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.content p {
	margin: 0 0 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E3E3E;
}
.content a {
	color: black;
}
.content a:hover {
	color: #FF0000;
}
#footer .copyright {
	background-image: url(../img/header-bg2.gif);
	background-repeat: repeat-y;
	padding: 48px 0 24px;
	color: #666666;
}
#footer .copyright p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
	margin: 0; padding: 0;
	text-align: center;
}
#footer .u1, #footer .u1 a {
	color: #a48f5d;
}
#footer .u1 a {
	text-decoration: none;
}
#footer .u1 a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#footer .logos {
	text-align: center;
	padding: 2em 0 5em;
}

a.print_friendly {
	padding-left: 20px;
	background-image: url('../img/print_friendly.gif');
	background-repeat: no-repeat;
	background-position: 0 0;	
	margin-bottom: 1em;
	font-family: Lucida Sans, Chicago, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: black !important;
	margin-left: 10px;
}

a.print_friendly:hover {
	color: red;
}
