@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #0a995c;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	font-family: Calibri, Tahoma, Arial;
}
img { border: none; }
h1 { font-size: 1.3em; }
h2 { font-size: 1.1em; }

#navbar li {
	list-style-type: none;
	display: inline;
	margin-right: 30px;
	font-size: 13px;
	color: black;
}
#navbar a {
	color: black;
	text-decoration: none;
}
#navbar a:hover {
	text-decoration: underline;
	color:#009900;
}
#navbar ul {
	margin-top: 0;
	padding-top: 5px;
}
.navover a { font-weight: bold; text-decoration: underline; } 
.bullets_on_top {
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
	text-align:center;
	color: white;
}

.hometable, .hometable a {
	font-size: .9em;
	color: white;
	font-weight: bold;
	text-align: left;
}
.hometable td { padding-right: 0px; } 
