/* CSS Document */

/*Default Page Properties*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D1604E;
	text-decoration: none;
}

 a:visited {
	font-size: 12px;
	color: D1604E;
	text-decoration: none;
}
  
 a:hover{
	font-size: 12px;
	color: #663300;
	font-weight: normal;
}

ul 
{
list-style-image: url('poly_images/poly_bullet.gif')
}

/*Typestyles */

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #663300;
}
.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #663300;
}

.bodybolditalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	line-height: 18px;
	font-weight: bold;
	color: #663300;
}

.bodyitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #663300;
	line-height: 18px;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #D1604E;
}
.citation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #999999;
}
.footnote{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #999999;
}

.citation a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #999999;
	text-decoration: none;
}

.citation a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #999999;
	text-decoration: none;
}

.citation a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #D1604E;
	text-decoration: none;
}

.citation a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #D1604E;
	text-decoration: none;
}



/*Div Placement and Sizes*/
.masthead {
  position:absolute;
  left:0px; 
  top:0px; 
  width:800px; 
  height:370px; 
  z-index:1;
}

.submenu {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:100px;
	z-index:3;
}

.section {
	position:absolute;
	left:354px;
	top:22px;
	width:294px;
	height:50px;
	z-index:7;
}

.menu {
	position:absolute;
	left:0px;
	top:209px;
	width:230px;
	height:100%;
	z-index:10;
}

.leftcolumn {
	position:absolute;
	left:0px;
	top:78px;
	width:320px;
	height:900px;
	z-index:5;
	background-repeat: repeat-x;
}

.rightcolumn {
	position:absolute;
	height: 100%;
	width: 223px;
	top: 157px;
	z-index: 3;
	left: 747px;
}

.centercolumn {
	position:absolute; 
	left:270px; 
	top:118px; 
	width:434px; 
	height:100%; 
	z-index:6;
}

.fullcontent {
	position:absolute; 
	left:0px; 
	top:78px; 
	width:780px; 
	height:480px; 
	z-index:8;
}

.legal {
	position:absolute;
	left:19px;
	top:1249px;
	width:157px;
	height:95px;
	z-index:11;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #663300;
}

.logo {
	position:absolute; 
	left:19px; 
	top:1137px; 
	width:111px; 
	height:102px; 
	z-index:3;
}

.fobtlogo {
	position:absolute; 
	left:12px; 
	top:36px; 
	width:188px; 
	height:67px; 
	z-index:14;
}

.wrap {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:1
}
.pagetitle {
	font-size: 18px;
	font-weight: bold;
	color: #663300;
}
.formdescribe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}
.formnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #663300;
	font-weight: bold;
}
