@charset "utf-8";

#wrapper
{
	margin: 0 20px;		
}

#innerWrapper
{
	border: 4px solid black;
	border-left: 0;
	border-right: 0;
	padding: 5px 0;
	margin-top: 5px;
}

#top
{
	border: 0;
}

.imgBorder
{
	border: 1px solid gray;
	padding: 1px;
}

.logo
{
	margin-bottom: 5px;
}

/* Start of Left Side */
#leftSide
{
	float: left;
	width: 25%;
	background-color: #fafafa;
	border: 1px dashed #a7a39a;
	border-left: 0;
	border-right: 0;
}

#serviceContent
{
	padding: 10px;
	color: #63a6d0;
	border-bottom: 1px dashed #a7a39a;
}

#serviceContent ul, #targetedAudience ul
{
	margin-left: 20px;
	list-style-type: square;
}

#serviceContent ul li, #targetedAudience ul li
{
	margin-bottom: 5px;
}

#targetedAudience
{
	padding: 10px;
	color: #9d2816;
	border-bottom: 1px dashed #a7a39a;
	background-color: #FFFFFF;
}

/* End of Left Side */

/* Start of Center */
#center
{
	width: 50%;
	float: left;
}

/* Start of Navigation */
ul#nav
{
	text-align: center;
	margin: 10px 0px;
}

ul#nav li
{
	display: inline;
	border-right: 2px solid black;
	padding: 0 2px 0 8px;
}

ul#nav li.last
{
	border-right: 0px;
}
/* End of Navigation */

#innerCenter
{
	padding: 0 20px;
}

#mission
{
	border-bottom: 2px solid #e5e5cb;
	padding-bottom: 5px;	
}

#missionFloatLeft
{
	float: left;
	width: 30%;
}


#missionContent
{
	float: right;
	width: 67%;
}

/* Start of Fee */
#fee 
{
	padding: 10px;
	border-bottom: 2px solid #e5e5cb;
}

#fee table tr td
{
	padding: 2px;
}

#fee table tr td.row
{
	margin-left: 1px;
	background-color: #66CCCC;
}

#fee table tr td.row2
{
	margin-left: 1px;
	background-color: #CCCCCC;
}

#time
{
	padding: 10px;
}

/* End of Center */

/* Start of Right Side */
#rightSide
{
	float: left;
	width: 23%;
	background-color: #fafafa;
	border: 1px dashed #a7a39a;
	border-left: 0;
	border-right: 0;
}

#capacity, #register, #deRegister
{
	padding: 10px;
}

#capacity, #register
{
	border-bottom: 1px dashed #a7a39a;
}

#register
{
	background-color:#FFFFFF;
}


/* Start of Bottom */
#bottom
{
	background-color:#FFFFFF;
	color: #000000;
	border: 0;
}

ul#extraLinks li, ul#extraLinks2 li  
{
	border-right: 2px solid black;
}

ul#extraLinks li.currentService a, ul#extraLinks2 li.currentService a, ul#extraLinks li a:hover, ul#extraLinks2 li a:hover
{
	color: #9d2816;
}


ul#extraLinks li a, ul#extraLinks2 li a
{
	color: #63a6d0;
}
/* End of Bottom */
