body {
	background-image: url(images/PFPbigbg.jpg);
	background-repeat: repeat-x;
	background-color: #140351;
}
.container {
	width: 750px;
	position: relative;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

  .header {
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
    }
	
	.headernav {
	float:right;
	width: 500px;
	
	height: 75px;
	
	}
.style1 {
	color: #140351;
	font-style: italic;
}
.style2 {color: #666666}
.headerad {
	width: 750px;
	height: 247px;
	background-image: url(images/mainhomebg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	position: absolute;
	}
	
	.headeradblank {
	width: 750px;
	height: 247px;
	margin-top: 0px;
	position: absolute;
	z-index: 100;
	
	}
	.headeradgov {
	width: 750px;
	height: 247px;
	margin-top: 0px;
	position: absolute;
	z-index: 100;
	background-image: url(images/mainhomeGOVbg.jpg);
	background-repeat: no-repeat;
	}
	.headeradcom {
	width: 750px;
	height: 247px;
	margin-top: 0px;
	position: absolute;
	z-index: 100;
	background-image: url(images/PFPheader.jpg);
	background-repeat: no-repeat;
	}
	
.content {
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 750px;
	overflow: visible;
	position: relative;
	padding: 0px;
	margin-top: 0px;
}
.contentcontainer {
	background-image: url(images/content_containerbg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 750px;
	margin-top: 247px;
	margin-left: 0px;
	position: absolute;
	overflow: visible;
	z-index: 25;
}
.footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 71px;
	width: 750px;
	position: relative;
}

#portal {
	width: 750px;
	position: relative;
	margin-top: 5px;
}


#navigation {
	width: 730px;
	position: relative;
}
.contentwords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	width: 710px;
	position: relative;
	padding: 20px;
	margin-top: 0px;
}
hr {
	background-color: #e8b533;
	height: 1px;
	width: 100%;
	border: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footerwords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #B5B5B5;
	width: 720px;
	margin-top: 15px;
	position: absolute;
	margin-left: 20px;
	left: 0px;
	top: -3px;
}
.commercialportal {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/commercial.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 117px;
	width: 325px;
	position: relative;
	margin-top: 25px;
	padding: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	color: #D79C43;
}
/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
	font-family: arial, sans-serif;
	width:750px;
	position:relative;
	z-index:100;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 7px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	width:122px;
	height:30px;
	color:#CCCCCC;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	line-height:30px;
	font-size:9px;
	background-color: #140351;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
	color:#fff;
	background-color: #e8b533;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:31px; 
left:0; 
width:122px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
	display:block;
	color:#000;
	background-color: #e5e5e5;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
	color:#000;
	background-color: #0F84E8;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #063644;
	text-decoration: none;
}
/*for the form*/
label{
float: left;
width: 200px;
font-weight: normal;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

.prefix{
width: 50px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 200px;
margin-top: 5px;
width: 175px;
}

br{
clear: left;
}
