#wrapper {
	border: 1px solid white;
	margin:auto auto;
	width: 90%;
	overflow: hidden;
}
#header {
	width:100%;
	text-align: center;
	background-color: #61858F;
	padding-top: 5px;
}
#contentout {
	width: auto;
	text-align: center;
	background-color: #7BA8B5;
	padding: 20px;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#contentin {
	text-align: center;
	background-color: white;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
}
.bold {
	font-style: italic;
	font-weight: bold;
}

body {
	background-color: #FFFFFF;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

body, tr, td{
	font-family: Arial, Helvetica, sans-serif;
}
table {
	width:100%;
	text-align:center;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	background-color: #61858F;
}
td {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ffffff;
	background-color: #61858F;
}
#currentpage {
	background-color: #ffffff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
a.nav {
	text-decoration: none;
}
a.nav:hover {
	display:block;
	background-color:#7BA8B5;
}
a#current {
	text-decoration: none;
}
a#current:hover {
	color:#ffffff;
}
#wrapper  #contentout  #contentin  h3 {
	text-decoration: underline;
	text-align: center;
}
#wrapper #contentout #contentin .upcome h4 {
	text-align: center;
}
#wrapper #contentout #contentin .getinvolved h4 {
	text-align: center;
}

#wrapper #contentout #contentin p {
	text-align: justify;
}
#wrapper #contentout #contentin p.centertext {
	text-align: center;
}
#wrapper #contentout #contentin a:link {

}
#wrapper #contentout #contentin a {
	text-decoration: underline;
}
#wrapper #contentout #contentin .legal {
	font-size: 10px;
	text-align: center;
	width: 50%;
	border: 1px solid #7BA8B5;
	padding: 5px;
	margin: auto;
	clear: both;
}


#wrapper #contentout #contentin a:visited {
}
#wrapper #contentout #contentin a:hover {
	text-decoration: underline;
	background-color: #7BA8B5;
}
#wrapper #contentout #contentin hr {
	color: #7BA8B5;
	background-color: #7BA8B5;
	width: 75%;
	text-align: center;
	visibility: inherit;
}

#wrapper #contentout #contentin a:active {
	text-decoration: underline;
}
#wrapper #contentout #contentin ul {
	text-align: justify;
	/*text-indent: -15px;
	list-style-type: none;
	list-style-position: outside;*/
}
#wrapper   #contentout   #contentin   li  {
	padding-bottom: 10px;
}
.contactfont {font-size: 12px}
#wrapper #contentout #contentin .upcome {
	text-align: left;
	padding: 5px;
	float: left;
	width: 48%;
	border: 1px solid #7BA8B5;
	margin-bottom: 10px;
}
#wrapper #contentout #contentin .getinvolved {
	text-align: left;
	padding: 5px;
	float: right;
	width: 48%;
	border: 1px solid #7BA8B5;
	margin-bottom: 10px;
}

#wrapper #contentout #contentin .comm {
	text-align: left;
	padding: 5px;
	float: left;
	width: 48%;
	border: 1px solid #7BA8B5;
	margin-bottom: 10px;
}
#wrapper #contentout #contentin .disa {
	text-align: left;
	padding: 5px;
	float: right;
	width: 48%;
	border: 1px solid #7BA8B5;
	margin-bottom: 10px;
}

.red {
	color: #FF0000;
}
.nospace {
display: inline;
}
