/* CSS Document */

/* CSS Document */
body {

    margin: 0px;
    padding: 0px;
    background-color: #A7D0EF;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;

}

#master {

    position: relative;
	width:760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #006600;
	text-align: left;

}



#bodywrap {
	background-color: #A7D0EF;
	margin-top: 304px;
	position: absolute;
	background-image:url(/assets/images/homepage/main2_bckgrnd.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding: 0px;
	width:760px;
	left: 0px;
	top: 0px;

}

#sidecol {

    width:259px;
	float: right;
	background-color: #7DBBE6;
	margin-bottom: 20px;
	margin-top:200px;
	

}

#sidecol h1
{
margin:10px;
size:14px;
}

#sidecol p
{
margin:10px;
padding-bottom:10px;
}

#sidebartop a {
color: #000080;
}



#sidebarbottom {
	margin-top:100px;
width:250px;
margin-left:10px;
color:#FFFFFF;
}
#sidebarbottomhome {
width:250px;
margin-top:50px;
margin-left:10px;
color:#FFFFFF;
}


#sidecolbottom
{
background-image:url(/assets/images/homepage/rightcol_btm.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	height:32px;

}

#sidecollogo
{
background-color: #A7D0EF;
text-align:center;
}

#maincol {

    margin-right: 259px;
	margin-bottom: 20px;
	margin-top:140px;

}

.contentBox
{
margin-left:18px;
width: 460px;
background-image:url(/assets/images/homepage/content_bx_bckgrnd.jpg);
background-repeat:no-repeat;
background-position:top;
background-color: #7DBBE6;
}

.contentBoxRepeater
{
margin-left:18px;
width: 460px;
background-image:url(/assets/images/homepage/content_bx_bckgrnd.jpg);
background-repeat:no-repeat;
background-position:top;
background-color: #7DBBE6;
margin-top:16px;
}


a:link {
	color: #004B91;
	text-decoration: none;
	}
a:visited {
	color: #004B91;
	text-decoration: none;
	}
a:active {
	color: #004B91;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


#maincol p {
	padding-left:10px;
	padding-right: 10px;

}

#maincol h1 {

    padding-left:10px;
	padding-top:10px;
	padding-bottom:5px;
	font-size:16px;
	font-weight:bold;

}

#maincol li {
padding:5px;
}
#footer {
	width:100%;
	height:155px;
	clear: both;
	text-align: left;
	color: #FFFFFF;
	background-image:url(images/homepage/footer.jpg);
	background-repeat:no-repeat;
}

#footer a
{
color: #FFFFFF;
}

#footer p
{
color:#FFFFFF;
padding-top:135px;
padding-left:10px;
}

#footeraddress {
  float:right;
  width: auto;
  margin-top:85px;
  font-size:9px;
  margin-right:40px;
}

#mainimage {
	position:absolute;
	width:760px;
	height:176px;
	z-index:1;
	left: 0px;
	top: 0px;
}

#b_report {
	position:absolute;
	width:228px;
	height:22px;
	z-index:1;
	left: 498px;
	top: 214px;
}

#b_learn {
	position:absolute;
	width:228px;
	height:22px;
	z-index:1;
	left: 498px;
	top: 252px;
}

#b_volunteer {
	position:absolute;
	width:228px;
	height:22px;
	z-index:1;
	left: 498px;
	top: 288px;
}

#b_donate {
	position:absolute;
	width:228px;
	height:22px;
	z-index:1;
	left: 498px;
	top: 326px;
}
/* CORNERS AND EDGES*/
.mT {background: url(/assets/images/homepage/dot.jpg) 0 0 repeat-x; width: 100%}
.mB {background: url(/assets/images/homepage/dot.jpg) 0 100% repeat-x}
.mL {background: url(/assets/images/homepage/dot.jpg) 0 0 repeat-y;}
.mR {background: url(/assets/images/homepage/dot.jpg) 100% 0 repeat-y;}

.mBl {background: url(/assets/images/homepage/bl.jpg) 0 100% no-repeat}
.mBr {background: url(/assets/images/homepage/br.jpg) 100% 100% no-repeat}
.mTl {background: url(/assets/images/homepage/tl.jpg) 0 0 no-repeat}
.mTr {background: url(/assets/images/homepage/tr.jpg) 100% 0 no-repeat; padding-top:10px; padding-left:10px; padding-right:10px;padding-bottom:10px;}
.cTl {background: url(/assets/images/homepage/tlb.jpg) 0 0 no-repeat}
.cTr {background: url(/assets/images/homepage/trb.jpg) 100% 0 no-repeat; padding-top:16px; padding-left:10px; padding-right:10px;padding-bottom:10px;}
