body {
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	}
	
td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
#container {
	width: 760px;
	background-color: #FFFFFF;
	}

/* header area start */
	
#header {
	width: 760px;
	}
	
#top {
	width: 100%;
	color: #D7D7D7;
	background-color: #004A80;
	border-bottom: 1px #FFFFFF solid;
	}
	
#top02 {
	width: 760px;
	font-size: 11px;
	color: #D7D7D7;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	}
	
/* topnav area start */

#topnav {
	width: 760px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 4px;
	white-space: nowrap;
	border-bottom: 1px #FFFFFF solid;
	background-image: url(images/bg_topnav.gif);
	background-repeat: no-repeat;
	}

/* main area start */
	
#main {
	width: 760px;
	background-color: #E5E8EE;
	border-top: 1px #C9E1EB solid;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	}
	
#left {
	width: 192px;
	padding-top: 20px;
	padding-bottom: 100px;
	}
	
#leftnav {
	width: 180px;
	text-align: left;
	padding-bottom: 6px;
	background-image: url(images/bg_leftnav_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
#content_area {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
#main_btm {
	width: 760px;
	margin-bottom: 20px;
	}

/* footer area start */

#btm {
	width: 100%;
	color: #405981;
	line-height: 16px;
	background-color: #E5E8EE;
	}

#footer {
	width: 760px;
	font-size: 11px;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	}
	
#thomas_info {
	width: 760px;
	font-size: 10px;
	color: #000000;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
/* heading styles */

h1 {
	color: #002157;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	}

h2 {
	color: #004A80;
	font-size: 14px;
	font-weight: bold;
	}
	
h3 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 5px 10px 5px 12px;
	background-image: url(images/bg_bucket.gif);
	background-repeat: no-repeat;
	}
	
/* image styles */
	
.img01 {
	border: 1px #077AA6 solid;
	}
	
.img02 {
	border: 1px #077AA6 solid;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.img03 {
	border: 1px #077AA6 solid;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
/* text syles */

.lefthead {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 5px 5px 4px 10px;
	border-bottom: 1px #FFFFFF solid;
	background-image: url(images/bg_leftnav_top.gif);
	background-repeat: no-repeat;
	}

.sm {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	}
	
/* link styles */

/* default link */
	
a	{
	color: #0000FF;
	text-decoration: underline;
	}
a:hover {
	color: #0000FF;
	text-decoration: none;
	}
a:visited {
	color:  #0000FF;
	text-decoration: underline;
	}
a:visited:hover {
	color: #0000FF;
	text-decoration: none;
	}
	
/* top contact info link */
	
a.top {
	color: #FFFFFF;
	padding-right: 10px;
	text-decoration: underline;
	}
a.top:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
a.top:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.top:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
/* topnav link */

a.topnav {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	}
a.topnav:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.topnav:visited {
	color:  #FFFFFF;
	text-decoration: none;
	}
a.topnav:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/* leftnav link */	
	
a.leftnav {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background: #0076A3;
	display: block;
	padding: 6px 10px 6px 25px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	}
a.leftnav:hover {
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
	}
a.leftnav:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	}
a.leftnav:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
	}
	
.submenu
	{
	font-size: 10px; 
	color: #FDC689; 
	background: #0076A3;
	display: none; 
	padding: 0px 10px 0px 30px;
	}
.submenu a:link, .submenu a:visited, .submenu a:active
	{
	color: #FDC689;
	text-decoration: none;
	display: block;
	}
.submenu a:hover, .submenu a:visited:hover 
	{
	color: #FDC689;
	text-decoration: underline;
	display: block;
	}
	
/* content bucket link */
	
a.main_link {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	}
a.main_link:hover {
	color: #000000;
	text-decoration: underline;
	}
a.main_link:visited {
	color:  #000000;
	text-decoration: none;
	}
a.main_link:visited:hover {
	color: #000000;
	text-decoration: underline;
	} 
	
/* footer link */

a.footer {
	color: #405981;
	text-decoration: underline;
	}
a.footer:hover {
	color: #405981;
	text-decoration: none;
	}
a.footer:visited {
	color: #405981;
	text-decoration: underline;
	}
a.footer:visited:hover {
	color: #405981;
	text-decoration: none;
	}
	
/* miscellaneous */
	
li {
	list-style-image: url(images/bullet.gif);
	}
	
.bucket {
	border: 1px #6FB1CB solid;
	padding: 5px;
	background-color: #FFFFFF;
	}
	
.bucket_content {
	color: #004A80;
	}
	
a.more {
	color: #F36F21;
	text-decoration: underline;
	}
a.more:hover {
	color: #F36F21;
	text-decoration: none;
	}
a.more:visited {
	color: #F36F21;
	text-decoration: underline;
	}
a.more:visited:hover {
	color: #F36F21;
	text-decoration: none;
	}