@charset "utf-8";
* 
{
	margin:0;
	padding:0;
}

a img
{
	border: 1px solid white;
}

/* CSS Classes */
.underline
{	
	text-decoration: underline;
} 

.orangeArrow
{
	color: #FFCC00;
	background-color: #FFFFFF;
}

img.displayed
{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

img.border, img.floatLeft
{
	border: 1px solid #000000;
	margin-bottom: 5px;	
	display: block;
}

.floatLeftText
{
	text-align: center;
	padding-top: 20px;
}

.line
{
	 border-bottom: 2px solid #7aba4c;
	 margin-bottom: 10px;
}

.clear
{
	clear: both;
}

:link:hover img, :visited:hover img 
{ 
	border-color: black;
}

.header
{
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

/* CSS ids */
#wrapper2
{
	padding: 0 10px 10px 10px;
}

#content
{
	width: 26%;
	float: left;
	margin: 0 20px 10px 20px;
	display: inline;
}

#timesAndFees, #missionAndTargetedAudience
{
	width: 65%;	
	float: right;
	padding: 5px;
	margin-right: 10px;
}

#timesAndFees
{
	background-color: #DBDBDB;
	border: 1px solid #000000;
	color: #000000;
}

#officeTimes, #trainingTimes, #fee
{
	float: left;
	width: 33%;
	background-color: #DBDBDB;	
	color: #000000;
}

#officeTimesDescription, #trainingTimesDescription, #feeDescription
{
	padding: 5px 5px 0 5px;	
}

#officeTimes p
{
	padding-bottom: 10px;
}

#missionAndCapacity
{
	width: 52%;
	float: left;
}

#targetedAudience
{
	width: 46%;
	float: right;
	margin-bottom: 10px;
}

#targetedAudience ul
{
	padding-left: 20px;
	list-style-type: square;
}

#register, #contact
{
	float: left;	
	width: 26%;
	margin-left: 20px;	
	display: inline;
}

#contact
{
	margin-top: 10px;
}

#register2, #deRegister
{
	width: 48%;
}

#register2
{
	float: left;
}

#deRegister
{
	float: right;
}

/* End of CSS ids */

/* Navigation Bar for register.php */
#nav
{
	margin-bottom: 10px;
}

#nav a
{
	color: #7aba4c;
	text-decoration: underline;
}

#nav a:hover
{
	color: black;
}

.orangeText
{	
	color: #FFCC00;
	font-weight: bold;
}
/* End of Navigation Bar for register.php */






