@charset "utf-8";
/* CSS Document */
#top
{
	border-bottom: 0;
}

.bold
{
	font-weight: bold;
	display: block;
}

p
{
	margin-bottom: 15px;
}

#header
{
	border-bottom: 4px solid #eaeaea;	
	padding-bottom: 5px;
}

#navigation
{
	float: right;
}


#wrapper
{
	margin: 10px 0 0 50px;
	float: right;
}

.imgBorder, .imgBorder2
{
	border: 1px solid gray;
	padding: 1px;
	float: left;
}

.imgBorder2
{
	float: none;
}

.center
{
	text-align: center;
}

.floatRight
{
	float: right;
	width: 53%;
}


/* Navigation */

ul#navigation li 
{
	float:left;	
}

ul#navigation li a 
{
  	float: left;   
  	height: 70px; 	
	width: 150px;
	margin-left: 1px;	
}

ul#navigation li#introduction a
{
	background-image: url("../Images/introductionLink.jpg");	
} 

ul#navigation li#events a
{
	background-image: url("../Images/eventsLink.jpg");
} 

ul#navigation li#comLink a
{
	background-image: url("../Images/comLinkLink.jpg");
} 

ul#navigation li#resourceCenter a
{
	background-image: url("../Images/resourceCenterLink.jpg");
} 

ul#navigation li#introduction a:hover, ul#navigation li#events a:hover, ul#navigation li#comLink a:hover, ul#navigation li#resourceCenter a:hover
{
	background-position: 0 -70px;
} 
/* End of Navigation */
 
/*Start of Middle */
#middle
{
	margin: 30px 0;
	overflow: hidden;
}

* html #middle  /* To avoid the Haslayout in IE6 */ 
{
	height: 1%;
}

#leftSide, #rightSide
{
	width: 50%;
	float: left; 	
	padding-bottom: 32767px;
	margin-bottom: -32767px;	
}

#rightSide
{
	width: 45%;
}

#leftSideBorder
{
	border-right: 4px solid #eaeaea;	
	padding-right: 30px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

* html #leftSideBorder /* To avoid the Haslayout in IE6 */ 
{
	height: 1%;
}

#missionContent, #serviceContentAndTargetedAudience
{
	margin: 5px 0 20px 0;	
}

#serviceContentAndTargetedAudienceBorder
{
	border: 1px solid gray;
	padding: 10px;
	width: 100%;
	background-image: url("../Images/background.jpg");
}

#serviceContentAndTargetedAudience #serviceContentAndTargetedAudienceBorder ul
{
	margin-left: 30px;
	list-style-image: url("../Images/arrow.jpg");
}

#serviceContentAndTargetedAudience #serviceContentAndTargetedAudienceBorder ul li
{
	vertical-align: middle;
}

#serviceContent, #targetedAudience
{
	width: 50%;
	float: left;
}

#contact
{
	float: left;
	width: 40%;
}

/* End of Left Side */

/* Start of Right Side */
#rightSide
{
	padding-left: 20px;
}

#specialAnnouncements
{
	border-bottom: 2px dashed #eaeaea;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#paperWork
{
	margin-top: 15px;
	width: 100%;
}

#register
{
	float: left;
	width: 45%;
	margin-right: 15px;
}

#deRegister
{
	float: left;
	width: 45%;
}

#register ul, #deRegister ul
{	
	margin-left: 20px;
	list-style-type: square;
}

#fee
{
	margin-top: 15px;
}

#fee ul
{
	margin-left: 20px;
	list-style-type: circle;
}

/* Start of Bottom */
#bottom
{
	border-top: 4px solid #eaeaea;
	padding-top: 10px;
	background-color:#FFFFFF;
	color:#000000;
}

ul#extraLinks li
{
	border-right: 2px solid #696969;
}

ul#extraLinks li.last
{
	border-right: none	
}

ul#extraLinks li a
{
	color: black;
	text-decoration: underline;
}

ul#extraLinks li.currentService a
{
	color: #696969;
	text-decoration: none;
}

#extraLinks a:hover
{
	color: #696969;
}
/* End of Bottom */

/* End of Right Side */

