/* CSS Document */
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #995D11;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #657153;
}

#divContent {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-position: 0px 10px;
	background-color: #C6C4A9;
}

#footer #caption {
	font-size: 9px;
}
#footer #caption a {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
#caption {
	margin-top: 5px;
}
#topNav {
	text-align: center;
	color: #FFF;
	padding-top: 4px;
	background-image: url(images/insideTopNav.png);
	height: 25px;
}
#footer a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#topNav a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-right: 18px;
	margin-left: 18px;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover {
	text-decoration: underline;
}
#topNav a {
	text-decoration: none;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #612015;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.imageLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.imageRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.imageLeftBordered {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 3px double #000;
}

.imageRightBordered{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 3px double #000;
}


#topNav a:hover {
	text-decoration: none;
	color: #DF2669;
}
#contentWrapper #topNav {
	background-image: none;
}
#wrapper #contentBG {
	background-image: url(images/homeBGrepeat.jpg);
	background-repeat: repeat-y;
}
#contentBG #contentWrapper {
	background-image: url(images/homeBG.jpg);
	background-repeat: no-repeat;
}
#contentBG #contentWrapper #topNav {
	padding-top: 6px;
}
#contentBG #contentWrapper #divContent {
	padding-top: 260px;
	padding-right: 350px;
	padding-left: 40px;
}
.bordered {
	border: 3px double #000;
}
.homewhite {
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 30px;
}
h2 {
	font-size: 14px;
	color: #656108;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DF286B;
}

