/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html { height: 100%; margin-bottom: 1px; }

body {
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #721D18;
}

a:hover {
	text-decoration:underline;
	color: #462810;
}

/* main styles */
body {
	background: #C1AFA0 url(/images/bg1.gif) repeat-x;
}

#container {
	margin: 0px auto auto;
	width: 856px;
}

#header {
	overflow: hidden;
	height: 95px;
	background:url(/images/dutcher.jpg) no-repeat;
	position:relative;
}

#header h1{
	float: right;
	margin-top: 15px;
	margin-right: 25px;
	font-size: 18px;
	color: #FFFFFF;
	clear:both;
}

#header ul#nav_header {
 	margin-top:75px;
	margin-left: 370px;
	font-size:16px;
}

#nav_header li {
	display:inline;
	padding-right:25px;
	padding-bottom:10px;
}

#nav_header li a {
	color: white;
}

.clear {
	clear:both;
}

#subhead {
	overflow: hidden;
	height: 113px; 
	background:url(/images/bg_subhead.jpg) repeat-x;
}
#subhead  h1 {
	margin-top: 25px;
	margin-left:25px;
	font-size: 18px;
	color: #FFFFFF;
}

#main {
/*	position:relative; */
	background:url(/images/bg_content.jpg);
}

#col1 {
	float:left;
	width:205px;
	margin-top: 25px;
	margin-left:25px;
	padding-right:15px;
}
#col1 h2 {
	margin-bottom:15px;
	color:#63221f;
	font-size:18px;
}

#col1 p {
	font-size:12px;
	line-height:20px;
	padding-bottom:18px;
}

#col1 li {
	font-size: 12px;
	line-height: 20px;
	list-style-position:outside;
	margin-left:20px;
	list-style-type: disc;
}

#col2 {
	float:left;
	margin-top:25px;
	width:400px;
	padding-right:15px;
	padding-left:15px
}

#col2 h2 {
	margin-bottom:15px;
	color:#63221f;
	font-size:18px;
}

#col2 h3 {
	margin-top:15px;
	color:#63221f;
	font-size:15px;
}

#col2 p {
	font-size:12px;
	line-height:20px;
	padding-bottom:18px;
}

#col3 {
	float:left;
	margin-top:25px;
	width:175px;
}

#col3 h2 {
	margin-bottom:15px;
	color:#63221f;
	font-size: 18px;
}

#nav_side {
	margin-left:15px;
	line-height: 20px;
	font-size: 14px;
}
.sublink {
	font-size:14px;
	color:#402B19;
	font-weight: bold;
	text-decoration: none;

}
.sublink:link {
	font-size:14px;
	color:#402B19;
	font-weight: bold;
	text-decoration: none;

}
.sublink:hover {
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	background-color: #402B19;
}

#coltn {
	float:left;
	width:600px;
	margin-top: 25px;
	margin-left:25px;
	padding-right:15px;
}

#coltn h2 {
	margin-bottom:15px;
	color:#63221f;
	font-size:18px;
}

#coltn h3 {
	margin-top:15px;
	color:#63221f;
	font-size:15px;
}

#coltn td {
	padding:5px;
}
	
#footer {
	clear:both;
	background:url(/images/footer.gif) repeat-x;
	height: 60px;
}

#footer ul {
float:left;
margin-left:25px;
_margin-left:12px; /* needed for IE6 DM bug */
margin-top:34px;
}

#footer a, #footer p {
	color: #FFFFFF;
	font-size: 12px;
}

#footer p {
float:right;
margin-top:34px;
margin-right:25px;
_margin-right:12px;/* needed for IE6 DM bug */
}

#footer ul li {
display:inline;
padding-right:27px;
}

.fltrt {
float:right;
margin-left:8px;
}
.fltlft {
float:left;
margin-right:8px;
}
