body {
	background:  url(../../images/background.gif) repeat-x;
}
#pagecontainer {
	 position:absolute;
	 margin-left: -380px;
	 left: 50%; top: 0px;
	 width: 760px;
	 z-index: 2;
	 height: 100%;
	 background: #324562;
}
#topnavcontainer {
	position:absolute;
	text-align: center; 
	left:0px; 
	top:0px;
	width: 760px; 
	height:12px; 
	z-index:5; 
}
#secondnavcontainer1, #secondnavcontainer2, #thirdnavcontainer1, #thirdnavcontainer2 {
	position:absolute;
	text-align: left; 
	width: 300px; 
	height:12px; 
	z-index:5; 
}
#secondnavcontainer1 {
	left:30px; 
	top:24px;
}
#secondnavcontainer2 { 
	left:520px; 
	top:24px;
}
#thirdnavcontainer1 {
	left:30px; 
	top:47px;
}
#thirdnavcontainer2 {
	left:550px; 
	top:47px;
}
#header {
	left:0px;
	top:0px;
	width:760px;
	height:84px;
	z-index: 4;
}
#contentcontainer {
	position:absolute;
	background:  url(../../images/content.gif) repeat-y #F3EED9;;
	width:760px;
	left: 0px;
	top: 84px;
	z-index: 6;
}
#content {
	margin: 18px 0px 12px 200px;
	padding: 0px;
	width: 520px;
	z-index: 8;
	background: #F3EED9;
}
#footercontainer {
	padding: 0px; margin: 0px;
	left:0px; 
	top:0px; 
	text-align: center;
	width: 760px;
	height: 120px;
	z-index:10; 
	/* background: url(../../images/footer.gif) no-repeat #324562; */
	background: #324562;
}
#navlistcontainer {
	position:absolute; 
	left:36px; 
	top:90px; 
	width:140px; 
	z-index:7;
	border: 1px none #000; 
}
.topnav
{
	padding: 3px;
	text-align: center;
	margin: 0px;
	color: #F3EED9;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
.topnav ul
{	
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
.topnav li
{
	display: inline;
	list-style-type: none;
}
.topnav a:link, .topnav a:visited
{
color: #F3EED9;
text-decoration: none;
padding: 1px 6px 1px 6px;
}
.topnav a:hover
{
color: #324562;
text-decoration: none;
background: #F3EED9;
}
.secondnav {
	padding: 3px;
	margin: 0px;
	color: #F3EED9;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
.secondnav ul {	
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
.secondnav li {
	display: inline;
	list-style-type: none;
}
.secondnav a:link, .secondnav a:visited {
	color: #324562;
	text-decoration: none;
	padding: 1px 6px 1px 6px;
}
.secondnav a:hover {
	color: #9EA4A5;
	text-decoration: none;
	background: #324562;
}
.thirdnav
{
	padding: 3px;
	margin: 0px;
	color: #F3EED9;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
.thirdnav ul
{	
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
.thirdnav li
{
	display: inline;
	list-style-type: none;
}
.thirdnav a:link, .thirdnav a:visited
{
color: #324562;
text-decoration: none;
padding: 1px 6px 1px 6px;
}
.thirdnav a:hover
{
color: #9EA4A5;
text-decoration: none;
background: #324562;
}
/*--------------------------------------------------------------------------------*/
.navlist
{
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 23px;
	font-size: 10px;
	font-weight: bold;

}
.navlist ul {
	padding: 0;
	margin: 0 0 0 0em;
	border: none;
	background-color: #F3EED9;

}
.navlist li
{
display: inline;
/* for IE5 and IE6 */
padding-top: 10px;
padding-right: 74px;
text-align: left;
color: #000;
}
.navlist a, .navlist a:visited
{
padding-left: 14px;
display: block;
background-color: #DDD8C2;
border-bottom: 1px #FFFFFF none;
text-align: left;
text-decoration: none;
color: #324562;
}
.navlist a:hover { background-color: #9EA4A5; }
.navlist a.navlist2, .navlist a.navlist2:visited
{
background-color: #3F3E35;
}
.navlist a.navlist2:hover { background-color: #708181; }

.navlist a.navlist3, .navlist a.navlist3:visited {
background-color: D99740;
}
.navlist a.navlist3:hover { background-color: #9EA4A5; }

/*--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------*/
#text
{
	color: white;
	font-family: georgia;
	font-size: 10pt;
	line-height: 20px;
}
/*--------------------------------------------------------------------------------*/
#content h1, h2, h3, h4, {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	color: #333;
	font-size: 24px;
	line-height: 28px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
}
#content h2 {
	font-size: 20px;
	line-height: 22px;
	padding: 12px 0px 0px 0px;
}
#content h3 {
	font-size: 14px;
	line-height: 18px;
	padding: 9px 0px 0px 0px;
	font-style: italic;
}
#content p, ul, tr, td {
	padding: 6px 0px 0px 4px;
	margin: 0px;
	text-align: left;
	color: #333;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
}
#content .q {
	font-weight: bold;
}
#content .a {
	font-style: italic;
	padding: 4px 0px 4px 12px;
}
#content ul {
	list-style-type: square;
	margin: 6px 6px 0px 32px;
	padding: 0px 0px 0px 0px;
}
#content ul ul {
	list-style-type: disc;
	margin: 2px 6px 6px 24px;
	padding: 0px 0px 0px 0px;
}
#content A:link { color: #09210D; text-decoration: underline; }
#content A:visited { color: #09210D; font-weight: bold; text-decoration: underline; }
#content A:hover { color: #09210D; text-decoration: underline; }
#content A:active { color: #09210D; }

/*--------------------------------------------------------------------------------*/
#footercontainerhome {
	padding: 0px; margin: 0px;
	left:0px; 
	top:300px; 
	text-align: center;
	width: 760px;
	height: 120px;
	z-index:10; 
	/* background: url(../../images/footer.gif) no-repeat #324562; */
	background: #324562;
}
.ftrnavhome {
	text-align: center;
	padding: 12px 12px 12px 21px;
	margin: 0px;
	color: #D4CFBA;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	line-height: normal;
}
.ftrnavhome A:link, A:visited { 
	color: #324562; 
	text-decoration: none; 
}
.ftrnavhome A:hover { 
	color: #fff; 
	text-decoration: none; 
}
.ftrnavhome A:active { 
	color: #324562; 
	text-decoration: none; 
}
.ftrnavhome .copyright {
	padding: 4px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	color: #D4CFBA;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-style: italic;
}
.ftrnavhome .gsblurb {
	padding: 9px 0px 0px 0px;
	margin: 0px;
	color: #D4CFBA;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}
.ftrnavhome .gsblurb A:link, A:visited { 
	color: #D4CFBA;
	text-decoration: none; 
}
.ftrnavhome .gsblurb A:hover { 
	color: #fff; 
	text-decoration: none; 
}
.ftrnavhome .gsblurb A:active { 
	color: #D4CFBA;
	text-decoration: none; 
}
.ftrnav {
	top: 70px;
	left: 0px;
	text-align: center;
	padding: 12px 12px 12px 21px;
	margin: 0px;
	color: #D4CFBA;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	line-height: normal;
}
.ftrnav  ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.ftrnav  li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 4px 0px 0px;
	text-align: left;
	color: #D4CFBA;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	line-height: normal;
}
.ftrnav A, A:visited, A:active { 
	color: #324562; 
	text-decoration: none; 
}
.ftrnav A:hover { 
	color: #fff; 
	text-decoration: none; 
}
.ftrnav .copyright {
	padding: 4px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	color: #D4CFBA;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-style: italic;
}
.ftrnav .gsblurb {
	padding: 9px 0px 0px 0px;
	margin: 0px;
	color: #D4CFBA;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}
.ftrnav .gsblurb A { 
	color: #D4CFBA; 
	text-decoration: none; 
}
.ftrnav .gsblurb A:hover { 
	color: #fff; 
	text-decoration: none; 
}
/*--------------------------------------------------------------------------------*/

#specialinfo {
	display: none;
	position: absolute;
	left:510px; 
	top:96px;
	width: 210px;
	background: #DDD8C2;
	z-index: 100;
}
#specialinfo h1 {
	padding: 4px 0px 3px 0px;
	margin: 0px;
	text-align: center;
	background: #AB3823;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
}
#specialinfo p {
	padding: 4px 0px 0px 4px;
	margin: 2px 6px 12px 6px;
	text-align: left;
	color: #324562;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
}
#specialinfo A:link { color: #324562; text-decoration: underline; }
#specialinfo A:visited { color: #324562; font-weight: bold; text-decoration: underline; }
#specialinfo A:hover { color: #AB3823; text-decoration: underline; }
#specialinfo A:active { color: #AB3823; }