﻿.ClearBoth
{
	clear:both;
}

html,body
{
	text-align:center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#c3eef5;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;	
}

.container
{
	width:1024px;
	text-align:left;
	margin:0 auto;
	position:relative;
}

.hyperlink
{
	font-size: 12px;
	color: #EB2C25;
	text-decoration: underline;
}

.header
{
	width:1024;
	height:184px;
	background-image:url('images/Header.gif')
}

.header .logo
{
	 float:left;
	 margin-top:5px;
	 margin-left:15px;
}

.topnav
{
	float:right;
	margin-top:102px;
	list-style:none;
	width:548px;
	height:58;
}

.topnav li
{
	float:left;
}

.topnav li a
{
	display:inline-block;
	height:58px;
}

#navHome a
{
	width:60px;
}

#navHome a:hover, #navHome a.pageon
{
	background-image:url('images/Home_On.gif')
}

#navAboutUs a
{
	width:81px;
}

#navAboutUs a:hover, #navAboutUs a.pageon
{
	background-image:url('images/AboutUs_On.gif')
}

#navActivities a
{
	width:80px;
}

#navActivities a:hover, #navActivities a.pageon
{
	background-image:url('images/Activities_On.gif')
}

#navDonate a
{
	width:68px;
}

#navDonate a:hover, #navDonate a.pageon
{
	background-image:url('images/Donate_On.gif')
}

#navContribute a
{
	width:93px;
}

#navContribute a:hover, #navContribute a.pageon
{
	background-image:url('images/Contribute_On.gif')
}

#navContactUs a
{
	width:90px;
}

#navContactUs a:hover, #navContactUs a.pageon
{
	background-image:url('images/ContactUs_On.gif')
}

#navJournal a
{
	width:76px;
}

#navJournal a:hover, #navJournal a.pageon
{
	background-image:url('images/Journal_On.gif')
}

.aboutusnav
{
	float:left;
	list-style:none;
	width:504px;
	height:43;
}

.aboutusnav li
{
	float:left;
}

.aboutusnav li a
{
	display:inline-block;
	height:43px;
}


#navWhatWeDo a
{
	width:126px;
	background-image:url('images/WhatWeDo.gif')
}

#navWhatWeDo a:hover
{
	background-image:url('images/WhatWeDo_On.gif')
}

#navOurTeam a
{
	width:124px;
	background-image:url('images/OurTeam.gif')
}

#navOurTeam a:hover
{
	background-image:url('images/OurTeam_On.gif')
}

#navTheStory a
{
	width:126px;
	background-image:url('images/TheStory.gif')
}

#navTheStory a:hover
{
	background-image:url('images/TheStory_On.gif')
}

#navOurFriends a
{
	width:116px;
	background-image:url('images/OurFriends.gif')
}

#navOurFriends a:hover
{
	background-image:url('images/OurFriends_On.gif')
}

.maincontent
{
	border-left:solid 2px #f57421;
	border-right:solid 2px #f57421;
	background-color:#fffd82;
	padding-left:10px;
	padding-right:10px;
}

.LeftColumn
{
	float:left;
	width:580px;
	margin-top:20px;
}

.RightColumn
{
	float:right;
	width:410px;
	margin-left:5px;
}

.RightColumn .sunimage
{
	margin-bottom:20px;
}

.BodyText
{	
	padding-left: 20px;
	padding-right:20px;
}

p.BigText
{
	line-height: 25px;
	font-size: 14px;
}
 
.BigText li
{
	line-height: 25px;
	font-size: 14px;
}

.BodyText img
{
	margin-top:10px;
	margin-bottom:10px;
}

.SmallGreenText
{
	color: #2f5b19;
	font-size: 8pt;
}

.BigGreenText
{
	color: #2f5b19;
	font-size: 14pt;
}

.BoldGreenText
{
	color: #6abd45;
	font-weight: bold;
}

.HeadingForNumbers
{
	color: #003300;
	font-weight: bold;
}

.DottedBox
{
	background-image:url('images/DotsSeperator.gif');
	background-repeat:repeat-y;
	background-position:top left;
}

.DottedBox p
{
	margin:15px;
}

.footer
{
	width:1020px;
	height:85px;
	background-image:url('images/Footer.gif');
	border-bottom:solid 2px #f57421;
	border-left:solid 2px #f57421;
	border-right:solid 2px #f57421;
}

.copyright
{
	text-align:center;
	color: #EB2C25;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin:5px;
}

.txtbox 	
{
	font-size: 12px;
	color: #114008;
	background-color: #FFFFDE;
}
