@charset "utf-8";
* 
{
	margin:0;
	padding:0;	
}

.title
{
	color: #FF0000;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

#bottom
{
	margin-top: 2px;
}

.last
{
	border-bottom: 0px;
}

/* Start of Left Side */
#leftSide 
{
	width: 25%;
	float: left;
}

#leftSideBorder
{
	border: 1px solid gray;
	border-left: 0;
	border-right: 0;
	margin-bottom: 2px;
}

#serviceHeader
{
	background-color: #e7e0d6;
	padding: 5px;
	border-bottom: 1px dashed gray;
}

#mission, #targetedAudience, #serviceContent
{
	padding: 10px;
	border-bottom: 1px dashed gray;
}

#serviceContent
{
	border-bottom: 0px;
}

#serviceContent ul
{
	margin-left: 20px;
	list-style-type: square;
}

#mission, #serviceContent
{	
	background-color: #eae6e3;
}
/* End of Left Side */

/* Start of Middle */
#middle
{
	width: 75%;
	float: left;
}

#innerMiddle
{
	padding-left: 2px;
}

/* Start of Navigation */
#navigation
{
	background-color: #4c4b47;
}

ul#nav
{
	text-align: center;
	line-height: 30px;
	color: #FFF;
}

ul#nav li
{
	display: inline;
	border-right: 2px solid #e2d876;
}

ul#nav a
{
	padding: 0 2px 0 8px;
}

ul#nav a
{
	color: #FFFFFF;
	height: 30px;
}

ul#nav a:hover
{	
	color: #FFCC00;
}

ul#nav li.last
{
	border-right: 0px;
}
/* End of Navigation */

/* Start of Center */
#center
{
	width: 57%;
	float: left;
}

#image
{
	margin: 2px 0;
}

#register
{
	margin-bottom: 2px;
}

#registerHeader, #deRegisterHeader
{
	background-color: #8ba673;
	padding: 5px;
}

#registerContent, #deRegisterContent
{	
	padding: 10px;
	background-color: #eae6e3;
}
/* End of Center */

/* Start of Right Side */
#rightSide
{
	float: left;
	width: 42.7%;
	margin: 2px 0 0 2px;
}

#timeCapacityHeader
{	
	background-color: #797866;
	padding: 5px;
}

#timeCapacityContent
{
	color: #FFFFFF;
	border-bottom: 1px dashed gray;
}

.service, .service2
{
	border-bottom: 1px dashed;
	padding: 10px;
	background-color: #8e8d79;
}

.service2
{
	background-color: #a8a791;
}

#feeHeader
{
	padding: 5px;
}

#feeContent
{
	padding: 10px;
}




/* End of Navigation */