td,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #852c02;
}

body {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #CCF0C6;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat;
}

a {
	background: url(images/a_underline.gif) repeat-x left bottom;
	text-decoration: none;
	color: #375C3D;
}

a:hover {
	background: none;
	text-decoration: underline;
}

hr{
    color:#CCF0C6;
}



.leftcol{
	width:10px;
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
}

.lefttopcorner{
	height:10px;
	max-height:10px;
	background-image: url(images/left-corner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.leftbottomcorner{
	height:10px;
	max-height:10px;
	background-image: url(images/left-bottom-corner.png);
	background-repeat: no-repeat;
	background-position: top;
}


.lefttop{
	height:10px;
	max-height:10px;
	background-image: url(images/left-top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.leftbottom{
	height:10px;
	background-image: url(images/left-bottom.gif);
	background-repeat: repeat-x;
}

.nav{
	background-color: #76A87E;
    padding-left: 10px;
	padding-right: 10px;
}

.navcontent{
	text-align: center;
	color:#375C3D;
	font-size: 16px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
}

.linktitle{
	text-align: center;
	color:#375C3D;
	font-size: 14px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
}

.content{
	background-color: #F2E484;
    padding-left: 10px;
	padding-right: 10px;
}

.copyright{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color:#832301;
}

.rightcol{
	width:10px;
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
}


.righttopcorner{
	height:10px;
	max-height:10px;
	background-image: url(images/right-corner.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.rightbottomcorner{
	height:10px;
	max-height:10px;
	background-image: url(images/right-bottom-corner.png);
	background-repeat: no-repeat;
	background-position: top;
}


.righttop{
	height:10px;
	max-height:10px;
	background-image: url(images/right-top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.rightbottom{
	height:10px;
	background-image: url(images/right-bottom.gif);
	background-repeat: repeat-x;
}
.swallows{
    color:#B2DEB0;
}
#index_imagefader{
	background-color: #000000;
    width: 300px;
	height: 450px;
}

#index_imagefader_land{
	background-color: #000000;
	margin-left:85px;
    width: 450px;
	height: 300px;
}

.titles{
    padding-top: 10px;
}

.imgborder{
   padding:2px;
   border:2px solid #852c02;
}

blockquote {
	padding: 0 0 0 40px;
	background: url(images/quotes.gif) no-repeat;
	font: italic small Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
}





