body
{
	margin: 0px;
	background-color: #cedca3;
	font-family: Trebuchet MS, Arial;
	text-align:center;
	font-size: 12px;
	line-height: 175%;
}

td
{
    font-size: 12px;
}

div.container
{
	background-repeat: no-repeat;
	margin:0px;
	background-color:white;
	width: 841px;
	
}


div.nav
{
	margin:0px;
	padding:0px;
	width: 745px;

}

div.content
{
	padding: 15px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align:left;
	padding-right: 50px;
	border-bottom: 1px solid black;
}

div.banner
{
	height: 132px;
	background-image: url('../images/web/layers_gradient.jpg');
	BORDER-BOTTOM: 1PX SOLID BLACK;
}

div.clear
{
    clear:both;
}

img
{
	vertical-align:bottom;
	padding: 0px;
	margin: 0px;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	width:100%;
	border-bottom: 1px solid #cedca3;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #cedca3;
	width:275px;
}

p
{
	line-height: 175%;
}

a.nav
{
	text-decoration: none;
	color: #bbbbbb;
	font-size: 12px;
	DISPLAY: BLOCK;
	FONT-FAMILY: ARIAL black;
	PADDING: 7PX;
	text-align: right;
}

a.nav:visited
{
	text-decoration: none;
	color: #bbbbbb;
	font-size: 12px;
	DISPLAY: BLOCK;
	FONT-FAMILY: ARIAL black;
	PADDING: 7PX;
	text-align: right;
}

a.fp
{
    display: block;
    padding-top:5px;
    padding-bottom: 5px;
}

td.nav
{
	text-decoration: none;
	color: white;
	font-size: 12px;
	DISPLAY: BLOCK;
	FONT-FAMILY: ARIAL black;
	PADDING: 7PX;
	text-align: right;
}

a
{
    text-decoration: underline;
    color: #606d38;
}

a:visited
{
    text-decoration: underline;
    color: #444d27;
}

a:hover
{
    text-decoration: underline;
    color: #000000;
}

a.nav:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

a.subnav
{
	color: #686458;
	font-size: 11px;
	text-decoration:none;
}

a.subnav:hover
{
	font-size: 11px;
	color:#000000;
}

a.subnav:visited
{
	color: #686458;
	font-size: 11px;
	text-decoration:none;
}

div.footer
{
	background-color: #cedca3;
	font-size: 15px;
	color: #5f654b;
	margin:0px;
	padding: 5px;
	text-align:center;
	
}

ul
{
	line-height: 175%;
	padding-left:20px;
}

a.service
{
	font-weight:bold;
	color: #4a4749;
	text-decoration:none;
}

a.service:hover
{
	font-weight:bold;
	color: #000000;
}

.display_left
{
    background-color:#EFEFEF;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    padding:7px;
    border: 1px solid #CCCCCC;
}

.display_right
{
    background-color:#EFEFEF;
    float: right;
    margin-left: 20px;
    margin-top: 10px;
    padding:7px;
    border: 1px solid #CCCCCC;
}

.display_center
{
    background-color:#EFEFEF;
    text-align:center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    padding:7px;
    border: 1px solid #CCCCCC;
    position: relative;
    width: 0px;
    overflow: visible;
}

.display_left
{
    width:inherit;
}

.display_right
{
    width:inherit;
}

.display_center
{
    width:inherit;
}

form
{
    border:1px solid #CCCCCC;
    background-color:#EFEFEF;
    padding:10px;
    margin-left:30px;
}

form h1
{
    font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom:7px;
}

form h2
{
    font-weight:bold;
    font-size: 12px;
    margin-top:5px;
    margin-bottom: 3px;
    margin-left:0px;
    color: #333333;
    border-bottom: 1px solid #CCCCCC;
    width:407px;
}

.validator
{
	color: red;
	margin: 10px;
	display:none;
}