body {
	background: url(../images/pattern8-pattern-20d.png) left top repeat #2b1e16;
	padding: 0px;
	margin: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}
h1 {
	font-weight: normal;
	color: #2e4c5a;
}
h1.pageName {
	font-weight: normal;
	color: #2e4c5a;
	font-size: 24px;
}
h4 {
	font-size: 12px;
	color: #2e4c5a;
	font-style: italic;
}
a {
	font-weight: bold;
	color: #2e4c5a;
}

/*** STRUCTURE STUFF ***/

#wrapper {
	background: #faf9f4;
	width: 820px;
	margin: 0px auto;
}
#cornerCont1 {
	background: url(../images/cornerCont1.gif) left top no-repeat;
}
#cornerCont2 {
	background: url(../images/cornerCont2.gif) right top no-repeat;
	padding: 20px;
}
#cornerCont3 {
	background: url(../images/cornerCont3.gif) right bottom no-repeat;
	height: 30px;
}
#cornerCont4 {
	background: url(../images/cornerCont4.gif) left bottom no-repeat;
	padding: 0px 20px;
	height: 30px;
}
#content .leftColumn {
	float: left;
	width: 170px;
	margin-bottom: 30px;
}
#content .rightColumn {
	float: right;
	width: 560px;
	margin-bottom: 30px;
}

/*** HEADER ***/

#header {
	margin-bottom: 30px;
	z-index: 99999;
	position: relative;
}
#topNav {
	background: #b0ccd9;
}
#topNav1 {
	background: url(../images/topNav1.gif) left top no-repeat;
}
#topNav2 {
	background: url(../images/topNav2.gif) right top no-repeat;
	height: 40px;
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topNav ul li {
	float: left;
	position: relative;
}
#topNav ul li a {
	background: url(../images/topNavDivider.gif) right top no-repeat;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #f9fdff;
	text-decoration: none;
	width: 155px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#topNav a.lastLink {
	background: none;
}
#topNav ul li.last a {
	background: none;
}
#topNav ul li a:hover {
	color: #81969f;
}
#topNav ul ul {
	width: 175px;
	position: absolute;
	top: 40px;
	left: 20px;
	display: none;
}
#topNav ul ul li {
	background: #b0ccd9;
}
#topNav ul ul li a {
	background: none;
	text-align: left;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	border-bottom: 1px solid #cce1e9;
}

/*** LEFT COLUMN ***/

#logo {
	margin-bottom: 30px;
	display: block;
}
#socialMedia {
	margin-bottom: 30px;
}
#quickLinks .title {
	font-size: 18px;
	color: #47282b;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	width: 145px;
}
#quickLinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#quickLinks ul li {
	float: left;
	margin-bottom: 5px;
}
#quickLinks ul li a {
	background: url(../images/quickLinksOff.gif) left top no-repeat;
	display: block;
	width: 145px;
	height: 22px;
	line-height: 22px;
	float: left;
	text-align: center;
	color: #627983;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
#quickLinks ul li a:hover {
	background: url(../images/quickLinksOn.gif) left top no-repeat;
}

/*** RIGHT COLUMN ***/

#feature {
	margin-bottom: 30px;
}
h1.opener {
	font-size: 18px;
	text-align: center;
}

/*** FOOTER ***/

#seoText {
	font-size: 11px;
	text-align: center;
	color: #c3d7e0;
	margin-bottom: 10px;
}
#footer {
	background: #3191b0;
	height: 30px;
	color: #fff;
	width: 820px;
	margin: 0px auto;
	font-size: 11px;
}
#footer a {
	color: #fff;
}
#footer .leftColumn {
	float: left;
	height: 30px;
	line-height: 30px;
}
#footer .rightColumn {
	float: right;
	height: 30px;
	line-height: 30px;
}
