@charset "utf-8";
* 
{
	margin:0;
	padding:0;	
}

#wrapper
{
	margin: 10px;
}

#top
{	
	border: 0;
}

.center
{
	text-align: center;
}

.imgBorder
{
	border: 1px solid gray;
	padding: 1px;
}

/* Start of Header */
#header
{
	margin-bottom: 3px;
}

#leftHeader
{
	width: 30%;
	float: left;
}

#rightHeader
{
	width: 70%;
	float: left;
}

#rightHeaderInner
{
	padding-left: 3px;
}

/* Start of Navigation */
ul#nav
{
	text-align: center;
	height: 130px;
}

ul#nav li a
{
	color: #535353;
}

ul#nav li
{
	display: inline;
	padding: 0px 2px 0px 8px;	
	height: 130px;

}

ul#nav li a
{
	height: 130px;
	border-right: 2px solid gray;
}

ul#nav li a:hover
{
	background-color: #365d76;
}

ul#nav li.last
{
	border-right: 0px;
}
/* End of Navigation */

.grayBox
{
	height: 15px;
	background-color: #d2d4d3;
}
/* End of Header */

/* Start of Middle */
#middle
{	
	overflow: hidden;
}

* html #middle
{
	height: 1%;
}

#leftMiddle
{
	width: 30%;
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#mission, #targetedAudience, #serviceContent
{
	border-bottom: 3px solid white;
	background-color: #9c9c9c;
}

#missionContent, #targetedAudienceContent, #serviceContentContent
{	
	color: #FFFFFF;
	padding: 5px;
	border-left: 4px solid #efa939;
	float: left;	
}

#targetedAudienceContent ul, #serviceContentContent ul
{
	margin-left: 20px;
	list-style-type: square;
}

#rightMiddle
{
	float: left;
	width: 70%;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#rightMiddleInner
{
	margin-left: 3px;
}
/* End of Middle */

/* Start of Footer */
#footer
{
	overflow: hidden;
}

* html #footer
{
	height: 1%;
}

#time, #fee, #registerAndDeRegister
{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#time, #fee
{
	width: 30%;
	background-color: #ededed;	
	float: left;	
}

#timeContent, #feeContent
{
	padding: 10px;
}

#registerAndDeRegister, #fee
{
	width: 35%;
	float: left;
}

#registerAndDeRegisterContent
{
	margin: 0px 3px;
	padding: 10px;	
	padding-bottom: 32767px;
	margin-bottom: -32767px;	
}

#borderBottom
{
	border-bottom: 1px solid gray;
	float: left;
}

#registerAndDeRegisterContent p
{
	margin: 10px 0px;
}

#timeContent p, #feeContent p
{
	margin: 10px 0px;
}

