body {
	margin-top: 10px;
	background-color: #EBEBEB;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	}
	
td {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	}
	
#container {
	width: 760px;
	text-align: left;
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	}

/* header area start */
	
#header {
	width: 730px;
	text-align: left;
	padding: 15px;
	}
	
#utility_nav {
	width: 760px;
	text-align: right;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px #CCCCCC solid;
	}
	
/* topnav area start */

#topnav {
	width: 760px;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	white-space: nowrap;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	}

/* main area start */
	
#main {
	width: 760px;
	border-bottom: 1px #CCCCCC solid;
	}
	
#leftnav {
	width: 160px;
	padding-bottom: 160px;
	border-right: 1px #CCCCCC solid;
	}
	
#content_area {
	width: 590px;
	padding: 20px 20px 20px 20px;
	}

/* footer area start */

#footer {
	width: 760px;
	text-align: left;
	padding: 4px 10px 4px 10px;
	}
	
#footer_right {
	text-align: right;
	padding: 4px 10px 4px 10px;
	}
	
/* notes area start */
	
#notes {
	width: 760px;
	text-align: left;
	padding: 4px 10px 4px 10px;
	border-top: 1px #CCCCCC solid;
	}
	
/* heading styles */

.bucket_image {
	padding: 10px 5px 100px 5px;
	border: 1px #CCCCCC solid;
	}
	
/* heading styles */

h1 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	}

h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	}
	
h3 {
	color: #000000;
	font-size: 14px;
	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 */

hr {
	height: 1px;
	color: #CCCCCC;
	}
	