body {
	background-color:#ffffff;
	margin:0;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	color:#565656;
	font-family:normal,"Lucida Grande",arial,tahoma,sans-serif;
	font-size:83%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4em;
}

a:link, a:visited, a:hover, a:active {
	color:#222222;
}

img {
	border:none;
}

#everything {
	position:absolute;
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
}

#page {
	margin:0 auto 0 auto;
	width:800px;
	padding-bottom:60px;
	padding-top:30px;
}

#header {
	background: url('images/header-BG.jpg') top left repeat-x;
	width:100%;
	text-align:center;
}

.blueBar {
	width:100%;
	height:25px;
	background-color:#174b7d;
}

.brownBar {
	width:100%;
	height:25px;
	background-color:#794c35;
}

#content {
	width:775px;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
	clear:both;
	background-color:#174b7d;
	margin:0 auto 0 auto;
}

#footerContent {
	position:relative;
	margin:0 auto 0 auto;
	padding:0;
	width:755px;
	text-align:center;
}

#footerContent p {
	margin:0;
	padding:0;
}

.CENTER {
	text-align:center;
}

.clear {
	clear:both;
}