@charset "UTF-8";
* {padding:0; margin:0;}
body {
	background-color: #48362A;
	margin: 0px;
}
#headerWrapper {
	background-image: url(../images/global/headerShadow.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
}
#navWrapper {
	background-image: url(../images/global/navShadow.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#mainWrapper {
	background-image: url(../images/global/mainShadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 0px;
	margin-top: 0px;
}
#header {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 7px 4px 4px 7px;
	width: 875px;
}
#navBar {
	background-color: #FFFFFF;
	width: 874px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 7px;
	padding-top: 0px;
}
#footerWrapper {
	background-image: url(../images/global/footerShadow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#footer {
	background-color: #FFFFFF;
	width: 874px;
	margin: 0px auto;
	padding-top: 8px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996633;
	padding-right: 8px;
	padding-left: 4px;
}
#footer a {
	color: #003366;
	text-decoration: none;
}

#footerLogo {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/global/footerCarrot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 23px;
	height: 15px;
	width: 150px;
	float: left;
	margin-left: 0px;
}
#footerNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	width: 500px;
	margin-bottom: 1px;
	margin-top: 1px;
	float: right;
}
#footerNav li {
	background-color: #FFFFFF;
	margin: 0px auto;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.clear {
clear:both;
margin-top:-1px;
height:1px;
overflow:hidden;
}
#footerNav li {
	float: right;
	padding-left: 4px;
	padding-right: 0px;
	list-style-type: none;
}
#footerNav ul {
	margin: 0px 0px 2px;
	padding: 0px 0px 2px;
}
#footer a:hover {
	color: #003366;
	text-decoration: underline;
}
#processBlock {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}
#processBlock p {
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #663300;
}


#processBlock a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
}

