html, body, ul, p, h1, h2, h3, h4, h5, h6, ol, li, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(../images/bg.gif) repeat-y center; 
    font-family: Helvetica, Calibri, Arial, Verdana, Geneva, sans-serif;
	color: #382513;
	text-align:left;
	font-size:12px;
	line-height: 18px;
}

#container {
	text-decoration: none;
	background: #ece3bf;
	width: 858px;
	margin: 1% auto 0 auto;
	border: #000000 solid 2px;
}

#content{
	margin: 25px;
}

#content img.left{
	float: left;
	margin: 0 10px 10px 0;

}

#content img.right{
	float: right;
	margin: 0 0 10px 10px;
}

#content p {
	margin: 15px 0;
}

#content h1{
	font-size: 20px;
	font-weight:normal;
	border-bottom:3px solid #383644;
	margin: 15px 0;
}

#content h2{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #383644;
	margin: 15px 0;
}

#content h3{
	font-size: 14px;
	font-weight: bold;
	color: #383644;
	margin: 15px 0;
}

#content h4{
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0;
}

#content ul{
	list-style-position:outside;
	list-style:disc;
	margin-left: 30px;
}

a:link, a:visited {
	color: #382412;
	text-decoration: none;
	font-weight:bold;
}

a:hover, a.active {
	color: #382412;
	font-weight:bold;
	text-decoration:underline;
}

#logo {
	position:top left;
	margin: 15px 15px 15px 275px;
}

#logo a img {
	border: none;
}


#header {
	margin: 20px 20px 20px 20px;
	text-align: right;
}

#nav {
	background: url(../images/nav-bg.gif) center repeat-x;
	margin: 25px;
	padding: 7px 0 5px 0;
	text-align:center;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav ul li {
	list-style: none;
	display: inline;
	padding: 0 20px;
}

#nav ul a:link, #nav ul a:visited {
	color: #ece3bf;
	font-weight: normal;
}

#nav ul a:hover {
	color: #059801;
	text-decoration: none;
}

#nav ul a.active {
	color: #8e000e;
	text-decoration: none;
}

#homenav img{
	margin: 0 -2px;
	padding: 0;
	border: 0;
	vertical-align:0;
}

#homenav a img{
	text-decoration:none;
	margin: 0 -2px;
	padding: 0;
	border: 0;
	vertical-align:0;
}

#col1 {
	float: left;
	margin: 10px 15px 15px 15px;
	width:387px;
	_width:380px;
	padding: 5px;
}

#col1 p {
	margin: 25px 0 0 0;
	_margin: 28px 0 0 0;
}

#col1 img {
	float:left;
	margin: 2px 0 0 0;
}

#initial {
	display:none;
}

#col2 {
	margin: 10px 15px 15px 15px;
	float: left;
	width:387px;
	_width:380px;
	padding: 5px;
	background: url(../images/sig.gif) no-repeat bottom right;
}

#col2 p {
	margin:24px 0 0 0;
	_margin: 28px 0 0 0;

}

p.salutation {
	padding: 0 0 0 175px;
}

#footer {
	text-align:center;
	padding: 5px 20px;
	line-height: 115%;
	list-style:none;
	font-size:13px;
}

#footer ul li {
	display: inline;
}

#footer ul li a  {
	color: black;
}

#footer ul li a:hover  {
	text-decoration:none;
	border-bottom: 1px solid;
}

#footer ul li a.active  {
	text-decoration:none;
	border-bottom: 1px dotted;
}

#footer.sub {
	font:10px;
}

#byline {
	text-align:center;
	padding: 15px;
	font-size:11px;

}

#sig {
	margin: 0 0 -15px 0;
	text-align: right;
}

a[href^="mailto"] {
	background: url(../images/email.gif) no-repeat right top;
	padding-right: 15px;
	font-weight:bold;
}

.clearit {
	clear: both;
}
.float_left {
	float: left;
	margin-right: 15px;
}
.disclaimer {
	font-size: 12px;
	color: #7D5E3E;
}

