@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	line-height: 22px;
	background: #007A6F;
	color: #f5f5dc;
}
.bgblack {
	background: #000000;
	color: #d8d3c0;
}
.bgred {
	background: #E50D00;
	color: #000;
}
.bgpink {
	background: #F9C;
	color: #FFF;
}
.bgblue {
	color: #d8d3c0;
	background: #06C;
}
.bgwhite {
	color: #000;
	background: #ffffff;
}
.highlight {
	color: #f5f5dc;
}
.highlight-red {
	color: #F00;	
}
.hightlight-black {
	color: #000;	
}
.highlight-pink {
	color: #F9C;	
}
.text-center {
	text-align: center;	
}
.bordertop {
	border-top: 1px solid #f5f5dc;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	border-top: 1px solid #f5f5dc;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: "Times New Roman", Times, serif;
	line-height: 24px;
	
}
a, a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #024282;
	text-decoration: none;
	border-bottom: 1px dotted #024282;
}
a:hover {
	color: #02509e;
	text-decoration: none;
	border-bottom: 1px dotted #02509e;
}
.left {
	float: left;	
}
div.full {
	width: 100%;	
}
div.half {
	width: 49%;
}
div.eighty {
	width: 80%;	
}
div.twenty {
	width: 20%;	
}
div.teal {
	background: #399;
	border: 1px solid #FFF;
	padding: 5px;
}
div.tan {
	background: #BF8C2D;
	border: 1px solid #FFF;
}
a.black-link {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;	
}
a.black-link:hover {
	color: #333;
	border-bottom: 1px dotted #333;
}
