body {
	background-image: url(images/mapBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	margin-left: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #993300;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #A22828;
	}
	
a:link {
	color: #006600;
}
li {
	margin-bottom: 14px;
	padding-bottom: 0px;
}


/* ID Styles */

#navigation a {
	font:bold 11px/13px arial;
	color: #006600;
	text-decoration: none;
	letter-spacing:.1em;
	display:block;
	padding: 8px;
	border-left: thin none #666666;
	border-right: thin none #666666;
	border-bottom-style: none;
	border-bottom-color: #666666;
	border-bottom-width: thin;
	}
#navigation a:hover {
	color:#8E3D28;
	border-left: 2px none #666666;
	border-right: 1px none #666666;
	background-image: url(images/linkBG.jpg);
	}
#copyright {
	float: right;
	width: 300px;
	text-align: right;
}
#webdesign {
	float: left;
	width: 300px;
	font-size: x-small;
	text-align: left;
}
.elevenPt {
	font-size: 11px;
	color: #666;
}


/* Class Styles */

.tiny {
	font:x-small/normal Verdana, Arial, Helvetica, sans-serif;
	color: #339900;
	letter-spacing:0.1em;
	}

.border {
	border-top: thin none #FFFFCC;
	border-right: thin solid #FFFFCC;
	border-bottom: thin solid #FFFFCC;
	border-left: thin solid #FFFFCC;
}

.borderBlack {
	border: thin solid #FF9933;
}
.normal {
	font:normal small/normal arial;
	color:#000000;
}
.bold {
	font:bold small arial;
	color:#000000;
}
.boldMed {
	font:bold medium arial;
	color:#000000;
}
.bgMapTop {
	background-image: url(images/mapTop.jpg);
	border: thin solid #000000;
	background-repeat: no-repeat;
	background-position: left top;
}
.border3side {
	border-top: thin none #FFFFCC;
	border-right: thin solid #FFFFCC;
	border-bottom: thin solid #FFFFCC;
	border-left: thin none #FFFFCC;
}
.bgMapBg {
	background-image: url(images/mapBG4.jpg);
	border: thin solid #0000FF;
}
.tableBG {
	background-image: url(images/stripe2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3333CC;
	border-right-color: #3333CC;
	border-bottom-color: #3333CC;
	border-left-color: #3333CC;
}
.tableBGNoStr {
	background-image: url(images/stripe2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border: thin none #3333CC;
}
.bgMapSm {
	background-image: url(images/sample1.gif);
	border: thin solid #0000FF;
}
.tinyBottom {
	font:normal x-small/normal Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing:normal;
}
.tinyBottomItalic {
	font:italic normal 11px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing:normal;
}
