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

body {
margin: 0px auto;
margin-top: 30px;
padding: 0px;
width: 750px;
background-color: #c0b490;
}

#siteID {
margin: 0px;
padding-bottom: 0px;
padding: 0px;
background-image: url(images/siteID.png);
background-repeat: no-repeat;
background-position: top center;
height: 220px;
width: 750px;
}

#subNav {
float: left;
padding-left: 15px;
}

#subNav #topCap {
background-image: url(images/subnavTop.png);
background-repeat: no-repeat;
height: 22px;
width: 144px;
}

#subNav #Nav {
background-color:#ffffff;
width: 146px;
}

#subNav #bottomCap {
background-image: url(images/subnavBottom.png);
background-repeat: no-repeat;
height: 18px;
width: 144px;
}

#middleContent {
clear: both;
padding: .5em 0 0 0;
margin-top: 0;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
background-color:#ffffff;
}

#middleContent #content {
margin-left: 177px;
margin-top: 0px;
}

#middleContent #pageHeading {
text-align: right;
width: 550px;
padding-right: 10px;
}

#middleContent #textColumn {
	margin-top: 30px;
	text-align: justify;
	width: 550px;
	padding-right: 10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #a29775;
}

a { 
color: #908974;
}

h2 {
	text-align: right;
	margin-bottom: -15px;
	font-family: Verdana;
	font-size: 26px;
	font-style: italic;
	font-weight: lighter;
	color: #746b52;
}

h4 {
	text-align: right;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #a89e7f;
}

h1 {
	margin-bottom: -15px;
	font-family: Verdana;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	color: #746b52;
}

h3 {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #a89e7f;
}

#smallNav {
	padding-top: 25px;
	text-align: center;
	font-family: Tahoma;
	font-size: 10px;
}

#smallNav a {
	color: #908974;
}

#footer {
margin: 0px;
background-image: url(images/bottom.png);
background-repeat: no-repeat;
background-position: top center;
background-color:#c0b490;
height: 25px;
width: 750px;
padding-bottom: 50px;
}

