#wrapper
{
	margin: 5px;
	color: #7d7f7e;	
}

* html #wrapper
{
	height: 1%;
}

#bottom
{
	background-color: #ef6527;		
}

#top
{
	border-bottom: 0px;
}

.header
{
	background-image: url("../Images/headerBackground.jpg");
	border: 1px solid #d55921;
	border-bottom: 0;
	border-left: 0;
}

.orangeText
{
	color: #ef6527;
	display: block;
	margin-top: 10px;
	font-weight: bold;
}


/* Start of Left Side  */
#nav
{
	margin: 5px 0;
	text-align:center;
}

#nav li
{
	display: inline;
	border-right: 2px solid #d55921;
	padding-left: 8px;
}

#nav li a:hover
{
	font-weight: bold;
}

#nav li.last
{
	border-right: 0px;
}

#leftSide, #center, #rightSide
{
	width: 30%;
	float: left;
}

#objectiveContent, #missionContent, #registerContent, #deRegisterContent, #volunteerContent, #feeContent, #contactContent
{
	padding: 10px;
}

/* Volunteer and Fee are from Center and Right Sides */
#missionContent, #volunteerContent, #contactContent
{
	border: 1px solid #dddddd;
	margin-top: 5px;
}

#missionContent ul
{
	margin-left: 20px;
	list-style-type: square;	
}
/* End of Left Side */

/* Start of Center */
#center
{
	width: 35%;
	padding: 15px;
}

#targetedAudience
{
	margin-top: 10px;
}

#targetedAudienceContent 
{
	padding: 10px;
}

#targetedAudienceContent ul
{	
	margin-left: 20px;
	list-style-type: square;
}

#volunteerContent ul
{
	margin-left: 20px;
	list-style-type: square;
}
/* End of Center */

/* Start of Right Side */
#rightSide
{
	width: 31%;
}

#feeContent ul
{
	margin-left: 20px;
	list-style-type: square;	
}

#deRegisterContent ul
{
	margin-left: 20px;
	list-style-type: square;
}