/*----- color guide ------

light green: #8e9f35;
dark green: #003300;
red: #8c1d1d;

------------------------*/

body {
	margin-top:10px;
	background: #8c6c6b url(images/page-bg.jpg) top fixed repeat-x;
	}
	
#container {
	width: 760px;
	border: 1px #000000 solid;
	background-color: #FFFFFF;
	}
table td {
	vertical-align:top;
	}
/* header area start */
	
#header {
	width: 760px;
	}
	
#utility_nav {
	width: 760px;
	text-align: right;
	padding-top:6px;
	padding-bottom:14px;
	background-image: url(images/bg_top_ins_005.jpg);
	background-repeat: no-repeat;
	}
	
/* topnav area start */

#topnav {
	width: 760px;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 4px;
	background-color: #000;
	white-space: nowrap;
	background-image: url(images/bg_topnav_ins_005.gif);
	background-repeat: repeat-x;
	}

/* main area start */
	
#main {
	width: 760px;
	background: #fff url(images/main_shade.gif) top left repeat-x;
	}
#main p {
	padding-left:20px;
	text-align:justify;
	padding-right:10px;
	}	
.bucket_link_ins_005 img {
	border:1px solid #003300;
	}	


#leftnav {
	width: 136px;
	padding-top: 55px;
	padding-bottom: 100px;
	background: #fff url(images/leftnav_top_ins_005.gif) top left no-repeat;
	border-right: 6px solid #000;
	}
	
#content_area {
	width: 610px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

/* footer area start */

#footer {
	width: 760px;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 21px;
	border-top:6px solid #000;
	}
	
#thomas_info {
	width: 760px;
	font-family: Arial;
	font-size: 10px;
	color: #ccc;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
/* heading styles */

h1 {
	color: #8c1d1d;
	background:url(images/h1-drip.gif) bottom left no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	padding:10px 0 0 20px;
		}

h2 {
	color: #8c1d1d;
	border-bottom: 1px solid #8c1d1d;
	font-size: 14px;
	font-weight: bold;
	}
	
h3 {
	font-family: Times;
	color: #003366;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	}
	
/* 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 */
	

.fright {
 	float: right;
	margin: 0 0 5px 15px;
	}  
.fleft {
 	float: left;
	margin: 5px 10px 10px 0px;
	} 
.red {
	background: #8c1d1d;
	}	
.green {	
	background: #d9e694;
	}
.clearer {
	clear:both;
	}	

div.rule{
	height: 2px;
	border-top:2px solid #20239a; 
	margin-bottom:25px;
	margin-top:20px;
	margin-left:0;
	margin-right:0; 
	clear:both;
 	} 		
