@charset "utf-8";
/* CSS Document */

a {
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	text-decoration: underline;
	color: #00F;
	}
.link3 {
	color: #000;
	text-decoration: underline;
}

.link4 {
	color: 088080;
	}    

	
/* ID Styles */

#navigation a {
	color: #fff;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	}
	
#navigation a:hover {
	color:#00F;
	background-color: #9ACEE3;
	}

.Heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #008080;
}

.Heading2 {
	font-size: 18pt;
	color: #008080;
	font-weight: bold;
}
.Heading3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #FFF;
}

.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
}

.body2  {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.footer  {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
 #container {
	padding: 10px;
	margin: 10px;
	 
 }
 
 #left-col {
	 padding:10px ;
 }
 
 #right-col {
	 padding:10px ;
 }
