/* CSS definition file containing sitestyle stylesheets */
BODY { 
	font-family: 'Souvenir Lt BT', 'Times New Roman', Times, serif; 
	font-size:100%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	SCROLLBAR-FACE-COLOR:#BBDDCE;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #BBDDCE;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #BBDDCE;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

 H1 { font-size: 1.4em;}
 H2 { font-size: 1.1em;}
 H3 { font-size: 1em;}
 H4 { font-size: 0.9em;}
 H5 { font-size: 0.8em;}
 H6 { font-size: 0.7em;}
 p {font-size: 0.9em;}

a:link, a:visited
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}


	
li{
	font-size: 0.8em;
	list-style-position: outside;
	list-style:none;
}

 .navTextBottom ul{
	list-style:none;
	margin:0;
	padding:0; /* necessary for IE7 125% */
	letter-spacing: 0.1em;
	text-align: center;
}
.signature {
	font-family: 'staccato222 BT', 'Times New Roman', Times, serif; 
	font-size: 1.5em;
	font-weight: lighter;
}

.bottompagetext {
	font-size: 1em;
	font-style: italic;
	text-align: center;
}


.navTextBottom li {
	display:inline;
}

.navTextBottom a:link, .navTextBottom a:visited{
	color: #000000;
	text-decoration: none;
	margin-left:5px;
	margin-right:5px;
}

.navTextBottom a:hover, .navTextBottom a:active{
	text-decoration: underline;

}

.siteupdated {
	color:#000000;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.menu ul
{
	margin-left: 0px;
	padding-left: 20px;
	padding-top:30px;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.2em;
}

.menu a
{
	display: block;
	padding: 5px;
	width: 150px;
	background-color:#B8DACA;
	border: 1px solid #CEEFE0;
}

.menu a:link, #menu a:visited
{
	color: #000000;
	text-decoration: none;
}

.menu a:hover
{
	background-color: #CEEFE0;
	font-weight:bold;
}


.newstext {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #B8DACA;
	border-right-color: #B8DACA;
	border-bottom-color: #B8DACA;
	border-left-color: #B8DACA;
	background-color: #B8DACA;
	color: #386D54;
	padding: 10px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.left {
	float:left;
	margin-right:10px;
	border: medium solid #CEEFE0;
}

.right {
	float:right;
	margin-left:10px;
	border: medium solid #CEEFE0;
}

.imageborder {
	border: medium solid #CEEFE0;
	margin:10px;
}