* { padding: 0px; margin: 0px; }
header, footer, article, section, nav { display: block; }

body {
	background-color: #383D42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #383D42;
}
#main  {
    width: 760px;
    margin: 0px auto;
    background-color: #FFF;
}
#main header {
    height: 128px;
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
}
#content {
    min-height: 600px;
    background-image: url('images/pic3.jpg');
    background-repeat: no-repeat;
    padding: 15px 20px 15px 265px;
}
#content section {
    padding-top: 15px;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
    font-size: 1.1em;
    font-weight: bold;
}
h3 {
    font-size: 1.0em;
    font-weight: bold;
}
p, h1, h2, h3, ul, ol {
	color: #383D42;
	line-height:140%;
    margin-bottom: 20px;
}
table { margin-bottom: 25px; }

a:link, a:visited {  color: #316B20; }
a:hover {  color: #4FBA00; }

nav { background-color: #49bc00; }
nav ul { }
nav li { display: block; float: right; }
nav a { display: block; padding: 8px 15px; }

nav a:link, nav a:visited {
	font-family: Georgia, serif;
	font-size: 1.1em;
	color: #FFF;
	text-decoration: none;
	
}
nav a:hover {
	color: #316B20;
}
.clear { clear: both; }
.selected { background-color: #FFF; }
a.selected { color: #316B20 !important; }
a.selected:hover { color: #4FBA00 !important; }

section ul, section ol { padding-left: 25px; }

img.expand { cursor: pointer; }

td { width: 280px; font-size: 0.7em; padding: 2px; vertical-align: top; }
td { border-bottom: 1px solid #CCC; }

table.contact tr td { border: 0px !important; }

.notice { font-weight: bold; color: red; }