@charset "UTF-8";
body {
	background-color: #022a2f;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #022a2f;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
img {
	border-color: transparent;
	margin-bottom: 8px;
}

a:link {
	font-size: 14px;
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #009;
	font-size: 14px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #C42B16;
	font-size: 14px;
	font-weight: bold;
}
a:focus {
	text-decoration: none;
	color: #e89b65;
	font-size: 14px;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #e89b65;
	font-size: 14px;
	font-weight: bold;
}

h3 a:link {
	font-size: 24px;
	color: #009;
	font-weight: bold;
	text-decoration: none;
	color: #009;
}
h3 a:visited {
	text-decoration: none;
	color: #009;
}
h3 a:hover {
	text-decoration: underline;
	color: #F00;
}
h3 a:active {
	text-decoration: none;
	color: #e89b65;
}
#banner {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align:center;
}
#wrapper {
	background-color: #FFF;
	width: 700px;
	border: 2px solid #BC4E3F;
	min-height: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding-left: 50px;
	padding-right: 50px;
}

#main {
	padding-left: 50px;
	margin-bottom: 10px;
	width: 600px;
	clear: both;
}
.copyright {	
	color: #022a2f;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.info {
	text-align: left;
}
.dp {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.dp a:link {
	font-size: 10px;
	text-decoration: none;
}
.dp a:hover {
	font-size: 10px;
	color: #751a0e;
	text-decoration: underline;
}

