@charset "utf-8";
/* CSS Document */
#wrapper
{
	overflow: hidden;
	margin: 15px 10px;
}

* html #wrapper{height:1%;} 

#header
{
	border-bottom: 1px solid black;
}

#bottom
{
	background-color: #505662;
}

#leftSide
{
	width: 60%;
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}


/* Start of CSS Standard Classes */

.grayDashedLine
{
	border-bottom: 2px dashed #DBDBDB;
}

.logoBoxBorder
{
	border: 1px solid #c8c8c8;
	padding: 2px;
	background-color: #e3e3e3;
	color: #FFFFFF;
	position:relative;
	left:-38%;
	text-align:left;
}

.logoBox
{
	background-color: #9cca67;
	padding: 10px;
} 

.imgFloatLeftBorder
{
	float: left;
	border: 1px solid #c8c8c8;
	padding: 1px;
	margin-right: 10px;
}
/* End of CSS Classes */

/* Start of Left Side */
#missionContentBorder
{
	border: 1px solid #c8c8c8;
	padding: 1px;
	margin: 5px 0 10px 0;
	
}

#missionContent
{
	background-color: #f2f2f2;
	padding: 10px;
}

* html #missionContent{height:1%;} 

#serviceContent, #targetedAudience, #specialAnnouncement
{
	margin: 10px 0;		
}

#serviceContent ul, #targetedAudience ul
{
	margin: 10px 0 0 40px;
}

#serviceContent ul
{
	list-style-image: url("../Images/action_forward.gif");
}

#serviceContent ul li, #targetedAudience ul li
{
	vertical-align: middle;
}

#targetedAudience ul
{
	list-style-image: url("../Images/action_go.gif");
}

#serviceContent
{
	width: 35%;
	float: left;
}

#targetedAudience
{
	width: 60%;
	float: left;	
}

#targetedAudienceBorder
{
	border-left: 2px dashed #c8c8c8;
	padding-left: 20px;
	
}
/*End of Left Side*/

/*Start of Right Side */
#rightSide
{
	width: 35%;
	float: right;
	border-left: 2px dashed #c8c8c8;
	padding-left: 20px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;	
}

#deRegister, #register, #fee, #specialAnnouncementContent
{
	margin: 8px 0 ;
}

#contact
{
	position:relative;
	left:38%;
	float:left;
}






