@charset "utf-8";
* 
{
	margin:0;
	padding:0;	
}

.title
{
	color: #620d14;
	font-weight: bold;
}

.imgFloatRight
{
	border: 1px solid gray;
	padding: 1px;
}

.rightMargin
{
	border: 1px solid gray;
	padding: 1px;
}

.imgBorder
{
	border: 1px dashed gray;
	border-left: 0;
	border-right: 0;
	padding: 5px 0;
	display: block;
}

#wrapper
{
	margin: 5px;		
	color: #5b5b5b;
}

#header
{
	margin-bottom: 2px;
}

#top
{
	border: 0px;
}

/* Start of Navigation */
#navigation
{
	background-color: #af4a42;
	margin-bottom: 10px;
}

ul#nav
{
	text-align: center;
	padding: 5px 0px;	
}

ul#nav li a
{
	color: #FFFFFF;
}

ul#nav li
{
	display: inline;
	border-right: 2px solid black;
	padding: 0px 2px 0px 8px;	
}

ul#nav li a:hover
{
	background-color: #365d76;
}

ul#nav li.last
{
	border-right: 0px;
}
/* End of Navigation */

/* Start of Left Side */
#leftSide
{
	width: 28%;	
	float: left;
}


#serviceHeader
{
	background-color: #818829;
	padding: 5px;
}

#leftSideBorder
{
	border: 2px solid gray;
	padding: 5px;
}

#missionContent, #targetedAudienceContent, #serviceContentContent
{
	margin: 5px 0;
}

#mission, #targetedAudience
{
	border-bottom: 1px dashed gray;
}

#targetedAudience, #serviceContent
{
	margin-top: 10px;
}

#targetedAudience ul, #serviceContent ul
{
	margin-left: 20px;
	list-style-type: square;
}

#targetedAudience ul li, #serviceContent ul li
{
	margin-bottom: 5px;
}

* html #leftSideBorder
{	
	height: 1%;
}
/* End of Left Side */

/* Start of Middle */
#middle
{
	width: 50%;
	float: left;	
}

#innerMiddle
{
	padding: 10px 20px;
}

#register, #deRegister
{
	margin-top: 10px;
}

#register
{
	background-color: #ececec;
	padding: 10px;
	border: 1px solid gray;
	border-left: 0;
	border-right: 0;
}

#feeContent, #registerContent, #deRegisterContent
{
	margin-top: 10px;
}

* html #registerContent
{	
	height: 1%;
}
/* End of Middle */

/* Start of Right Side */
#rightSide
{
	width: 21.5%;
	float: right;
}

#rightSideBorder
{
	border: 1px solid gray;
}

#timeHeader, #capacityHeader
{
	background-color: #446c86;
	padding: 5px;
}

#capacityHeader
{
	margin-top: 5px;
}

#timeContent, #capacityContent
{
	padding: 5px;
}

* html #rightSideBorder
{
	height: 1%;
}
/* End of Right Side */
