body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F2EFE0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	background-image: url(images/stripe_darker3.png);
   
	
	}
	
.left_col {
	border-top-width: thin;
	border-right-style: solid;
	border-right-color: #dcdcdc;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 136px; /* width of menu (don't forget to add border with below!) */
border-left: 4px solid #8CC3CB; /* thick left border of menu */

}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
	background: white url(images/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
	background-image:url(images/vstrip.gif);
	display: block;
	color: black;
	width: auto;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}


[if IE]>
<style type="text/css">
.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;

}
.contact {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fields {
	background-image: url(images/fields.jpg);
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	text-align: left;
	
}
.links a:link {
	color: #66cccc;
	text-decoration: underline;
}
.links a:visited {
	color: #66cccc;
	text-decoration: underline;
}

.links a:hover {
	color: #66cccc;
	text-decoration: none;
	
}	
.float-left {
	float: left;

	margin-top: 0;
	margin-right: 0.6em;
	margin-bottom: 10px;
	margin-left: 0px;
 }	
	
	
.links .content tr td p {
	color: #666;
}
