/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	text-align: center;
	background-image: url(images/graphic_edges.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-align: left;
	padding-left: 30px;
}
.contentText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-align: left;
}
.directionsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-align: right;
	padding-left: 30px;
}
.contentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: bold;
	color: #993300;
	text-align: left;
	padding-left: 20px;

}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	padding-left: 30px;
	text-align:right;
}
.smallCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	padding-left: 30px;
	text-align: center;
}
#map {
	border: 1px solid #993300;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	text-align: center;
}
a.smallText:link {
	color: #333333;
	text-decoration: underline;
}
a.smallText:visited {
	color: #333333;
	text-decoration: underline;
}
a.smallText:active {
	color: #333333;
	text-decoration: underline
}
a.smallText:hover {
	color: #993300;
	text-decoration: underline
}	
a.navigation:link {
	color: #333333;
	text-decoration: underline;
}
a.navigation:visited {
	color: #333333;
	text-decoration: underline;
}
a.navigation:active {
	color: #333333;
	text-decoration: underline
}
a.navigation:hover {
	color: #993300;
	text-decoration: underline
}	
a.contentText2:link {
	color: #333333;
	text-decoration: underline;
}
a.contentText2:visited {
	color: #333333;
	text-decoration: underline;
}
a.contentText2:active {
	color: #333333;
	text-decoration: underline
}
a.contentText2:hover {
	color: #993300;
	text-decoration: underline
}	
/* NAVIGATION */
ul.navigation {
	display: block;
	margin: 0px;
	/* how thick do you want the bar? (change 4px) */
     padding: 4px 0px;
	list-style: none;
	/* change to align how you want center, left, right */
     text-align: right;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 993300;
}
ul.navigation li {
     display: inline;
     margin: 0px;
	 padding: 2px 2px;
     /* how much space do you want between elements (change 10px) */
}
ul.navigation li a {
	text-decoration: none;
	 padding: 4px 15px;
	 color: #000000;
}
ul.navigation li a:hover {
	color: #993300;
	text-decoration: underline;
}
/* END NAVIGATION */




