@charset "utf-8";
/* CSS Document */
#top
{
	border-bottom: 0;
}

#title
{
	margin: 5px;
}

p
{
	margin-bottom: 10px;
}

#bottom
{
	background-color: #8e0318;	
}

.leftHeader
{
	padding: 2px;
	border-bottom: 1px solid white;
	background-color: #8e0318;
}

.grayBorder
{
	border: 1px solid gray;
}

.border
{
	border: 1px solid gray;
}

#borderWrapper
{
	overflow: hidden;
}

* html #borderWrapper
{
	height: 1%;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

/* Start of Navigation */
#navigation
{
	background-color: #ef6527;	
	border-bottom: 1px solid white;
}

ul#nav
{
	float: right;
	padding: 5px;
}

ul#nav li
{
	display: inline;
	border-right: 2px solid white;
	padding: 0 5px 0 10px;
}

ul#nav li a
{
	color: white;
}

ul#nav li a:hover
{
	font-weight: bold;
}

ul#nav li.last
{
	border-right: 0px;
}
/* End of Navigation */

/* Start of Left Side */
#leftSide
{
	width: 30%;
	float: left;
}

/* Start of Register Stuff */
#registerContent, #deRegisterContent, #feeContent, #contactContent
{
	background-color: #619c10;
	color: #FFFFFF;	
}


#registerContentBorder, #deRegisterContentBorder, #feeBorder
{
	padding: 10px;
	margin-bottom: 1px;
}

#deRegisterContentBorder
{
	background-color: #8e8e8e;
	border: 1px solid #6e6a6b;
}

#deRegisterContentBorder ul 
{
	margin: 15px;
	list-style-type: square;
} 

#deRegisterContentBorder ul li
{
	margin-bottom: 5px;
} 

#feeBorder
{
	background-color: #508AB2;
	border: 1px solid #36627f;
}

#contentBorder
{
	background-color: #8d8d8d;
	border: 1px solid #796f6e;
}

#contactContent
{
	padding: 10px;
}

/* End of Left Side */

/* Start of Right Side */
#rightSide
{
	width: 70%;
	float: left;
	color: #7d7f7e;
}

#rightSideBorderLeft
{
	border-left: 1px solid white;
}

/* Start of Mission Start */
#mission
{
	padding: 10px;
}

#missionContentRight ul
{
	margin: 5px 0 0 20px;
	list-style-type: square;
}

#missionContentLeft
{
	float: left;	
	width: 25%;
}

#missionContentRight
{
	float: left;
	width: 75%;	
}

#mission .floatLeft
{
	width: 45%;
}

#mission .floatRight
{
	width: 53%;
	text-align:center; 	
}
/* End of Mission Stuff */

#specialityOfService
{
	padding: 10px;
}

#specialityOfServiceHeader
{
	padding: 2px;
	border-bottom: 1px solid #e05711;
	background-color: #ef6527;
}

#specialityOfServiceContentLeft
{
	float: left;
	width: 30%; 
}

#specialityOfServiceContentRight
{
	float: left;
	width: 70%; 
}

#serviceContent, #targetedAudience
{
	float: left;
	width: 40%;
}

#targetedAudience
{
	width: 60%;
	float: left;
}

#targetedAudienceHeader, #serviceContentHeader
{
	background-color: #5188b1;
	padding: 2px;
}

#serviceContentContent, #targetedAudienceContent
{
	padding: 10px;	
}

#serviceContent ul, #targetedAudienceContent ul
{
	margin: 5px 0 0 20px;
	list-style-type: square;
}





