﻿#container {
	width: 850px;
	margin: 0px auto;
	padding: 0;
}

#header {
	width: 850px;
	background-color: #669933;
	text-align: center; 
	vertical-align: center;
	padding-top: 4px;
	padding-bottom:6px;
}

#col1 {
	width: 550px;
	margin: 0px auto;
	float: center;
	text-align: center; 
	padding-top: 1px;
	padding-bottom:6px;
}

#col1table {
	width: 550px;
	margin: 0px auto;
	float: center;
	text-align: left; 
	padding-top: 1px;
	padding-bottom:6px;
}

body {
font-family: Arial, Helvetica, sans-serif;
}

h1{
font-weight:bold; font-size:18px; line-height:30px; color:#662211; text-align: center; margin: 0 0 0 0; display:block;
}

h2{
font-weight:bold; font-size:18px; line-height:24px; color:#669933; 
}

h3{
font-weight:bold; font-size:14px; line-height:18px; color: #662211; text-align: center; margin: 0 0 0 0; display:block;  
}

h4{
font-weight:bold; font-size:14px; line-height:18px; color: #662211; align: left; display:block;
}  

h5{
font-weight:bold; font-size:12px; line-height:14px; color:#ffffff; align:center; background-color: #669933; margin:5px 5px 5px 5px; display:inline;
} 

p{
font-size: 11px; line-height:14px; color:#662211; font-weight:normal; text-align:center; 
}

.col1{
font-size: 11px; line-height:14px; color:#662211; font-weight:normal; padding-bottom: 1em; border-bottom: dotted medium; border-color: #a47d66;
}

.col2{
font-size: 11px; line-height:14px; color:#662211; font-weight:normal; padding-top: .3em; margin-right: 2em; border-top: dotted medium; border-color: #a47d66;
}
}

HR
{
    height:1px;
    width:100%;
    background:#669933;
    margin: 6px 0px 6px 0px;
}

a:link     {color:white;}
a:visited {color:white;}
a:hover   {color:#662211;}
a:active  {color:white;}

.txtlink {color:#a47d66;}
