body {
	font-family: Trebuchet MS, Arial, sans-serif; 
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: left;
/*	background: url(/walk4water/images/background.jpg);
	background-attachment: fixed; */
	background-color: #333399;
}

#body img {
	display: block;
}

#spacer {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 20px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: justify;
}

#header {
	float: left;
	width: 750px;
	height: 125px;
	padding: 0;
}
#nav {
	float: left;
	width: 750px;
	height: 24px;
	padding: 0px 10px 0 10px;
	background: url(/walk4water/images/nav-bg.jpg) no-repeat;
	color: #000000;
/*	font-family: Arial, Arial, Helvetica, sans-serif; */
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
}   
#nav ul {
	margin: 0px;
	padding: 3px 0px 0px 10px;
/*	background-color: #333399; */
}
#nav ul li {
	list-style-type: none;
	display: inline;
	padding-right: 30px;
}
#nav a:link{
	color : #FFFFFF;
	text-decoration : none;
}
#nav a:hover{
	color: #F6BA2B;
	text-decoration : none;
}
#nav a:visited{
	color : #FFFFFF;
	text-decoration : none;
}
#nav a:visited:hover{
	color : #F6BA2B;
	text-decoration : none;
}
#nav a:active{
	color : #F6BA2B;
	text-decoration : none;
}
#nav #currentpage a {
	color: #F6BA2B;
	text-decoration : none;
}

#center {
	float: left;
	width: 730px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(/walk4water/images/center-background.jpg) repeat-y;
}

#left {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 510px;
	text-align: justify;
}
#left h2 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 17px;
	color: #333399;
	font-style: normal;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0px;
	border-bottom: 1px solid #333399;
}
#left h4 {
	font-size: 10px;
	font-style: italic;
	padding: 0;
	margin: 0 0 0 12.5em;
	color: #666666;
}
#left h3 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #333399;
	font-style: italic;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#left h5 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #03AFD5;
	font-weight: bold;
	padding: 10px 0 0 25px;
	margin: 0;
}
#left h6 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #03AFD5;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#left p {
	padding: 0;
	margin: 0;
}
#left a:link{
	color : #333399;
	text-decoration : none;
	font-weight: normal;
}
#left a:hover{
	color : #03AFD5;
	text-decoration : none;
	font-weight: normal;
}
#left a:visited{
	color : #333399;
	text-decoration : none;
	font-weight: normal;
}
#left a:visited:hover{
	color : #03AFD5;
	text-decoration : none;
	font-weight: normal;
}
#left a:active{
	color : #03AFD5;
	text-decoration : none;
	font-weight: normal;
}
#left img {
	display: block;
}
#left label {
	width: 10em;
	float: left;
	text-align: right;
	margin: 0.25em 0.5em 0 0;
	display: block;
}
#left textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	width: 300px;
}
#left .input {
	display: block;
	margin-bottom: 3px;
}
#left .submit {
	margin-left: 10.5em;
}
#left .message {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
#left .error-message {
	color: #FF0000;
	margin: 0 0 0 10.5em;
}
#left .success-message {
	color: #10AD10;
	text-align: center;
/*	margin: 0 0 0 10.5em; */
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #FFF1A8;
}
#left .profile_section {
	padding: 0;
	margin: 0 0 20px 0;
}
#left .page-counter {
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0;
	color: #000000;
}
#left .page-counter a:link {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}
#left .page-counter a:hover {
	color: #03AFD5;
	text-decoration: none;
	font-weight: bold;
}
#left .page-counter a:visited {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}
#left .page-counter a:visited:hover {
	color: #03AFD5;
	text-decoration: none;
	font-weight: bold;
}
#left .page-counter a:active {
	color: #03AFD5;
	text-decoration: none;
	font-weight: bold;
}
#left .require label:before {
	font-weight: bold;
	color: red;
	content: "* ";
}
#left .table-header {
	background-color: #333399;
	color: #FFFFFF;
	font-weight: bold;
}
#left .table-header a:link {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
#left .table-header a:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #03AFD5;
}
#left .table-header a:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
#left .table-header a:visited:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #03AFD5;
}
#left .table-header a:active {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #03AFD5;
}

#right {
	float: right;
	width: 198px;
	color: #000000;
	text-align: justify;
	padding: 0 1px 0 1px;
}
#right h2 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 17px;
	color: #6666CC;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #6666CC;
}
#right h3 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #6666CC;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#right img {
	display:block;
}
.photo-right {
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
#accountLinks {
	padding: 5px;
	margin: 10px 0 0 0;
	color: #333399;
	background-color: #81D7EA;
	border-bottom: 1px solid #333399;
	border-top: 1px solid #333399;
}
#accountLinks a:link {
	color: #333399;
	text-decoration: none;
}
#accountLinks a:visited {
	color: #333399;
	text-decoration: none;
}
#accountLinks a:hover {
	color: #333399;
	text-decoration: underline;
}
#accountLinks a:active {
	color: #333399;
	text-decoration: underline;
}
#accountLinks a:visited:hover {
	color: #333399;
	text-decoration: underline;
}
#right ul {
	margin: 0;
	padding: 0;
/*	border-top: 1px dashed #DBB871; */
}
#right li {
	list-style-type: none;
	line-height: 24px;
}
#right li a{
	font-size: 12px;
	width: 198px;
	height: 24px;
	color: #FFFFFF;
	text-indent: 19px;
	font-style: normal;
	font-weight: bold;
	background:  url(/walk4water/images/right-li-dot.gif) no-repeat;
	text-decoration : none;
	display: block;
	border-bottom: 1px dashed #FFFFFF;
}
#right li a:link{
	font-size: 12px;
	width: 198px;
	height: 24px;
	color: #FFFFFF;
	text-indent: 19px;
	font-style: normal;
	font-weight: bold;
	background:  url(/walk4water/images/right-li-dot.gif) no-repeat;
	text-decoration : none;
	display: block;
	border-bottom: 1px dashed #FFFFFF;
}
#right li a:visited{
	font-size: 12px;
	width: 198px;
	height: 24px;
	color: #FFFFFF;
	text-indent: 19px;
	font-style: normal;
	font-weight: bold;
	background:  url(/walk4water/images/right-li-dot.gif) no-repeat;
	text-decoration : none;
	display: block;
	border-bottom: 1px dashed #FFFFFF;
}
#right li a:hover{
	font-size: 12px;
	width: 198px;
	height: 24px;
	color: #FFFFFF;
	text-indent: 19px;
	font-style: normal;
	font-weight: bold;
	background-image:  url(/walk4water/images/right-li-dot.gif) no-repeat;
/*	background-color: #81D7EA; */
	background-color: #333399;
	text-decoration : none;
	display: block;
	border-bottom: 1px dashed #FFFFFF;
}
#right li a:active{
	font-size: 12px;
	width: 198px;
	height: 24px;
	color: #FFFFFF;
	text-indent: 19px;
	font-style: normal;
	font-weight: bold;
	background-image:  url(/walk4water/images/right-li-dot.gif) no-repeat;
	background-color: #333399;
	text-decoration : none;
	display: block;
	border-bottom: 1px dashed #FFFFFF;
}
#right li a:visited:hover{
	font-size: 12px;
	width: 198px;
	height: 24px;
	color: #FFFFFF;
	text-indent: 19px;
	font-style: normal;
	font-weight: bold;
	background-image:  url(/walk4water/images/right-li-dot.gif) no-repeat;
	background-color: #333399;
	text-decoration : none;
	display: block;
	border-bottom: 1px dashed #FFFFFF;
}


#centerBottom {
	font-size: 11px;
	color:  #666;
	line-height: 14px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #e5e5e5;
}

#centerBottom a:link{
	color: #666;
	text-decoration : none;
}
#centerBottom a:hover{
	color : #333399;
	text-decoration : none;
}
#centerBottom a:visited{
	color : #666;
	text-decoration : none;
}
#centerBottom a:visited:hover{
	color : #333399;
	text-decoration : none;
}


#littleNav {
	clear: both;
	float: left;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	height: 18px;
	width: 730px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(/walk4water/images/center-background.jpg);
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
}   
#littleNav ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #333399;
}
#littleNav ul li {
	list-style-type: none;
	display: inline;
	padding-left: 30px;
}
#littleNav a:link{
	color : #FFFFFF;
	padding: 0px;
	text-decoration : none;
}
#littleNav a:hover{
	color : #F6BA2B;
	text-decoration : none;
}
#littleNav a:visited{
	color : #FFFFFF;
	text-decoration : none;
}
#littleNav a:visited:hover{
	color : #F6BA2B;
	text-decoration : none;
}
#littleNav a:active{
	color : #F6BA2B;
	text-decoration : none;
}