/* CSS Document */
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #DF9146;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #B46748;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #B46748;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B46748;
}

#leftBar {
	float: left;
	width: 200px;
	padding: 10px;
	text-align: center;
}
#content {
	width: 700px;
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 200px;
	color: #999;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#footer #caption {
	font-size: 9px;
}
#footer #caption a {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	color: #666;
}
#caption {
	margin-top: 5px;
}
#footer a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: normal;
}
#topNav a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

a:link, a:active, a:visited {
	font-weight: bold;
	color: #295592;
	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 #295592;
}

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

#contentWrapper {
	background-image: url(images/bgRepeat.gif);
	background-repeat: repeat-y;
}
#homeWrapper {
	background-image: url(images/homeBG.jpg);
	background-repeat: no-repeat;
	height: 658px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#homeNav {
	padding-top: 600px;
}
h2 {
	color: #295592;
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #295592;
	overflow: hidden;
}
.submit {
	color: #DF9146;
	background-color: #663200;
	border: 2px solid #DF9146;
	font-weight: bold;
}
.thumbTable img {
	border: 3px double #295592;
}
.blue {
	color: #295592;
}
h4 {
	font-size: 24px;
	font-weight: normal;
	color: #B46748;
}

