
/* ####################### GLOBAL Styles ######################## */

html {
	height: 100%;
}	

body {
	background: #e5e3d3 url(../images/bg.gif) repeat;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #3c3327;	
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

h1 {
	font-size: 16px;
	padding: 0;
	margin: 0 0 14px 0;
}

.home h1 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 17px;
}

h2, h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 17px;
}

.sm {
	font-size: 11px;
}

.md {
	font-size: 13px;
}

.lg {
	font-size: 18px;
}

.light {
	color: #999;
}

.light2 {
	color: #a4a293;
}

.errStyle {
	color: #900;
}

.lhSm {
	line-height: 1.3em;
}

.lhMd {
	line-height: 1.5em;
}

.lhLg {
	line-height: 1.7em;
}

sup {
	font-size:9px;
}

.bd {
	font-weight: bold;
}	

.clear {
	clear: both;
}

.clearFix {
	clear: both; 
	font: 0;
	overflow: hidden;
}	

/* ####################### CONTENT DIVS ######################## */

#wrapper {
	height: 100%;
	width: 808px;
	padding: 0;
	margin: 0 auto;
}

#container {
	min-height: 100%;
	width: 754px;
	padding: 0 27px 0 27px;
	background: #fff url(../images/bodyBG.gif);
	margin: 0;
	overflow: hidden;
}

#header {
	width: 754px;
	height: 101px;
	background: url(../images/headerBG.gif) no-repeat;
}	

#headerOne {
	width: 166px;
	height: 21px;
	padding: 0 0 0 586px;
}

#headerNav {
	width: 613px;
	height: 27px;
	padding: 53px 0 0 141px;
}	

#content {
	width: 768px;
	padding: 6px 0 0 6px;
}

.content1Col {
	width: 708px;
	padding: 14px 60px 0 6px;
}

.content1Col a:link, .content1Col a:visited {
	font-weight: bold;
	color: #66563f;	
	text-decoration: none;
}
.content1Col a:hover, .content1Col a:active {
	font-weight: bold;
	color: #3c3327;	
	text-decoration: underline;
}

#contentL {
	width: 208px;
	float: left;
}

#contentL a:link, #contentL a:visited {
	color: #66563f;	
	text-decoration: none;
}
#contentL a:hover, #contentL a:active {
	color: #3c3327;	
	text-decoration: underline;
}

#contentR {
	width: 520px;
	float: left;
	padding: 14px 20px 0 20px;
	text-align: left;
}

#contentR a:link, #contentR a:visited {
	font-weight: bold;
	color: #66563f;	
	text-decoration: none;
}
#contentR a:hover, #contentR a:active {
	font-weight: bold;
	color: #3c3327;	
	text-decoration: underline;
}

.imageDisp {
	margin: 0 3px 3px 0;
	border: 1px solid #66563f;
}

/* ####################### FOOTER STYLES ######################## */


#footer {
	width: 748px;
	padding: 6px 0 0 6px;
	margin: 50px 20px 20px 0;
	text-align: center;
	font-size: 11px;
	color: #a4a293;
	border-top: 1px solid #a4a293;
}
#footer a:link, #footer a:visited {
	color: #a4a293;	
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #a4a293;	
	text-decoration: underline;
}
