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

body {
	background-color: #000000;
	margin: 0px;
}

.navline {
	background-color: #4C928A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #72AFA8;
	padding: 4px;
}
.navline:hover {
	background-color: #43847C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #72AFA8;
	padding: 4px;
}
a.navlink:link{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #D9ECE5;
	text-decoration: none;
	letter-spacing: 1px;
}
a.navlink:visited{
	color: #D9ECE5;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 1px;
}
a.navlink:visited:hover{
	color: #D9ECE5;
	font-size: 13px;
	letter-spacing: 1px;
}
a.navlink:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D9ECE5;
	text-decoration: none;
	letter-spacing: 1px;
}
a.navlink:hover{
	color: #D9ECE5;
}

#bodycontent {
	padding: 20px;
	width: 445px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #234440;
	line-height: 16px;
}
a {
	color: #A53C34;
}
a:hover {
	color: #7A1F17;
}
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 5px;
}
h1 {
	color: #204440;
	font-size: 16px;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #A1D6D6;
	padding-left: 6px;
}
