body {
	margin: auto;
	height: 100%; 
	background-color: #FFFFFF;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	}
	
td {
	font-family: Arial;
	font-size: 16px;
	line-height: 22px;
	color: #323031;
	}
	
hr {
	height: 2px;
	background-image: url(images/hr.gif);
	background-repeat: repeat-x;;
	}
	
#wrapper {
	width: 100%;
	height: ;
	background-image: url(images/bg_btm.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
#container {
	width: 100%;
	height: ;
	background-image: url(images/);
	background-repeat: no-repeat;
	}

/* header area start */
	
#header {
	width: 1002px;
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
	}
	
#logo {
	position: absolute;
	top: 15px;
	}
	
/* utility area start */

#utility {
	width: 944px;
	text-align: right;
	padding-top: 18px;
	padding-bottom: 35px;
	white-space: nowrap;
	}
	
/* topnav area start */

#topnav {
	width: 998px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 13px;
	white-space: nowrap;
	}

/* main area start */

#main_top {
	width: 1004px;
	height: 133px;
	position: relative;
	top: 25px;
	}
	
#main_bg {
	width: 1005px;
	background-color: #FFFFFF;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
	}
	
#main {
	width: 1005px;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	}
	
#main_table {
	width: 1005px;
	background-image: url(images/bg_main_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
#leftnav {
	width: 207px;
	padding-top: 44px;
	padding-bottom: 500px;
	padding-left: 4px;
	}
	
#content_area {
	width: ;
	padding-bottom: 100px;
	padding-left: 16px;
	}
	
#content {
	width: 550px;
	padding-top: 5px;
	padding-right: 43px;
	_padding-right: 15px;
	*padding-right: 15px;
	}
	
#breadcrumbs {
	height: 33px;
	padding-top: 9px;
	}
	
#h1 {
	height: 41px;
	padding-top: 11px;
	}
	
#buttons {
	padding-top: 13px;
	position: relative;
	left: 26px;
	}
	
#rightcol {
	width: 160px;
	padding-top: 21px;
	position: relative;
	left: 26px;
	}

/* footer area start */

#footer {
	width: 998px;
	height: ;
	_height: 98px;
	*height: 98px;
	text-align: center;
	padding-top: 26px;
	padding-bottom: 39px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
/* heading styles */

h1 {
	color: #FFFFFF;
	font-size: 17px;
	}

h2 {
	color: #323031;
	font-size: 22px;
	}
	
h3 {
	color: #323031;
	font-size: 12px;
	}
	
/* image styles */
	
.img01 {
	border: 1px #000000 solid;
	}
	
.img02 {
	border: 1px #000000 solid;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.img03 {
	border: 1px #000000 solid;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
/* text & link syles */

a:link, a:visited, a:active
	{
	font-family: Arial;
	font-size: 16px;
	color: #0E6276;
	text-decoration: underline;
	}
a:hover, a:visited:hover 
	{
	font-family: Arial;
	font-size: 16px;
	color: #0E6276;
	text-decoration: none;
	}
	
/* utility navigation */
	
.utility
	{
	font-family: Arial;
	font-size: 11px;
	color: #474747;
	padding-left: 10px;
	padding-right: 10px;
	}
.utility a:link, .utility a:visited, .utility a:active
	{
	font-family: Arial;
	font-size: 11px;
	color: #474747;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	}
.utility a:hover, .utility a:visited:hover 
	{
	font-family: Arial;
	font-size: 11px;
	color: #474747;
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 10px;
	}
	
/* top navigation */
	
.topnav
	{
	font-family: Arial;
	font-size: 12px;
	color: #474747;
	}
.topnav a:link, .topnav a:visited, .topnav a:active
	{
	font-family: Arial;
	font-size: 12px;
	color: #474747;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 8px;
	}
.topnav a:hover, .topnav a:visited:hover 
	{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/roll_topnav.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 12px;
	padding-bottom: 8px;
	}
	
.topnav01 {
	 padding-left: 10px;
	 padding-right: 10px;
	}
	
.topnav02 {
	 padding-left: 28px;
	 padding-right: 28px;
	}
	
.topnav03 {
	 padding-left: 23px;
	 padding-right: 23px;
	}
	
.topnav04 {
	 padding-left: 21px;
	 padding-right: 21px;
	}
	
.topnav05 {
	 padding-left: 43px;
	 padding-right: 43px;
	}
	
.topnav06 {
	 padding-left: 35px;
	 padding-right: 35px;
	}
	
.topnav07 {
	 padding-left: 35px;
	 padding-right: 35px;
	}
	
/* left navigation */

.leftnav a:link, .leftnav a:visited, .leftnav a:active
	{
	font-family: Arial;
	font-size: 11px;
	color: #323031;
	text-decoration: none;
	display: block;
	padding: 6px 0px 10px 30px;
	}
.leftnav a:hover, .leftnav a:visited:hover 
	{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #005121;
	text-decoration: none;
	display: block;
	padding: 5px 0px 10px 30px;
	background: #FFFFFF;
	background-image: url(images/bg_leftnav.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top: 1px #474747 solid;
	}
	
/* breadcrumbs */
	
.breadcrumbs {
	font-family: Arial;
	font-size: 11px;
	color: #323031;
	}
.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active
	{
	font-family: Arial;
	font-size: 11px;
	color: #0E6276;
	text-decoration: underline;
	}
.breadcrumbs a:hover, .breadcrumbs a:visited:hover 
	{
	font-family: Arial;
	font-size: 11px;
	color: #0E6276;
	text-decoration: none;
	}
	
/* right col */

.rightcol
	{
	font-family: Arial;
	font-size: 11px;
	color: #043333;
	}

/* footer text & link */

.footer
	{
	font-family: Arial;
	font-size: 11px;
	color: #D1DEd6;
	}
.footer a:link, .footer a:visited, .footer a:active 
	{
	font-family: Arial;
	font-size: 11px;
	color: #D1DEd6;
	text-decoration: none;
	padding-left: 26px;
	padding-right: 26px;
	}
.footer a:hover, .footer a:visited:hover 
	{
	font-family: Arial;
	font-size: 11px;
	color: #D1DEd6;
	text-decoration: underline;
	padding-left: 26px;
	padding-right: 26px;
	}
	
/* content bucket link */
	
.bucket_link
	{
	font-family: Arial;
	font-size: 12px;
	color: #AA1F02;
	font-weight: bold;
	}
.bucket_link a:link, .bucket_link a:visited, .bucket_link a:active 
	{
	font-family: Arial;
	font-size: 12px;
	color: #AA1F02;
	font-weight: bold;
	text-decoration: none;
	}
.bucket_link a:hover, .bucket_link a:visited:hover 
	{
	font-family: Arial;
	font-size: 12px;
	color: #AA1F02;
	font-weight: bold;
	text-decoration: underline;
	}
	
/* text good for content bucket */

.small 
	{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	}
.small a:link, .small a:visited, .small a:active 
	{
	font-family: Arial;
	font-size: 10px;
	color: #0000FF;
	text-decoration: underline;
	}
.small a:hover, .small a:visited:hover 
	{
	font-family: Arial;
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
	}
