﻿body {
	margin:10px auto 10px auto;
	width:800px;
	min-width:800px;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:10pt;
	font-weight:normal;
	color:black;
	background-color:#526464;
	background-image:url('/images/layout-09/greenback3.gif');
	background-repeat:repeat;
	background-attachment:fixed;
}

p  {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:10pt;
	text-align:left;
	margin-top:0px;
	margin-bottom:6pt;
}

td  {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:10pt;
}

ul  {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:10pt;
}

ol  {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:10pt;
}

h1 {
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#2a694e;
	margin-bottom:6px;
}

h2 {
	font-size:21px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#2a694e;
	margin-bottom:6px;
}

h3 {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#2a694e;
	margin-bottom:4px;
}

h4 {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#2a694e;
	margin-bottom:4px;
}

h5 {
	font-size:14px;
	font-family:"Times New Roman", Times, serif;	
	margin-bottom:4px;
	font-weight:normal;
	letter-spacing:2px;
	color:#2a694e;
}

img {
	border:0;
}

.signoff {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:8pt;
	font-weight:normal;
	color:white;
	text-align:center;
}

a:link {
	text-decoration: none;
	color:#005CB9;
}

a:visited {
	text-decoration:none;
	color:#005CB9;
}

a:active {
	text-decoration: none;
	color:#005CB9;
}

a:hover {
  	text-decoration:underline;
}



/*Layout Styles*/

#main {
    width:800px;
    text-align:center;
    margin:0 auto 0 auto;
    padding:0;
}

#banner {
	width:800px;
	height:103px;
	text-align:center;
}

#top_nav {
	width:800px;
	height:28px;
}

#container{
	width:800px;
	background-image:url('/images/layout-09/contentback-lt.gif');
	background-repeat:no-repeat;
	background-color:#e2e2e2;
	border:1px black solid; 
}

#content {
	width:700px;
	text-align:left;
	padding-top:45px;
	padding-right:50px;
	padding-bottom:15px;
	padding-left:50px;

}

#footer {
	width:800px;
	height:33px;
	background-image:url('/images/layout/footerback.gif');
	background-repeat:no-repeat;
}

