body{
	margin: 0;
	padding: 0;
	background-image: url(../Images/pageBkg.gif);
	background-repeat: repeat-x;
	background-color: #DFE1E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	font-size: 11px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 0px 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	margin: 0px 15px;
	text-align: left;
}

#headerCnt {margin: 0 auto; padding: 0; width: 810px;}
	#header {height: 60px; background-image: url(../Images/headerBkg.gif); background-repeat:repeat-y; text-align: right;}
		#header #logo {float: left; margin: 5px 15px 2px;}
		#header #account {
	float: right;
	margin: 5px 15px 0 5px;
	font-size: 9px;
	color:#CCC;
	font-weight: normal;
}
		#header #account a {font-size: 10px; text-decoration:none; color:#A96161;}
		#header #account a:hover {
	text-decoration: underline;
	color: #FF0000;
}

#header #account #footFS {float: right;
	font-size: 12px;
	color:#A96161;
	font-weight: underline;
	}
		
	#nav {clear: both; height: 45px; /*background-image: url("../header/img/nav.gif");*/}
	#subNav {height: 28px; background-image: url(../Images/subNavBkg.gif); background-repeat:no-repeat;}
		#subNav ul {margin: 0; padding: 7px 0 0 5px;}
		#subNav li {display: inline; list-style-type: none;}
		#subNav a, #subNav a:visited {text-decoration: none; padding: 0 10px 0 10px; border-right: 1px solid #DDD; color: #333;}
		#subNav a:hover, #subNav a:active {text-decoration: underline;}
		
#bodyCnt {
	margin: 0 auto;
	width: 810px;
}
	#body {background-image: url(../Images/bodyBkg.gif); background-repeat: repeat-y;}
		#bodyCapTop {height: 10px; background-image: url(../Images/bodyCapTop.gif); background-repeat: no-repeat; font-size: 12;}
		#section {margin: 0 6px 0 4px;}
			#section #sectionID {float:left;}
			#section #sectionID h2 {margin: 0 0 0 10px; font-size: 22px; color:#CCC;}
			#section #history {float: right; margin: 5px 10px 0 0; font-size: 10px; color:#333;}
			#section #history a {font-size: 10px; color:#333;}
		#contentCnt {
	position: relative;
	margin: 0 6px 0 3px;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;


}
			#content3Left {width: 200px; padding:0px; float: left;}
			#content3Main {width: 400px; padding:0px; float: left;}
			#content3Right {width: 200px; padding:0px; float: left;}
			#content2SideR {
	position: relative;
	float: right;
	width: 200px;
	right: 10px;
}
			#content2MainL {margin-right: 200px;}
			#content2SideL {position: relative; float: left; width: 200px;}
			#content2MainR {margin-left: 200px;}
		#bodyCapBottom {clear:both; height: 10px; background-image: url(../Images/bodyCapBottom.gif); background-repeat: no-repeat; font-size: 12;}

#footerCnt {margin: 0 auto; width: 810px;}
	#footer {padding: 3px;}
	#footer #links {margin: 0 10px 5px 10px; font-size: 10px; color:#666666;}
	#footer #links a, #footer #links a:visited {font-size: 10px; text-decoration: none; color: #333333;}
	#footer #links a:hover, #footer #links a:active {text-decoration: underline; color: #000000;}
	#footer #copyright {text-align: center; font-size: 10px; color: #999999;}
	
.error {font-weight:normal; color: red;}
.clear {clear:both;}
.light {color:#666666;}
.dark	{color:#333333;}
.small {font-size: 10px;}
.header {font-size: 11px; font-weight:bold; background-color:#DDD;}
.quote { color: #666; font-size: 14px; font-weight: bold; line-height: 20px; margin: 12px }

