
/* Copyright Port Douglas Web Design 2007 */

body {
	margin: 0;
	padding: 0 1px 6px 1px;
	color: #555555;	
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 55%;
	background-color: #c0c0c0;
}
h1 {
	margin: 0;
	padding: 8px 0 0 0;
	color: #812a1c;
	font-size: 1.5em;
	letter-spacing: .01em;
	margin-top: 5px;
	margin-bottom: -6px;
	line-height: 0em;
	font-weight: normal;
}
p,form {
	margin: 0;
	padding: 12px 0 5px 5px;
	text-align: justify;
}
td { text-align: left; line-height: 27px }
ul { margin-top: 14px; }
a {
	color: #22AA66;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #b6e2cc;
}
a:hover {
	color: #6caec5;
	border-bottom-color: #b7d6e2;
}
img { border: none; }
li {
	list-style-position: outside;
	list-style-image:url(../images/dot.gif);
	padding: -5px 25px inherit inherit;
}
input {
	border: 1px solid #6caec5;
	width: 130px;
	height: 20px;
	padding: 1px 1px 1px 1px;
	font-size: 0.8em;
	margin: 1px 0 0 0;
	background-color: #FFFFFF;
}
select {
	border: 1px solid #6caec5;
	width: 132px;
	height: 28px;
	padding: 1px 1px 1px 1px;
	font-size: 0.8em;
	margin: 1px 0 0 0;
	background-color: #FFFFFF;
}
textarea {
	border: 1px solid #6caec5;
	width: 280px;
	padding: 1px 1px 1px 1px;
	font-size: 0.8em;
	margin: 3px 0 0 0;
	background-color: #FFFFFF;
}
.chkwidth {
	width: 15px;
}

/* Div Layout Styles */

div#headertop {
	width: 781px;
	height: 31px;
	font-size: 1.2em;
	text-align: right;
	padding: 29px 25px 0 0;
	background: url(../images/bantop.gif) no-repeat;
}
div#header {
	width: 806px;
	height: 100px;
}
div#sidepic {
	float: right;
	width: 195px;
	height: 335px;
	padding: 49px 10px 0 0;
}
div#container {
	width: 806px; 
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(../images/pagebg.gif) repeat-y;
}
div#content {
	font-size: 1.4em;
	line-height: 18px;
	float: left;
	width: 560px;
	padding: 0 0 0 20px;
}
div#footer {
	height: 35px;
	clear: both;
	font-size: 1.2em;
	text-align: center;
	vertical-align: bottom;
	width: 806px;
	padding: 0 0 0 0;
	background: url(../images/foot.gif) no-repeat bottom;
}
