@charset "utf-8";
* 
{
	margin:0px;
	padding:0px;
}

td
{
	border-right: 2px dashed #DBDBDB;
	padding: 5px 10px;
	width: 25%;
	vertical-align: text-top;
}

/* CSS Classes */
.grayDashedLine
{
	border-bottom: 2px dashed #DBDBDB;
}

.graySolidLine, .graySolidLine2
{
	border-bottom: 2px solid #DBDBDB;
	margin-bottom: 10px;
}

.graySolidLine2
{
	margin-top: 10px;
}

img.floatLeft
{
	float: left;
	border: 1px solid #000000;
}

img.displayed
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #000000;
	margin-bottom: 10px;
}


.bold
{	
	font-weight: bold;
	text-align: center;
	font-size: 16px;
} 

.textCenter
{
	text-align:center;
}

td.noRightBorder
{
	border: 0px;
}

.clear
{
	clear: both;
}

.blackDivider
{
	color: #000000;
	padding: 0px 5px 0px 0px;
	background-color: #FFFFFF;
}

.header
{
	margin-bottom: 5px;
}

.center
{
	text-align: center;
}
/* CSS ids */
#top
{
	border-bottom: 1px solid black;
}

#header
{
	border-bottom: 1px solid black;
}



#leftSide
{
	width: 65%;
	float: left;
	padding: 0 10px 0 20px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#rightSide
{	
	border-left: 2px solid #DBDBDB;
	float: left;
	width: 28%;
	padding-left: 10px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#missionDescription, #registerDescription, #deRegisterDescription, #targetedAudienceDescription, #officeTimesDescription, #trainingTimesDescription, #feesDescription, #contactDescription
{
	padding: 10px 0px;
}

#register
{
	float: left;
}

#register, #deRegister
{
	width: 48%;
}

#deRegister
{
	float: right;
}

#bottom
{
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#content
{	
	margin-bottom: 10px;
}

#textLinks, #imageLinks
{
	padding-bottom: 20px;
}

#targetedAudienceDescription ul 
{
	list-style-type: square;
	margin: 0 0 10px 40px;	
}

#wrapper
{
	overflow: hidden;
	margin: 10px 0;
}

/* mac hide \*/
* html #wrapper
{
	overflow: hidden;
	height: 1%;
}

/* End of CSS ids */




