
body {
	position: relative;
	/*background-color: #4C493E;*/
	background-color: #383D26;
	margin: 0px auto 0px auto;
	/*width: 900px;*/
	width: auto;
	text-align: center;
	border: 1px solid #000;
}

p {
	padding: 0px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

h3 {
	padding: 0px;
	margin: 0px;
}

#mainBody {
	position: relative;
	/*background: url('/images/backgroundWImageBar.gif') no-repeat center top;*/
	background: url('/images/background_home.jpg') no-repeat center top;
	background-color: #BBC1B7;
	margin: 0px auto 0px auto;
	width: 900px;
	height: auto;
	text-align: center;
}
#mainBodyBlank {
	position: relative;
	background: url('/images/background_blank.jpg') no-repeat center top;
	background-color: #BBC1B7;
	margin: 0px auto 0px auto;
	width: 900px;
	height: auto;
	text-align: center;
}

#mainBodyAutoExpand {
	position: relative;
	/*background: url('/images/backgroundWImageBar.gif') no-repeat center top;*/
	background: url('/images/auto_expand/background_home.jpg') no-repeat left top;
	background-color: #BBC1B7;
	margin: 0px auto 0px auto;
	width: auto;
	height: auto;
	text-align: center;
}

#main{
	height: 426px;
}
#mainContent {
	position: relative;
	width: 753px;
	height: auto;
}
#mainContentAutoExpand {
	position: relative;
	width: auto;
	height: auto;
}

#hiddenHeader{
	display: none;
}

img {
	display: block;
}
#admin_content img {
	padding-top: 8px;
	padding-bottom: 8px;
}

#topBar{
	width: inherit;
	height: 43px;
	
}
#logoBar{
	position: relative;
	margin: 0px auto 0px auto;
	width: inherit;
	height: 116px;
	text-align: left;
}
#logo{
	width: 200px;
}
#logoAutoExpand {
	background-image: url(/images/auto_expand/site_header.png);
	background-repeat: no-repeat;
	width: auto;
}
#imageBar{
	position: relative;
	margin: 0px auto 0px auto;
	width: 900px;
	height: 74px;
	text-align: left;
}
#imageBarAutoExpand{
	background-image: url(/images/auto_expand/bottom_background.png);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto 0px auto;
	width: auto;
	height: 74px;
	text-align: left;
}
#imageBarAutoExpandWithText{
	background-image: url(/images/auto_expand/bottom_background_with_text.png);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto 0px auto;
	width: auto;
	height: 74px;
	text-align: left;
}
#navBar{
	position: relative;
	margin: 0px auto 0px auto;
	width: 147px;
	height: 100px;
	text-align: left;
}
#navBarAutoExpand{
	background-image: url(/images/auto_expand/left_nav.png);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto 0px auto;
	width: 147px;
	height: 542px;
	text-align: left;
}
#navLinks{
	margin-left: 21px;
}
#navLinks ul{
	list-style-type: none;
	line-height: 77%;
	margin: 0px;
	padding: 0px;
}
#contact_us_box{
	background: url('/images/contact_us_box.gif') no-repeat center top;
	background-color: #E7E7C6;
}

#space1{
	position: relative;
	height: 23px;
}
#space2{
	position: relative;
	height: 20px;
}
#space3{
	position: relative;
	height: 24px;
	z-index: -1;
}
#space3AutoExpand{
	position: relative;
	height: 22px;
	z-index: -1;
}
#space4{
	position: relative;
	height: 19px;
}

h1{
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #000000;
	text-transform: uppercase;
}
hr{
	height: 1px;
}

.copy{
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	line-height: 13pt;
}
.copyBig{
	color: #000000;
	font-family: arial;
	font-size: 11pt;
}
.copyBold{
	color: #000000;
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
}
.copyBrown{
	color: #654200;
	font-family: arial;
	font-size: 11pt;
}
.copyBoldBrown{
	color: #654200;
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
}
.headerBold{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}
.pageTitle{
	color: #B60E12;
	font-family: arial;
	font-size: 36px;
	font-weight: bold;
	display: inline;
}
.updateButton{
	font-family: arial;
	font-size: 9pt;
}

.float_image_left{
	float: left;
	clear: left;
}

.drop_down{
	background-color: #DCE4F8;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #000000;
}
.savedMessage{
	font-family: arial;
	font-size: 12px;
	color: #0000DD;
	font-weight: bold;
}
.errorMessage{
	font-family: arial;
	font-size: 16px;
	color: #DD0000;
	font-weight: bold;
}
.handCursor{
	cursor: pointer;
}
.arrowCursor{
	cursor: default;
}


/* Links */
.copyLink {
	color: #654200;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
.copyLink:hover {
	color: #A16900;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
.copyLinkLarge {
	color: #654200;
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
}
.copyLinkLarge:hover {
	color: #A16900;
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
}
.copyLinkBold {
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.copyLinkBold:hover {
	color: #654200;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.navLink {
	color: #000000;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
.navLink:hover {
	color: #654200;
}

.navLinkActive {
	color: #000000;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.navLinkActive:hover {
	color: #654200;
}

