	html {
	background-color: #106B6B;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
	}
	body {
		min-width:760px;
		text-align:center;
	}
	a:link,
	a:visited {
		color:#CCCCCC;}
	a:hover {
		color:#fff;
	}
	strong {color:#7c2c2c;}
	#wrap {
	margin:0px auto;
	width:760px;
	margin-top:5px;
	text-align:left;
	border:1px solid #000000;
	background-color: #6b1010;
	background-image: url(images/wrap_bg.gif);
	background-repeat: repeat;
	}
	#header {
		height: 227px;
		background:url(images/header2.jpg) no-repeat 0% 0%;
	}
		#header h1 {
		margin:0;
		text-indent:-99999px;
		}
	#headbtm {
		background:url(images/head_btm.gif) no-repeat 0% 0%;
		height:20px;
	}
	#main {
	float:right;
	width:544px;
	background-color: #efefef;
	margin:10px;
	}
		#main h1,
		#main h2,
		#main h3,
		#main p {
			padding:10px 10px 0 10px;
			color:#333;
    }
		#main p.contactby {
		margin-bottom:2em;
		}
		#main span.phone {
			color:#333;
			margin-left:70px;
		}
		#main span.address {
			margin-left:20px;
		    color:#333;
			padding-top:20px;
		}
		#main .indent {
			margin-left:185px;
			padding:0;
		}
		#main h2.inline {
			display:inline;
			line-height:2em;
			vertical-align:bottom;
		}
		#main .staffemail {
			vertical-align:bottom;
			text-decoration:none;
		}
		#main .staffemail img {
			padding:10px 10px 0 30px;
		}
		#main h1,
		#main h2,
		#main h3 {
			color:#0a4f4f;
		}
		#main h1 {
			font:172% Georgia, "Times New Roman", Times, serif;  
			padding-top:0;
		}
		#main h2,#sidebar h3 {
			font:152% Georgia, "Times New Roman", Times, serif;   
		}
		#main h3 {
			font:132% Georgia, "Times New Roman", Times, serif;   
		}

		#main .sitemap {
			list-style-image: url(images/bullet.gif);
			margin-left:2.5em;
			padding:.5em;
		}
		#main .sitemap li {
			padding:.5em;
		}
		#main a:link, #main a:visited {
			color:#106b6b;
		}
		#main a:hover {
			color:#7c2c2c;
		}
		#main ul {
			margin-left:10px;
		}
	#sidebar {
		float:left;
		width:192px;
		margin-top:10px;
	}
		#sidebar ul {
			margin-bottom:0;
    }
    	#sidebar h3,
		#sidebar p {
			padding:0.25em;
			color:#106b6b;
			text-align:center;
	}
	#sidebar a:link, #sidebar a:visited {
		color:#106b6b;
	}
	#sidebar a:hover {
		color:#7c2c2c;
	}

		#sidebar .frame {
			margin:15px 0 10px 6px;
			border-right:1px solid #666;
			border-bottom: 1px solid #666;
	}
	#sidebar .box {
	margin-top:20px;
	}
	#sidebar .box,#sidebar .boxbottom {
	margin-left:10px;
	
	}
	#footer {
		clear: both;
		color:#fff; 
		padding:0.8em; 
		border-top:1px solid #999999;
		text-align:left;
	}
		#footer .right {
			float:right; 
			text-align:right;
			width:360px;
	}
		#footer p {
			margin:0;
			font-size:90%;
	}
		#footer a {
			padding-right:15px;
			font-size:90%;
	}
	.floatright {
		float:right;
	}
	#main .picwide {
		width:300px;
	}
	#main .piccaption {
		width:300px;
		color:#106b6b;
	}
	.frame {
		padding:5px;
		background-color:#fff;
		border-right:1px solid silver;
		border-bottom: 1px solid silver;
	}
	.float_right {
		margin:10px 10px 10px 15px;
		float:right; 
	}
	.box { 
 		 background: #efefef; 
	}
	.boxtop { 
		 background: url(images/ne.gif) no-repeat top right; 
	}
		.boxtop div { 
  			height: 10px; 
  			background: url(images/nw.gif) no-repeat top left; 
	}
	.boxbottom { 
  		background:#efefef url(images/se.gif) no-repeat bottom right; 
	}
	.boxbottom div { 
  		height: 10px; 
  		background: url(images/sw.gif) no-repeat bottom left; 
	}
	.boxcontent {
  		padding: 0px 5px 0px 5px;
	}
/*                 *********************************************    CONTACT FORM   ************* */
	#contactform {
		border:solid #99c0df 1px;
		background:#e4edf3;
		padding:.5em 0;
		margin:1em;
	}
	.odd {
		background:#bcd5ea;
	}
	#contactform table {
		padding:.25em;
	}
	#contactform table input {
		margin:.5em 0;
	}
	.firsttd {
		padding-left:.5em;
	}
	.status {
		color:#7F0F0F;
		font:1.5em bold;
		padding:0 .25em;
	}
	.attn {
		color:red;
	}
    .textcenter {
		text-align:center;
		margin:0 auto;
	}
    .textcenter a {
		font-weight:bold;
	}
	.centerimage {
		display:block;
		margin:5px auto;
	}
	.pushdown {
		margin-bottom:10px;
	}