body {
	margin: 0;
	padding: 0;
}
h2, h3 {
	margin-top: 0;
	color: #22316C;
}
form {
	margin: 0;
	padding: 0;
}
p {
	font: 80%/1.8 Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #22316C;
	margin-top: 0;
}
#wrapper {
	text-align: left;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(grass2.gif);
	background-position: left top;
	border-top: 2px solid #EE9A00;
	border-left: 2px solid #EE9A00;
	border-right: 2px solid #EE9A00;
	border-bottom: 2px solid #EE9A00;
}
#outer {
	
	border-right: 250px solid #f1f2fd; /* right column background */
	background-color: #FAFAFA;         /* center column background */
}
#inner {
	margin: 0;
	width: 100%; 
}
#header {
	background-color: #FFFFFF;  
	color: #901602;
	border-bottom: 1px dotted #CCCCCC;
}
#header h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin-right: 1em;
}

#side2 {
	width: 240px;
	margin-right: -250px;
	float: left;
	position: relative;
	z-index: 11;

}
#side2 h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #22316C;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-left: 0.2em;
}

#side2 h4 {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #22316C;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-left: 0.2em;
}
#side2 p {
	padding-left: 10px;
}
.adbox {
	padding: 2px 4px 2px 6px;
	margin: 0 0.5em 10px 0.5em;
	border: 1px dotted #22316C;
	background-color: #FFFFFF;
}

#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;



}
#content h2 {
	font: 130% Georgia, "Times New Roman", Times, serif;
	color: #22316C;
	margin-left: 1em;
}

#content h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #22316C;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-left: 0.2em;
}
#content p {
	margin-left: 3em;
	margin-right: 2em;
}
#footer {
	background-image: url();
	color:#22316C;
	width: 100%;
	position: relative;
	z-index: 13;
	border-top: 1px dotted #EE9A00;
}
#footer p {
	padding-left: 1em;
}
.clear { 
	clear: both;
}

/* Mozilla bug workarounds */
#outer > #inner { 
	border-bottom: 1px solid transparent; 
}

#side2 {
	margin-left: 1px;
}
#content {
	margin: 0 -3px 0 -2px;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #00688B;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#navigation li {
	display: inline;
	position:relative;
}

#navigation a:link, #navigation a:visited { 
	padding: 3px 10px 2px 10px; 
	color: #FFFFFF;
	background-color: #00688B;
	text-decoration: none;
	border: 1.5px solid #EE9A00;
}
#navigation a:hover {
	color: #FFFFFF;
	background-color: #9BC4E2;
}

p, td, th {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #22316C;
}
.datatable {
	border: 1px solid #22316C;
	color: #22316C;
	border-collapse: collapse;
	width: 100%;
}
.datatable td {
	border: 1px solid #DD9A00;	
	padding: 4px;
}
.datatable th {
	border: 1px solid #DD9A00;
	background-color: #22316C;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #22316C;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr.altrow {
	background-color: #F1F2FD;
	color: #22316C;
	font-weight: bold;
}

#marquee {
background-color: #f1f2fd;
color: #22316C;
padding-top: 8px;
padding-bottom: 5px;
border: 1px dotted #EE9A00;
}

ul {
	list-style-image: url(bullet.gif);
}
