/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #3A5210;
	background-image: url(images/sea.jpg);
	background-attachment: fixed;
}

.month {
	border:1px solid #000000;
	vertical-align: top;
	background-color: #FFFFFF;
}

.mheader {
	font-weight: bold;
	text-align: center;	
}

.daybox {
	text-align: center;
}

#navpanel {
	width: 240px;
	display: inline;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 5px;
	margin-left: 5%;
}
#links {
	background-color: #FFFFFF;
	text-align: center;
}
.corners {
	background-color: #FFFFFF;
	height: 5px;
}
#bookp {
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}


#main {
	margin-left: 250px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#maintext {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.right {
	text-align: right;
}


#copy {
	text-align: center;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#awebdesign {
	text-align: center;
	padding: 5px;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
.justify {
	text-align: justify;
}

a:link {
	color: #3A5210;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #3A5210;
	text-decoration: none;
}
a:hover {
	font-weight: bolder;
	color: #000300;
	text-decoration: none;
}
#header {
	font-size: 1em;
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
}

h2 {
	font-size: 1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.tablemid {
	margin-right: auto;
	margin-left: auto;
}

.imgborder {
	border: 1px solid #006666;
}


#top {
	background-position: 252px;
	height: 167px;
}
.center {
	text-align: center;
}
.nomargin {
	margin: 0px;
}

.floatleft {
	float: left;
	margin-right: 5px;
}

.floatright {
	float: right;
	margin-left: 5px;
}
.tiny {
	font-size: 0.8em;
	font-style: italic;
}

#all {
	margin-left:5%;
	width:90%;
	border: 1px solid #FFFFFF;
	background-image: url(images/grass.jpg);

}
#logo2 {
	margin-bottom: 5px;
}
.bold {
	font-weight: bold;
}
.upperl {
	color: #000000;
	font-weight: bold;
}
.lowerl {
	color: #0000FF;
	font-weight: bold;
}
.both {
	color: #009900;
	font-weight: bold;
}

a.upperl {
	color: #000000;
	font-weight: bold;
}
a.lowerl {
	color: #0000FF;
	font-weight: bold;
}
a.both {
	color: #009900;
	font-weight: bold;
}

a.upperl:visited {
	color: #000000;
}
a.lowerl:visited  {
	color: #0000FF;
}
a.both:visited  {
	color: #009900;
}
.neither {
	color: #999999;
}
