html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
}


body {
font-family:Geneva, Arial, Helvetica, sans-serif
color: #000000;
	background-color: #c3B06c;
	background-image: url(../images/Joe%20with%20baby-bkgd-250.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#wrapper {
	width: 800px;
	background-color: #FFFFFF;
	position: relative;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#banner {
	overflow: hidden;
	height: 181px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
}

#nav {
	color: #000000;
	height: 29px;
}

#nav ul {
	padding: 0px;
	margin: 0px;
}
.floatleft {
	float: left;
}
.boxhome {
	height: auto;
	width: 216px;
	color: #333333;
}


#nav ul li {
	display: inline;
}

#nav ul li a {
	font-size: 12px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	height: 19px;
	width: auto;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 13px;
	color: #000000;
}

#nav ul li a:hover{
	color: #FFFFFF;
	background-color: #015289;
}

#leftcol #leftnavmenu{
	float:left;
	width: 33%;
}
#wrapper #content #contentregion .contentdetail img {
	margin: 0px;
	padding: 10px;
}

#midcol #leftnavmenu{
float:left
width: 33%;
}
#rightcol #leftnavmenu{
float:right
}
.boxcontent {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 80%;
}


#leftcol #leftnavmenu ul {
margin: 0; 
padding: 0;
background-color: transparent;
list-style-type: none;
font-size: 80%;
border: 1px solid #000000;
/*border: 1px solid #000000;*/

/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
}

#leftcol #leftnavmenu ul li {
padding: 0;
margin: 0;
}

#leftcol #leftnavmenu ul li a {
background-color: #869BCC;
border-bottom: 1px solid #000000;
color: #000000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}

#leftcol #leftnavmenu  a:focus {
background-color: #003366;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}
#leftcol #leftnavmenu  a:hover {
background-color: #003366;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}

#rightcol #rightnavmenu{
	border-bottom: 1px solid #000000;
}

#rightcol #rightnavmenu ul {
margin: 0; 
padding: 0;
background-color: transparent;
list-style-type: none;
font-size: 90%;
border: 1px solid #000000;
/*border: 1px solid #000000;*/

/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
}

#rightcol #rightnavmenu ul li {
padding: 0;
margin: 0;
}

#rightcol #rightnavmenu ul li a {
background-color: #869BCC;
border-bottom: 1px solid #000000;
color: #000000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none;
height: 1%;
}

#rightcol #rightnavmenu  a:focus {
background-color: #003366;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}

#rightcol #rightnavmenu  a:hover {
background-color: #0033CC;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}


#rightcol{
	width: 170px;
	float: right;
	height: 150px;
	margin: 10px 3px 20px;
}
#content{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 10px;
	font-size: 14px;
}



#content h2{
	margin-bottom: 5px;
}
#content h1{
	font-size: 18px;
	margin-bottom: 5px;

}
#content h3{
	font-style: oblique;
}



#footerbar h1{
	font-size: 18px;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}





.leftimage{
float: left;
margin: 0 10px 20px 0;
}

.rightimage{
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}


.clearit{
clear: both;
}

#footer{
	color: #000000;
	width: 800px;
	background-position: center;
	text-align: center;
	font-weight: bold;
}

#footer p {
	font-size: 11px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
}

#footer p a {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin: 0px;
	color: #000000;
}

#footerbar{
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/footerbar-bg.gif);
	background-repeat: repeat-y;
	list-style-type: circle;
	margin: 0px;
	height: 100%;
	width: 800px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.menulinks {
	color: #000000;
}


#footerbar p {
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 6px;
}

#footerbar p a {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
	color: #000000;
}

#leftcol{
	margin-left: 3px;
	margin-top: 0px;
	width: 140px;
	margin-bottom: 20px;
	float: left;
	height: 150px;
}


.container{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.containerscroll{
	width: 100%;
	border: thin dotted #C0C0C0;
	margin: 0px;
	padding: 0px;
	height: 200px;
	overflow: scroll;
}
#wrapper #nav #home {
	background-image: url(../images/rednav-bg.jpg);
}
.copyright {
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
#wrapper #footerbar ul {
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-left: 35px;
}
#wrapper #footerbar a {
	color: #FFFFFF;
	font-size: 12px;
}
#wrapper #content #wrapper #content .floatleft .boxhome .boxcontent .readmore {
	text-align: right;
}

#linkactive {
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 0px;
	margin: 0px;
	width: auto;
}
#nav #linkactive a {
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	height: 18px;
	width: auto;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #015289;
	color: #FFFFFF;
}

#nav #linkactive a:hover{
	color: #FFFFFF;
	background-color: #015289;
}
#navbar {
	height: 29px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#content .floatleft .boxhome .readmore a{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	width: 58px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
	text-decoration: none;
}
#wrapper #content .floatleft .boxhome .boxcontent a {
	text-decoration: none;
	color: #000000;
}
#wrapper #content .contentjumplinks {
	margin: 10px 10px 10px 380px;
	padding: 0px;
	font-size: 90%;
}
#wrapper #content .contentjumplinks h2 {
	color: #FF0000;
	font-size: 120%;
}
#wrapper #content .top {
	margin-right: 30px;
}
#wrapper #content .top a {
	color: #FF0000;
}
#wrapper #content #contentregion {
	border: 1px dotted #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#wrapper #content #contentregion .contentbox .contentlinks {
	margin-left: 20px;
}
#wrapper #content #contentregion .contentbox .contentarea {
	margin-left: 10px;
	margin-top: 10px;
}
#wrapper #content .floatleft .boxhome .boxcontent .readmore a {
	color: #FF0000;
}
#wrapper #content .floatleft .boxhome .boxcontent .readmore {
	text-align: right;
}
.required {
	color: #FF0000;
}
#wrapper #content #contentregion .contentbox .contentdetail {
	margin: 5px 5px 5px 20px;
	border: 1px groove #EDEDED;
	background: #D6D6D6;
}
#wrapper #content #contentregion .contentdetail {
	border: thin dashed #F9F9F9;
	color: #454545;
	padding: 5px;
	margin: 10px 30px;
}
#wrapper #banner #donationtop {
	height: 30px;
	width: 162px;
	position: relative;
	left: 35px;
	top: 115px;
	z-index: 1004;
}
img {
	border-style: none;
}
#wrapper #donationtop form {
	margin: 0px;
	padding: 0px;
}
#wrapper #donationtop {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 58px;
	bottom: -219px;
	width: 200px;
	height: 0px;
	z-index: 2;
}
#wrapper #banner img {
}

#contentregion img {
}

.container p {
	font-size: 12px;
	color: #000000;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
