@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #22221F;
	background-color: #280a06;
	background-image: url(../images/BkgTile.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	line-height: 15px;
	}
	
a:link, a:active {
	text-decoration: none;
	color: #000000;
	}
	
a:link, a:hover {
	text-decoration: none;
	color: #7A7872;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #58170D;
	}
	
#container {
	margin: 0 auto;
	width: 780px;
	}
	
#container2 {
	margin: 0 auto;
	width: 740px;
	min-height: 300px;
	background-color: #c9c8c3;
	}
	
#containerHome {
	margin: 0 auto;
	width: 740px;
	min-height: 300px;
	background-color: #949288;
	}
	
.content {
	text-align: left;
	}
	
.topShadow {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
	}
	
.bottomShadow {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 20px;
	}
	
.leftShadow {
	background-image: url(../images/leftShadow.gif);
	background-repeat: no-repeat;
	background-color: #280a06;
	width: 10px;
	}
	
.rightShadow {
	background-image: url(../images/rightShadow.gif);
	background-repeat: no-repeat;
	background-color: #280a06;
	width: 10px;
	}
	
.homeRight {
	padding: 0px 8px 0px 10px;
	}
	
.whiteText {
	color: #FFFFFF;
	}
	
.whiteText a:link, .whiteText a:active, .whiteText a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.whiteText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.subLeftNav {
	background-color: #dfdedb;
	padding: 15px 0px 15px 0px;
	font-weight: bold;
	}	
	
.subLeftNavContent {
	padding-right: 10px;
	}
	
.subLeftNavContent a:link, 	.subLeftNavContent a:active, .subLeftNavContent a:visited {
	color: #22221F;
	text-decoration: none;
	}
	
.subLeftNavContent a:hover {
	text-decoration: none;
	color: #7A7872;
	}
	
.subLeftNavContent .selected {
	color: #58170d;
	padding: 4px 0px 0px 20px;
	}
	
.subLeftNavContent .notSelected {
	color: #22221F;
	padding: 4px 0px 0px 20px;
	}	
	
.subLeftNavContent .notSelected a:link, .subLeftNavContent .notSelected a:active, .subLeftNavContent .notSelected a:visited {
	color: #22221F;
	text-decoration: none;
	}
	
.subLeftNavContent .notSelected a:hover {
	text-decoration: none;
	color: #7A7872;
	}
	
.subLeftNavContent .active {
	font-weight: bold;
	padding: 8px 0px 5px 0px;
	color: #58170d;
	}
	
.subLeftNavContent ul {
	list-style-type: none;
	font-weight: bold;
	padding: 8px 0px 5px 0px;
	margin: 0;
	}

.subLeftNavContent ul li {
	font-weight: bold;
	background-image: url(../images/listBar.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 8px 5px 5px 20px;
	}
	
.subLeftNavContent ul li a:link, .subLeftNavContent ul li a:visited, .subLeftNavContent ul li a:active {
	color: #22221F;
	text-decoration: none; 
	}
	
.subLeftNavContent ul li a:hover {
	text-decoration: none;
	color: #7A7872;
	}

.subContent {
	background-color: #c9c8c3;
	padding: 20px 25px 20px 25px;
	}
	
#footer {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	line-height: 13px;
	padding: 0px 0px 10px 0px;
	}
	
.whiteSpace {
	height: 10px;
	background-color: #FFFFFF;
	}
