body {
	margin: 0px;
	padding: 0px;
}
* {
	font-family: verdana;
	font-size: 94%; 
}

.header { text-align: center; padding: 3px; border-bottom: 1px solid #efefef; margin: 0 0 6px 0; }
.menu a { background: url('images/nav.png') repeat-x; display: block; margin: 4px; padding: 8px; font: 105% Arial; font-weight: bold; text-decoration: none; color: #fff; text-shadow: 0 1px 0px #000; border: 1px solid #123c50; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

.listing { padding: 6px; background: #efefef; border-bottom: 1px solid #ccc; }
.alt { background: #fefefe; }
.listing p { font-size: 100%; line-height: 145%; }

.content li { font-size: 115%/140%; list-style: circle; }

.footer { background: #efefef; padding: 10px; text-align: center; border-top: 1px solid #ccc; margin: 5px 0 0 0; }

h2 { color: #81c136; font: 125% Arial; font-weight: bold; padding: 0; margin: 0 0 5px 0; }
form { padding: 5px; }

.ad { padding: 5px; text-align: center; }

.content {
 	padding: 5px;
 	text-align: left;
}

.content p { line-height: 145%; margin: 0 0 9px 0; }

.container {
 	text-align: left;
}
.navItem1 {
 	padding: 5px;
 	background-color: #81c1e6;
 	color: #000;
 	text-align: left;
 	font-weight: bold;
}
.text {
 	padding: 5px;
 	background-color: #fff;
 	color: #000;
 	text-align: left;
 	font-weight: normal;
}
.navItem2 {
 	padding: 5px;
 	background-color: #4e92b9;
 	color: #000;
 	text-align: left;
 	font-weight: bold;
}
.navItem3 {
 	padding: 5px;
 	background-color: #81c1e6;
 	color: #000;
 	text-align: left;
 	font-weight: bold;
}
a {
 	color: #000;
 	text-decoration: underline;
}
fieldset {
 	border: 0px;
}
