html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/BG2.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
.white {
	color: #CCCCCC;
}
.selected {
	font-weight: bold;
	color: #FFCC99;
	background-color: #000000;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #FFFFFF;
}

.text {
	line-height: 22px;
	padding-bottom: 8px;
}
a {
	font-weight: bold;
	color: #009933;
}




.photoLeft {
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	float: left;
}

.photoRight {
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: right;
	float: right;
}

.headline {
	font-size: 200%;
	font-weight: bold;
	color: #006600;
	margin-top: 8px;
	margin-bottom: 4px;
	text-align: center;
	line-height: normal;
}

.subhead {
	font-size: 124%;
	font-weight: bold;
	color: #006600;
	margin-top: 8px;
	margin-bottom: 2px;
}

p a {
	font-weight: bold;
	color: #009933;
	text-decoration: underline;
}

p a:hover, p a:focus {
	text-decoration: none;
	color: #996600;
}

#nav {
	font-size: 120%;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
}
.address {
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}
#nav p {
	padding-top: 6px;
	padding-bottom: 6px;
}


#nav a {
	font-weight: bold;
	color: #66FFCC;
	text-decoration: none;
	background-color: #000000;
	padding-right: 4px;
	padding-left: 4px;
}

#nav a:hover, #nav a:focus {
	color: #FFFF99;
	text-decoration: none;
}

.sidebar {
	line-height: 120%;
	font-weight: bold;
	color: #CC6600;
	padding-bottom: 6px;
}

li a {
	font-weight: bold;
	color: #CC9933;
	text-decoration: none;
}

li a:hover, li a:focus {
	text-decoration: underline;
}

ul {
	padding-right: 8px;
	padding-left: 8px;
}
.box {
	padding: 8px;
	border: thin solid #336666;
}
#nav2 {

	font-size: 120%;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
}
#nav2 p {

	padding-top: 6px;
	padding-bottom: 6px;
}
#nav2 a {

	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 6px;
}
#nav2 a:hover, #nav2 a:focus {

	color: #FFFFCC;
	text-decoration: none;
}
.footer {
	font-size: 80%;
}

