/* Main CSS */
*{
	margin: 0;
}

body{
	background-color: #ffffff;
}

/* 

CSS for Top Navigation Begins Here

*/

#topnav ul {
	padding: 0;
	width: 760px;
	margin: 0 auto;
}
#topnav ul li{
	display: inline;
	color: #0d5ab6;
}
a.notactive:Link {
	color: #0d5ab6;
	text-decoration: none;
}
a.notactive:Visited {
	color: #0d5ab6;
	text-decoration: none;
}
a.notactive:Hover {
	color: #c5e256;
	text-decoration: none;
}
a.activenav:link {
	color: #c5e256;
	text-decoration: none;
}
a.activenav:visited {
	color: #c5e256;
	text-decoration: none;
}
a.activenav:hover {
	color: #c5e256;
	text-decoration: none;
}
a.activenav:active {
	color: #c5e256;
	text-decoration: none;
}



/*

CSS for Header Begins Here

*/

#head {
	height: 80px;
	background-image: url("images/head_rp.jpg"); 
	background-repeat: repeat-x;
}
#headimg {
	width: 760px;
	height: 80px;
	background-image: url("images/head.jpg");
	margin: 0 auto;
}
#footer {
	height: 80px;
	margin-top: 50px;
	background-image: url("images/head_rp.jpg"); 
	background-repeat: repeat-x;
}

/*

CSS for Bottom Nav Begins Here

*/

#bottomnavwrap{
	height: 30px;
	background-color: #9b9bff;
}

#bottomnav ul {
	padding: 1px 0px 0px 20px;
	width: 760px;
	margin: 0 auto;
}
#bottomnav ul li{
	display: inline;
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 1.4em;
	margin-right: 10px;
}
#bottomnav ul li a:Link {
	color: #ffffff;
	text-decoration: none;
}
#bottomnav ul li a:Visited {
	color: #ffffff;
	text-decoration: none;
}
#bottomnav ul li a:Hover {
	color: #c5e256;
	text-decoration: none;
}

/* 

CSS for Content Begins here

*/

#content {
	margin: 0 auto;
	width: 760px;
}

.leftcontent {
	padding: 10px;
	width: 500px;
	float: left;
}
.leftcontent h1 {
	font-size: 1.4em;
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}
.leftcontent h2 {
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 1.1em;
	font-style: normal;
}
.leftcontent h2 {
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 1.1em;
	font-style: normal;
}
p.title {
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: .9em;
	font-style: italic;
	color: grey;
	margin-bottom: 10px;
}
p.description {
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: .9em;
	font-style: normal;
	margin-bottom: 25px;
}
.rightcontent p {
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: .8em;
	color: black;
	font-style: normal;
	margin-bottom: 5px;
}
.rightcontent {
	width: 240px;
	float: left;
	padding-top: 20px;
}
h3.volunteerhead {
	font-family: Verdana;
	font-size: 1.0em;
	font-style: normal;
	color: #0d5ab6;
}

/*

CSS for Body Text Here

*/

h1.give {
	color: #66ff33;
}
h1.advocate {
	color: #cc33cc;
}
h1.volunteer {
	color: #cc6600;
	font-family: Verdana;
	font-style: normal;
	font-size: 1.1em;
}
h1.weare {
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	color: #0d5ab6;
	text-align: center;
}
h2.rctitle {
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	color: #c5e256;
	text-align: center;
	margin-bottom: 25px;
}

a.donate:Link {
	color: #cc6600;
	font-family: Verdana;
	font-style: normal;
	font-size: 1.3em;
	text-decoration: none;
}
a.donate:Visited {
	color: #cc6600;
	font-family: Verdana;
	font-style: normal;
	font-size: 1.3em;
	text-decoration: none;
}
a.donate:Hover {
	color: #cc6600;
	font-family: Verdana;
	font-style: normal;
	font-size: 1.3em;
	text-decoration: underline;
}
.clear {
	clear: both;
}

/* 

Footer CSS 

*/

#footer ul {
	padding-top: 35px;
	width: 760px;
	margin: 0 auto;
	text-align: center;
}
#footer ul li{
	margin-right: 45px;
	display: inline;
	color: #ffffff;
}
a.footlink:link {
 color: ffffff;
 text-decoration: none;
}
a.footlink:visited {
 color: #ffffff;
 text-decoration: none;
}
a.footlink:hover {
 color:  #c5e256;
 text-decoration: none;
}

