body {
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: #371e11;
	background-color: #fff;
        margin-left:0px;
        margin-right:0px;
        margin-top:0px;
        margin-bottom:0px;
        text-align: center;
}

#header {
	height: 135px;
	float: left;
	border: 0px;
	padding: 0;
	width: 100%;
	background-color: #371E11;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#bodymain {
	clear: both;
	margin: auto;
	width: 85%;
}

#body {
	padding: 7px;
        text-align: left;
}

#bodylinks {
        margin-top: 15px;
	padding: 15px;
        text-align: left;
}

#bodycontact {
        margin-top: 15px;
	padding: 15px;
        text-align: left;
}

a:link {
	color: #D15881;
	text-decoration: none;
}

a:visited {
	color: #D15881;
	text-decoration: none;
}

a:active {
	color: #D15881;
	text-decoration: none;
}

a:hover {
	color: #D15881;
	text-decoration: none;
	font-weight: bold;
}

.picture {
	float: right;
	vertical-align: top;
	padding: 9px;
        margin-left: 70px;
}

.linkpgpicture {
	float: right;
	position: relative;
	top: 30px;
	padding: 9px;
        margin-left: 70px;
}

.linkspicture {
        margin-bottom: 0px;
        margin-top: 15px;
}

.contactpgpicture {
	float: right;
	padding: 9px;
        margin-left: 70px;
}

.note {
	position: relative;
	left: 20px;
	padding: 9px;
}

.greenquote {
	clear: both;
	float: right;
	width: 225px;
	color: #99cc00;
	font-weight: bold;
	font-style: italic;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
}

.contactgreen {
	color: #99cc00;
	font-weight: bold;
}

.contactgreen a:link {
	color: #99cc00;
	font-weight: bold;
	text-decoration: none;
}

.contactgreen a:visited {
	color: #99cc00;
	font-weight: bold;
	text-decoration: none;
}

.contactgreen a:active {
	color: #99cc00;
	font-weight: bold;
	text-decoration: none;
}

.contactgreen a:hover {
	color: #99cc00;
	text-decoration: none;
	font-weight: bold;
}

#linklist ul {
	list-style-type: none;
        padding: 0px;
        margin-bottom: 10px;
        margin-top: 0px; 
}

#linklist a:link {
	color: #371E11;
	text-decoration: none;
}

#linklist a:visited {
	color: #371E11;
	text-decoration: none;
}

#linklist a:active {
	color: #371E11;
	text-decoration: none;
}

#linklist a:hover {
	color: #371E11;
	text-decoration: none;
	font-weight: bold;
}

#bottommenu {
	clear: both;
        text-align: center;
	font-size: 16px;
        padding: 9px;
}

#bottommenu a {
        padding: 9px;
}

h2.pagetitle {
        text-align: center;
	font-weight: bold;
	font-size: 20px;
        padding: 5px;
}


img {
        border: 0px;
	text-decoration: none;
}

#footer {
	clear: both;
        margin-top: 25px;
        padding: 9px;
        font-size: 12px;
	font-style: italic;
}

#footer a {
	color: #371e11;
	text-decoration: none;
}

.copyright {
	float: right;
}




.centerbold {
        text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.center {
        text-align: center;
}