@charset "ISO-8859-1";
body {
	background-image: url(/images/background_tile.jpg);
	background-color: #273015;
	background-repeat: repeat-x;
	margin-top: 0px;
	text-decoration: none;
}

/**************** Outer Table Classes *****************/
#outerTableL {
	background-image:url(/images/border_l.jpg);
	width: 7px;
	vertical-align:top;
}

#outerTableR {
	background-image: url(/images/border_r.jpg);
	width: 7px;
	vertical-align:top;
}

#outerTableBR {
	background-image: url(/images/border_br.jpg);
	width: 7px;
	height: 7px;
}

#outerTableBL {
	background-image: url(/images/border_bl.jpg);
	width: 7px;
	height: 7px;
}

#outerTableB {
	background-image: url(/images/border_b.jpg);
	height: 7px;
}
.mainTable {
	width: 745px;
	height: 800px;
}
#navBar {
	background-image: url(/images/navBkgnd.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 3px;
	background-repeat: repeat-x;
	height: 35px;
	list-style-type: square;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
}
.SideNav {
	text-decoration: none;
	font-size: 12px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-right: 20px;
}
.SideNavLink {
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	margin-bottom: 5px;
}
.SideNavSelect {
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	margin-bottom: 5px;
	font-weight: bold;
	color: #993300;
	list-style-type: circle;
}
td.headerRight {
	border-bottom: 4px solid #668975; /* Text Medium */
	background-color: #FFFAE9;
	text-align: right;
}

div.imgBox {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.imgBox img {
	padding: 1px;
	margin: 1px;
	border: 1px solid #333300;
}
.pageContent {
	padding-bottom: 20px;
	top: auto;
}
.footer a:visited {
	color: #FF6633;
}
.contentBody {
	font-size: 10px;
	color: #CCCC99;
	overflow: auto;
	position: relative;
	height: 250px;
}
.slogan {
	background-position: center;
	padding-bottom: 60px;
	text-align: center;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6633;
	text-align: right;
	text-decoration: none;
}
.footer a:link {
	color: #FF6633;
}
#mainTable #content .contentImage img {
	padding-right: 20px;
	padding-left: 20px;
}
