body {
	background-color : #BFC2A1;
	background-image:url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
    text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	list-style-type: none;
	padding-left: 30;
	margin-left: 0;
}

#bullets1 { 
	list-style-image: url(images/bullet.gif); 
}

#bullets2 { 
	list-style-image: url(images/bullet2.gif); 
}

#bullets3 { 
	list-style-image: url(images/bullet3.gif); 
}

a:link {
	color: #50532A;	
}

a:hover {
	color: #50532A;
	background-color: #F2DF8D;
}

a:visited {
	color: #50532A;
}

a:active {
	color: #50532A;
}

a.set1:link {
	color: #BFC2A1;
	text-decoration: none;
}

a.set1:active {
	color: #BFC2A1;
}

a.set1:visited {
	color: #BFC2A1;
	text-decoration: none;
}

a.set1:hover {
	color: #BFC2A1;
	text-decoration: underline;
	background-color: transparent;
}

a.set2:link {
	color: #1F1EF4;
}

a.set2:active {
	color: #1F1EF4;
}

a.set2:visited {
	color: #1F1EF4;
}

a.set2:hover {
	color: #1F1EF4;
	text-decoration: underline;
	background-color: transparent;
}

a.set3:link {
	color: #F8EDA6;
}

a.set3:active {
	color: #E8E9DA;
}

a.set3:visited {
	color: #F8EDA6;
}

a.set3:hover {
	color: #E8E9DA;
	text-decoration: underline;
	background-color: transparent;
}

a.set4:link {
	color: #000000;
	font-weight: bold
}

a.set4:active {
	color: #000000;
	font-weight: bold
}

a.set4:visited {
	color: #000000;
	font-weight: bold
}

a.set4:hover {
	color: #F8EDA6;
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold
}

a.set5:link {
	color: #f8eda6;
	font-weight: bold
}

a.set5:active {
	color: #ffff00;
	font-weight: bold
}

a.set5:visited {
	color: #F8EDA6;
	font-weight: bold
}

a.set5:hover {
	color: #ffff00;
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold
}

.rightGray { 
	background-image: url('images/indexRightBottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom;	
}

.headers {
	color: #50532A;
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0px 0px 0px;
}
.pageText {
	color: #50532A;
	font-size: 12px;
}

.requiredText {
	color: #FF0000;
	font-size: 12px;
}

.mapTable {
	margin: 0px 0px 10px 10px;
}

.insetBox {
	margin: 10px 10px 10px 10px;
}

.indent {
	margin: 0px 10px 0px 10px;
}

.imageIndent {
	margin: 5px;
}


.bottomNav {
	color: #BFC2A1;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 10px 10px 10px;
}

.copyright {
	color: #50532A;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
}

.flooplan {
	color: #50532A;
	font-size: 10px;
}

.crumbs {
	color: #F8EDA6;
	font-size: 11px;
	margin: 6px 0px 5px 20px;
}

.portal {
	color: #000000;
	font-size: 11px;
	margin: 0px 5px 8px 0px;
}

.callout {
	font: bold normal 1.1em Arial, Helvetica, sans-serif;
	color: #50532A;
}
.bold {
	font: bold 1em Arial, Helvetica, sans-serif;
}
.underlined {
	font: 1em Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.small_italics {
	font: italic .8em Arial, Helvetica, sans-serif;
}
.whiteText {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
