@charset "UTF-8";
* {
   padding:0;
   margin:0;
}
body {
	margin: 0px 0px 5px;
	background-image: url(../images/global/headerBack.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 123px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#midWrapper {
	background-image: url(../images/global/lineBack.jpg);
	margin: 0px;
	padding: 0px;
}


.headerLogo {
	float: none;
}
#topBrownBar {
	background-color: #762D14;
	height: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#navBrownBar {
	background-color: #762D14;
	height: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#bottomBrownBar {
	background-color: #762D14;
	height: 3px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#topFooterBar {
	background-color: #AADEDE;
	height: 30px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#topFooterBar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #762D14;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#bottomFooterBar {
	height: 30px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color: #72CAC8;
	background-image: url(../images/global/copyright.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#bottomFooterBar p {
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
	margin: 0px;
}
#bottomFooterBar a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottomFooterBar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}






.clear {
clear:both;
margin-top:-1px;
height:1px;
overflow:hidden;
} 
.disclaimer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
