body {
	margin-top:10px;
	background-color: #7e7e95;
	background-image: url(images/);
	}
	
#container {
	width: 960px;
	border: 1px #000000 solid;
	background-color: #FFFFFF;
	}
	
p {
   margin:2px 0px 6px 0px;
}

/* header area start */
	
#header {
	width: 960px;
	border-top: 1px #b9b9b9 solid;
	border-bottom: 0px #c5bc7b solid;
	}
	
#utility_nav {
	width: 960px;
	text-align: right;
	padding: 3px 10px 4px 0px;
	background-color: #000000;
	}
	
/* topnav area start */

#topnav {
	width: 960px;
	text-align: right;
	padding: 16px 0px 4px 0px;
	background-color: #FFFFFF;
	white-space: nowrap;
	background-image: url(images/topnavbkgd.jpg);
	background-repeat: no-repeat;
	}

/* main area start */
	
#main {
	width: 960px;
	background-color: #FFFFFF;
	padding-top: 1px;
	}
	
#leftnav {
	width: 160px;
	padding-bottom: 100px;
	background-color: #494993;
	border-right: 0px #887d02 dashed;
	background-image:url(images/leftnavbkgd.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
	
#content_area {
	width: 800px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 20px;
	}

/* footer area start */

#footer {
	width: 960px;
	padding-top: 4px;
	padding-bottom: 5px;
	background-color: #000000;
	}
	
#bottom {
	width: 960px;
	height: 26px;
	background-color: #000000;
	background-image: url(images/bg_footer_mat_005.jpg);
	}
	
#thomas_info {
	width: 960px;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
/* heading styles */

h1 {
	color: #2a2a41;
	font-size: 18px;
	font-weight: bold;
	margin:12px 0px 3px 0px
	}

h2 {
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	margin:7px 0px 2px 0px;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #45459e;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	margin:5px 0px 5px 0px;
	}
	
/* image styles */
	
.img01 {
	border: 1px #555555 solid;
	}
	
.img02 {
	border: 1px #555555 solid;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.img03 {
	border: 1px #555555 solid;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
/* miscellaneous */

.buckets {
	background-color:#efefef;
	border: 2px solid #65669c;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
}	


.bucketlist {
   margin:6px 5px 5px 8px;
   padding:0px 0px 0px 8px;
}

.bucketlist li  {
   font-family:Arial, Helvetica, sans-serif;
   font-weight:normal;
   font-size: 11px;
   color:#666666;
   border-bottom: 0px #ffffff solid;
   margin:0px 7px 0px 0px;
   padding-left:0px;
   list-style-type:none;
   list-style-image:url(images/bucketbullet.jpg);
   padding-bottom:0px;
}

.isoinfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#eeeeee;
	text-align:center;
	margin-top:50px;
}