BODY {
	font-family: arial;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #006666;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link {
color: #00FFFF;
text-decoration: none;
}

a:visited {
color: #00FFFF;
text-decoration: none;
}

a:hover {
color: #00FFFF;
text-decoration: underline;
}

a:active {
color: #00FFFF;
text-decoration: none;
}

/* BEGIN Search area */
#kinship {
	position: absolute;
	top: 26px;
	z-index: 2;
	display: inline;
	padding: 0px;
	padding-left: 100px;
}
#logo {
	top: 10px;
	z-index: 7;
	display: inline;
	padding-left: 20px;
	position: absolute;
}
#share {
	position: absolute;
	top: 29px;
	z-index: 2;
	display: inline;
	padding: 0px;
	padding-left: 278px;
}
#searchtext {
	position: absolute;
	top: 56px;
	z-index: 5;
	display: inline;
	padding: 0px;
	padding-left: 106px;
	color: #99ffcc;
	font-size:13px;
	font-weight:bold;
}
#searchbox {
	position: absolute;
	top: 54px;
	z-index: 6;
	display: inline;
	padding: 0px;
	padding-left: 164px;
}
#searchbutton {
	position: absolute;
	top: 56px;
	z-index: 5;
	display: inline;
	padding: 0px;
	padding-left: 253px;
}
#donate {
	position: absolute;
	top: 53px;
	z-index: 4;
	display: inline;
	padding: 0px;
	padding-left: 281px;
}
#e-mail {
	position: absolute;
	top: 53px;
	z-index: 3;
	display: inline;
	padding-left: 370px;
}
/* END Search area */

#top-nav {
margin-left:25px;
margin-top:4px;
margin-bottom:4px;
font-size:11px;
color: #FFFFFF;
font-weight:bold;
}
td.top-nav {
background-image: url(../images/bg_nav.gif);
}
#top-nav a {
color: #FFFFFF;
text-decoration: none;
}
#top-nav link {
color: #FFFFFF;
text-decoration: none;
}
#top-nav active {
color: #FFFFFF;
text-decoration: none;
}
#top-nav visited {
color: #FFFFFF;
text-decoration: none;
}
#top-nav hover {
color: #FFFFFF;
text-decoration: underline;
}
#bottom-nav {
	margin-top:4px;
	margin-bottom:4px;
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
}
td.bottom-nav {
background-image:  url(../images/bg_nav.gif);
}
#bottom-nav a {
color: #FFFFFF;
text-decoration: none;
}
#bottom-nav link {
color: #FFFFFF;
text-decoration: none;
}
#bottom-nav active {
color: #FFFFFF;
text-decoration: none;
}
#bottom-nav visited {
color: #FFFFFF;
text-decoration: none;
}
#bottom-nav hover {
color: #FFFFFF;
text-decoration: underline;
}

.sectiontitle {
font-size:14px;
color: #33FF99;
font-weight:bold;
}
.greentext-disasters {
	color: #33FF99;
}

.sectionsub {
font-size:12px;
color: #00FFFF;
font-weight:bold;
}

.cyantext {
font-size:12px;
color: #00FFFF;
}

.greentext {
font-size:12px;
color: #33FF99;
font-weight:bold;
}
.searchresults {
margin-left:25px;
}

.titlebig {
font-family:arial, verdana, sans-serif;
font-size:large;
}

.whiteeighteen {
font-size:18px;
color: #FFFFFF;
font-weight:bold;
}

.whitethirteen {
font-size:13px;
color: #FFFFFF;
}

a.greenthirteen {
font-size:13px;
color: #33FF99;
font-weight:bold;
}

a.cyanthirteen {
font-size:13px;
color: #00FFFF;
font-weight:bold;
}

.indent {
	margin-left: 30px;
}
.outside-marg {
	padding-left: 33px;
}
.padding-leftbuttons {
	padding-right: 20px;
	padding-bottom: 10px;
}
.padding-rightbuttons {
	padding-bottom: 10px;
	padding-right: 20px;
}

.whitefourteen {
font-size:14px;
color: #FFFFFF;
}
.intro18 {
	font-size: 18px;
	color: #99FFCC;
	font-weight: bold;
}
.mint {
	color: #99ffcc;
}

a.cyanfourteen {
font-size:14px;
color: #00FFFF;
}

.greenseventeen {
font-size:17px;
color: #33FF99;
font-weight:bold;
}

.greeneighteen {
font-size:18px;
color: #33FF99;
font-weight:bold;
}
.red16 {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.leftcolumn {
	width: 105px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 148px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	font-size: 11px;
	line-height: 18px;
	background-color: #009999;
}
.whiteline {
	border-bottom-color: #ffffff;
	border-bottom-style:solid;
	border-bottom-width: 2px;

}
.mint16px {
	color: #99FFCC;
	font-size: 16px;
	font-weight: bold;
}
.leftshadow {
	background-image: url(http://www.kinshipcircle.org/images/bg_shadow_left_gray.png);
}
.rightshadow {
	background-image: url(http://www.kinshipcircle.org/images/bg_shadow_right_gray.png);
}
