body {
	margin-top:10px;
	background:#4465cc url(images/bg.gif) top fixed repeat-x; 
	}
	
#container {
	width: 760px;
	border: 1px #000000 solid;
	background-color: #ffffff;
	}

/* header area start */
	
#header {
	width: 760px;
	}
	
#header02 {
	width: 760px;
	}
	
#utility_nav {
	z-index:5;
	position:absolute;
	width: 760px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 3px;
	}
	
/* topnav area start */

#topnav {
	width: 760px;
	text-align: right;
	padding: 4px 0 4px 0;
	background-color: #000000;
	white-space: nowrap;
	}

/* main area start */
	
#main {
	width: 760px;
	background: #FFFFFF url(images/main-top-shade.gif) top left repeat-x; 
	}
	
#leftnav {
	width: 160px;
	padding-top: 15px;
	padding-bottom: 100px;
	background: #FFFFFF url(images/main-top-shade.gif) top left repeat-x; 
	border-right: 1px #CBD4D1 dashed;
	}
	
#content_area {
	width: 600px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
#buckets td{
		text-align:center;
		}
#buckets td a{
	text-decoration:none;
	}		
#buckets td a.buclink:link, #buckets td a.buclink:visited,  #buckets td a.buclink:active{
	color: #000066;
	font-size: 12px;
	font-weight: bold;
	border-left:3px solid #ccc;
	border-right:3px solid #ccc;
	background:#efefef;
	padding:2px 5px 2px 5px;
		}		
#buckets td a.buclink:hover, #buckets td a.buclink:visited:hover {
	color: #fff;
	background:#000;
	}
/*

 footer area start */

#footer {
	width: 760px;
	font-size: 11px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 5px;
	background-color: #000;
	}
	
#thomas_info {
	width: 760px;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
/* heading styles */

h1 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	}
h1 span {
	font-size:12px;
	color: #000066;
	}
h2 {
	display:inline;
	display:inline-block;
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	border-left:3px solid #ddd;
	background:#efefef;
	padding:2px;
	margin:0;
	}
	
h3 {
	font-family: Arial;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	}
	
/* 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;
	}
	
/* miscellaneous */
	
li {
	list-style-image: url(images/bullet_pum_002.gif);
	}
.fright {
 	float: right;
	margin: 0 0 5px 5px;
	}  
.fleft {
 	float: left;
	margin: 5px 10px 10px 0px;
	} 
.big{
	font-size:1.2em;
	font-weight:bold;
	}		