body  {font-family:  Arial, sans-serif;
		color: #666666;
		background-color:#CCCCCC;
		width:90%;

}

p {   font-size: 90%;}
h1 {  font-size: 120%; color: #006167; margin-bottom: 0px; }
h2 {  font-size: 120%; color: #006167; margin-bottom: 0px; font-style:italic}
h3 {  font-size: 110%; color: #006167; }
h4 {  font-size: 110%;  }
ul {  font-size: 90%; margin-left: .5 em; padding-left: .5 em;}
a:link {  color: #006167;}
a:hover {  color: #006167;}
hr {color: #006167;}

slogan{
font-style:italic;
font-size:80%;
}

.main {  
	background-color:#006167;
	padding: 5px 5px 5px 5px;
	height:100%;
	width: 100%;
} 


.leftContent {  
	width: 125px;
	float:left;
	padding: 5px;
	color: white ;
	background-color:#4c876b;
	height: 100%;
}

.rightContent {  
	border-right:5px solid #4c876b;
	float:right;
}
.leftmenu {  
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	padding: 8px;
	color: #00cc99;
	background-color:#4c876b;
	border:5px solid #00CC99;
}

.leftmenu  a:link {
	text-decoration: none;
	color: #ffffff;
}
.leftmenu  a:visited {
	text-decoration: none;
	color: #ffffff;
}
.leftmenu  a:hover {
	text-decoration: none;
	color: #00cc99; 
}



.footer {  
	background-color:#ffffff;
	border-top:5px solid #006167;
	border-left:5px solid #006167;
	border-right:5px solid #006167;
	border-bottom:5px solid #006167;

}
.header {  
	text-align: center;
	background-color:#ffffff;
	border-top:5px solid #006167;
	border-bottom:5px solid #006167;
	border-left:5px solid #006167;
	border-right:5px solid #006167;
}
.left {float:left;}
.right {
	float:right;
}
.whiteLinks {
	color : #ffffff;
	font-weight: bold;
}	
.whiteLinks A:link {color : #ffffff}
.whiteLinks A:hover { color : #ff0000}
.whiteLinks A:visited { text-decoration : none;  color:#ffffff }
.whiteLinks A:active { color:#ffffff; text-decoration : underline;}


