﻿body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#d5e4d9;
	background-image: url(Images/UFP_BG.jpg);
	background-repeat: repeat-x;
	
	font-family: Arial;
	font-size:medium;
}
#nifty
{
	width: 1000px;
	min-height: 800px;
	height:auto;
	margin: 0 auto; 
	margin-top: 20px;
	
}

#logo
{
	background-image: url(Images/UFP_Logo.png);	
	z-index:200;
	width:300px;
	float:left;
}

#header
{
	width: 1000px;
	height: 75px;
	padding-top: 0;
	background-color: Transparent;
	
}
#header a:link
{
	color: #2b6332;
	text-decoration: none;
}
#header a:hover
{
	text-decoration: underline;
}
#buttonBar
{
	width: 1000px;
	height: 25px;
	background-image: url(Images/UFP_buttonBar.jpg);
	border-bottom: 1px solid #2b6332;
	border-top: 1px solid #2b6332;
	text-align: left;
	margin-bottom: 15px;
}
.button
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	height: 22px;
	border-right: 1px solid #2d6536;
	font-weight: bold;
	text-align: center;
	float: left;
	vertical-align: text-bottom;
}
.button a:link
{
	color: #2d6536;
	text-decoration: none;
}
.button a:visited
{
	color: #2d6536;
	text-decoration: none;	
}
.button a:hover
{
	color: white;
}
.button a:active
{
	color: white;
}
#contentWraper
{
	margin: 0;
	width: 1000;
	min-height: 695px;
	height:auto;
	
}
#leftContent
{
	width: 210px;
	height: 660px;
	float: left;
	margin-left: 10px;
	font-size:medium;
	
	
}
#leftContent a:link
{
	color:#134f1b;	
}
#leftContent a:visited
{
	color:#134f1b;
	
		
}
#mainContent
{
	margin-top: 0px;
	text-align: left;
	vertical-align: text-top;
	width: 760px;
	min-height: 600px;
	float: right;
	padding: 0px 5px 0px 5px;
	padding-top: 0;
	
	
}
#mainContent a:link
{
	color:#134f1b;
}
#mainContent a:visited
{
	color:#134f1b;	
}
#infoLeft
{
	font-size: smaller;
	color:#134f1b;
	width:200px;
	min-height:675px;
	background-color:#d5e4d9;
	text-align:left;
	margin:3px 0px 0px 3px;
}



#contentHeader
{
	height: 20px;
	width: 745px;
	padding-left: 10px;
	background-color: #134f1b;
	color: White;
	margin: 0 auto;
	border: 1px solid #134f1b;
}

#footer
{
	width: 770px;
	height: 140px;
	float: right;
	vertical-align: bottom;
	text-align: center;
	
}
h2
{
	color:#134f1b;
}
h3 
{
	color:#134f1b;
}
h4
{
	color:#134f1b;
}
