#address {
	background-color: #80B5CA;
	color: red;
	font-family: Georgia, "Helvetica", "Times New Roman", Times, serif;;
	font-size: 20;
	font-weight: bold;
	height: 10;
	padding: 4 0 0 0;
	text-align: center;
	z-index: 35;
}
#leftbar {
	width: 18%;
	background-color: #80B5CA;	
	background-repeat: no-repeat;
	/*border: 2;
	border-style: solid; */	
}
#footer {
	background-color: #6AABC2;
	height:25%;
	padding: 1 3 0 3; /*top right bottom left*/	
}
#content {
	background-color: #C0DCC0;
	font-family: "Helvetica", Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	padding: 4 2 0 2;
	width: 64%;
	/*top right bottom left*/	
	
}
#rightbar {
	color: navy;
	font-family: "Helvetica", Georgia, "Times New Roman", Times, serif;
	width: 18%;
	background-color: #a4d4b0;
	background-repeat: no-repeat;
	/*border: 2;
	border-style: solid;*/	
	
}	
#menu {
	background-color: #80B5CA;
	background-repeat: no-repeat;
	color: #000000;
	font-family: "Helvetica", Georgia, "Times New Roman", Times, serif;
	font-size: 6;
	font-weight: bold;
	padding: 6 0 14 0; /*top right bottom left*/

}

h1 { 
	font-family: "Helvetica", Georgia, "Times New Roman", Times, serif; 
	font-size: 21px; 
	font-weight: bold; 
	color: red; 
	padding: 0 0 0 0; /*top right bottom left*/
} 
h2 {
	/*background-image: url(images/h2_bg.jpg);*/
	border-bottom-width: thin;
	color: red;
	font-family: "Helvetica", Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	padding: 0 0 0 3; /*top right bottom left*/
	border-bottom: 3px solid #df0024;
} 
h3 {
	font-family: "Helvetica", Georgia, "Times New Roman", Times, serif; 
	font-size: 17px; 
	font-weight: bold; 
	color: red; 
	padding: 0 0 0 0; /*top right bottom left*/
	/*background-color: #bfe2f9;*/
}	
h4 {
	background-color: #bfe2f9;
}	
a {
	color: blue;
	font-family: Georgia, "Helvetica", "Times New Roman", Times, serif;
	font-size: 16;
	font-weight: normal;
	text-decoration: none;
}
a:visited { /* visited link */
	color: black;
}  
a:hover {
	color: red;
}