
body {
 	margin:20px;
 	background-color: #ac7f68;
	color: #545454;
 	text-align:center;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
 }

a {
color: #545454;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: white;
}

a.pink:hover {
color: #ac7f68;
}

#outer {
 	text-align:left;
 	border:none;
 	width:800px;
 	margin:auto;
 }

#header {
 	height:150px;
 	background-color: white;
	background-image: url("header.jpg");
	background-repeat: no-repeat;
 	color: #ab9567;
	padding-top: 30px;
 	padding-left: 100px;
	padding-bottom: 0;
 }


#header h1{
font-size: 30px;
color: 545454;
}


#header h2{
font-size: 17px;
color: #ab9567;
}
#bodyblock {
 	position:relative;
 	background-color: white; 
 	color: #112200;
 	width:800px;
 }

#left-col {
 	float:left;
 	background-color: white;
 	color: #545454;
 	width:130px;
	padding-top: 0;
	padding-left: 10px;
 }

#content {
	float: right;
	width:620px;
 	background-color: white;
 	color: #545454;
 	border:none;
 	text-align:left;
 	padding: 15px;
 }

#content h1 {
	font-family: trebuchet ms, tahoma, georgia, serif;
	font-size: 20px;
}

#content h3,h4 {
	font-family: trebuchet ms, tahoma, georgia, serif;
	font-size: 14px;
}

#content h4 {
	color: #ac7568;
}

#footer {
	clear: both;
 	height:75px;
 	background-color:#0c6111;
	background-image: url("footer.gif");
 	color: white;
 	border: none;
 	text-align: right;
	padding: 5px;
	padding-left: 10px;
 }

#header p{
	color: blue;
	font-weight: bold;
	font-size: 18px;
}

.black {
	color: black;
}

#content td{
	font-size: 10px;
}

#content th{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

#left-col a{
	color: white;
	font-size: 14px;
	font-weight: bold;
	width: 82px;
}

#left-col a:hover {
	color: #e7f0e8;
}


a#button1 {
	display: block;
	height: 40px;
	width: 116px;
	background-image: url("button1.jpg");
	text-decoration: none;
	line-height: 2.5em;
}

a#button1:hover{
	color: black;
	background-position: 116px 0;
}