@charset "UTF-8";
/* CSS Document */
/*********************************************************************************/
/*this secction is where the code for the site colors are displayed
black:#000
white:#FFF
blue:#O6F
gray:#CCC
red:#F00
*/

/*********************************************************************************/

/*==================================Page Layout Section===============================*/

#wrapper {
	width:800px;
	height:auto;
	background-color:#01bbc7;
	Margin:0 auto; /* centers div in browser */
	
}


#header {
	background: #01bbc7;
	width:auto;
	height:150px;

	}

#menuTop {
	background: #01bbc7;
	height:20px;
	width:auto;
	text-align:center;
	padding:5px 0px 5px 200px;
}

#menuSide {
	background:none;/* used for side menu */
}



#rightCol {
	background:none;
	width:200px;
	height:auto;
	Float:right;
	 }

 #centerCol {
	background: #FFF;
	width:560px;
	margin-right:20px;
	margin-left:20px;
	height:380px;
	padding-top:20px;
	Float:right;

 }
 
 #centerCol2 {
	background: #FFF;
	width:560px;
	margin-right:20px;
	margin-left:20px;
	height:auto;
	padding-top:20px;
	Float:right;

 }
 




 
 #leftCol {
	background:none;
	width:200px;
	height:auto;
	float:left;
	 }
  
 
 #footer {
	width:auto;
	height:40px;
	text-align:center;
	padding-left:150px;
	padding-right:20px;
	padding-top:5px;
	font-size:x-small;
	color:#000;
	background: #01bbc7;
	clear:both;
	 }


.img1 { float:left;}
/*============================Page Style Section======================================*/

html {
	background:none;/*sets global background color or image*/
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:center; /* IE Hack */
	color:#000;
	margin:0;
	background-color:#000;
}


p {
	margin-right:50px;
	margin-left:50px;
	margin-bottom:20px;
	text-align:left;
	}
	
img { float:right;
}

table img {float:none; }

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
}

/*============================Navigation Style Section=====================================*/

a:link {
	color: #000; 
	text-decoration:none;
}
a:hover{
	color:#FFF;
	text-decoration:none;}
	
a:visited {
	color: #000; 
	text-decoration:none;
}	
	
body#home a#homenav,
body#about a#aboutnav,
body#employment a#employmentnav,
body#services a#servicesnav,
body#projects a#projectsnav,
body#associations a#associationsnav { color:#FFF; text-decoration:none;}


.lk1 a:link { color: #09c3cf; text-decoration:none; font-weight:bold;}
.lk1 a:hover { color:#F00; text-decoration:none; font-weight:bold;}


/*=============================Table Global Syle Section====================================*/

table {
	padding:0;
	margin:0 auto;
	width:85%;
	height:auto;
	
	}
	
th {
	font-weight:bold;
	background-color:#CCC; /* color is gray change to suit site*/
	
	}

td {
	vertical-align:top;
	height:auto;
	padding:5px;
		
	}

