
/* Copyright Port Douglas Web Design 2007 */

body {
	margin: 0;
	padding: 5px 1px 6px 1px;
	color: #4f5455;	
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 55%;
	background-color: #6caec5;
}
h1 {
	margin: 0;
	padding: 3px 25px 0 25px;
	color: #999;
	font-size: 2.9em;
	letter-spacing: .01em;
	line-height: 1.9em;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 30px 0 5px 0;
	color: #6caec5;
	font-size: 1.5em;
	letter-spacing: .01em;
	line-height: 0em;
	font-weight: normal;
}
p {
	margin: 0;
	padding: 0.8em 25px 1px 0;
	text-align: justify;
}
td { text-align: center; }
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;
}
.smalltext {
	font-size: 0.8em;
	letter-spacing: .02em;
	line-height: 1.3em;
	font-weight: normal;
}
.tinted_green {
	border: none;
	color: #008800;
}
.tinted { color: #999999; }

/* Div Layout Styles */

#main {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 945px;
	padding: 0px;
	background-color: #FFFFFF;
}

#mainheader {
	height: 17px;
	font-size: 1.6em;
	padding: 101px 20px 17px 20px;
	background: url(../images/topban.gif) top left no-repeat;
	text-align: right;
}
#submenu {
	height: 18px;
	font-size: 1.4em;
	text-align: center;
	padding: .2em 20px 0 20px;
	background: url(../images/submenushade.jpg) top left no-repeat;
}
#feature {
	height: 160px;
}
#pageheader {
	height: 56px;
	background: url(../images/headershade_1.jpg) no-repeat;
}
#sidepic {
	height: 319px;
	width: 248px;
	float: right;
	text-align: center;
	margin: 0 0 0 0;
	padding: 23px 25px 10px 0;
	background: url(../images/pic_back.gif);
}
#sidepictop {
	height: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/pic_top.gif) no-repeat;
}
#sidepicbot {
	height: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/pic_bot.gif) no-repeat;
}
#pagebody {
	margin: 0 0 0 0;
	width: 640px;
	padding: 1px 0 25px 25px;
	font-size: 1.4em;
	line-height: 18px;
}
#footer {
	margin: 5px;
	height: 20px;
	width: 935px;
	font-size: 1.2em;
	text-align: center;
}
