#wrapper {
	background-image: url(images/topBg.jpg);
	background-repeat: no-repeat;
}
#outerWrapper {
	background-image: url(images/bgRepeat.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #728976;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #728976;
}
#leftBar {
	float: left;
	width: 110px;
	margin-left: 15px;
}

#content {
	width: 710px;
	float: left;
	margin-left: 10px;
	padding-top: 55px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#leftBar a {
	color: #778978;
	display: block;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 25px;
}
#leftBar a:hover {
	color: #C04E4E;
	text-decoration: none;
}
#leftBar a.active1{
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#leftBar a.active{
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: 0px 70%;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
	background-image: url(images/pgBottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-left: 115px;
}
#header {
	height: 170px;
}

#footer #caption {
	font-size: 9px;
}
#footer #caption a {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
#caption {
	margin-top: 5px;
}
#footer a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a:hover {
	text-decoration: underline;
}
#topNav a {
	text-decoration: underline;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #C04E4E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#homeWrapper {
	background-image: url(images/layout-home.jpg);
	background-repeat: no-repeat;
	height: 720px;
	width: 960px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#homeWrapper #contentWrapper {
	height: 400px;
	overflow: hidden;
}
#homeWrapper #footer {
	background-image: none;
	margin-top: 45px;
}
#homeWrapper #header #flash {
	height: 197px;
	width: 620px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#homeWrapper #contentWrapper #content {
	height: 340px;
	overflow: hidden;
	float: left;
	width: 475px;
}
#homeWrapper #contentWrapper #leftContent {
	float: left;
	width: 210px;
	height: 340px;
	overflow: hidden;
	padding-top: 50px;
	padding-left: 40px;
}
#homeWrapper #header {
	position: relative;
}
#adminTopNav a {
	padding-right: 5px;
	padding-left: 5px;
	text-transform: capitalize;
}
#adminTopNav {
	padding: 5px;
}
.green {
	font-weight: bold;
	color: #7FAB78;
}
.submit {
	font-weight: bold;
	color: #C05452;
	background-color: #FFCC81;
	border: 2px solid #C05452;
}
.hilight {
	font-weight: bold;
	color: #C05452;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #C05452;
}
.bordered {
	margin-right: 10px;
	border: 3px double #000000;
}
.bordered {
	border: 3px double #000;
}
