{
margin: 0px;
padding: 0px;
}
/* other a links on the page*/
a:link {
	color: #093e07;
	text-decoration:none;
	font-weight:bold;
}

a:hover 
{
	color: #093f07;
	font-weight: bold;
}

a:visited {
	color: #FFFFFF;
	font-weight:bold;
}
/*****************************************************/
/* body of web page*/
body
{
	background: #52f9d8 url(images/bg.jpg) top repeat-x;
	font: 20px Arial, Helvetica, sans-serif;
	color: #FFFFF;
	margin: 0 auto;
	padding: 0px;
}

/* every thing is inside the content div*/
#content
{
	position:absolute;
	width: 940px;
	text-align: left;
	left: 0px;
	top: 0px;
}
#main
{
	width: 940px;
	margin: 9px;
	text-align : justify;
	font-size:17px;
	clear:both;	
}
/*header*/
#header
{
	height: 162px;
	width: 960px;
	background: url(images/header3.jpg) no-repeat top;		
}
/* LOGO */
#logo
{
	height: 49px;
	text-align: left;
	padding-left: 90px;
	padding-top: 20px;
}
#logo a {
	text-decoration: none;
	text-transform: capitalize;
	font-style: italic;
	font-size: 30px;
	color: #5b84ed;
}
#logo H2 a
{
	font-size: 12px;
}
/*************************************************/

/* top menu  */
#menu{
	width: 500px;
	height: 54px;
	padding-left: 480px;
	
}

#menu ul {
	list-style: none;
	padding: 0px;	
}

#menu li {
	list-style: none;
	padding: 0px;	
	display: inline; 
	
}

#menu a{
	float: left;
	width: 80px;
	height: 36px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 18px;
	font-size: 14px;
	text-transform: uppercase;
}

#menu a:hover
{
	color: #093f07;
	font-size: 15px;
	font-weight: bold;
}
#menu a:visited {
	color: #333333;
	font-weight:bold;
}
/*********************************************************/

/* LEFT PANNEL */
#left
{
	width: 224px;
}

#left a
{
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#left a:hover
{
	color: #093f07;
	font-size: 14px;
	font-weight: bold;
}
#left a:visited 
{
	color: #333333;
	font-weight:bold;
}


#left H3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: normal;
	color: #ffffff;
	width: 213px;
	height: 25px;
	padding-top: 5px;
	background: url(images/left_title.png) no-repeat;
	margin-left: 3px;
	text-align: center;
}

#left ul 
{
	list-style: none;
	padding-left: 15px;
}

#left ul li
{
	height: 20px;
	margin-top: 2px;
}
/*links at the side of the page*/
#Links ul li{
	padding-left: 15px;
	padding-top: 3px;
}
/* menu on the side of the page*/
#other ul li{
	padding-left: 15px;
	padding-top: 3px;
}
/**********************************************/

/* RIGHT PANNEL*/
#right
{
	float: right;
	width: 698px;
	margin-right: 9px;
}
#right p 
{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	height: 326px;
}
/*image on the contact page not in use*/
img.floatTL 
{
	position:absolute;
	margin-right : 10px;
	margin-bottom : 5px;
	margin-top : 5px;
	margin-left : 10px;
	border:ridge;
	left: 400px;
	top: 353px;
}
/*text on the index page*/
#textindex
{
	position:absolute;
	width: 409px;
	height: 96px;
	left: 278px;
	top: 289px;
}
/*image on the index page(home page)*/
#indeximg
{
	position:absolute;
	left: 544px;
	top: 409px;
	width: 321px;
	height: 178px;
	border-color:#FFFFFF;
	border: thick #FFFFFF;
}
/* text on the contact page*/
#text
{
float:right;
}
/*image on the contact page*/
#committeeimg
{
	position:absolute;
	left: 533px;
	top: 311px;
	width: 185px;
	height: 153px;
}
/****************************************************/
