/* CSS Document */
body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #004169;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.container {
	position: relative;
	width: 800px;
}
.navigation {
	background-color: #FFFFFF;
	z-index: 1;
	width: 246px;
	text-align: left;
}
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: normal;
}
.navigation li {
}
.navigation a {
	display: block;
	background-color: #6AB4E2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
.navigation a:hover {
	background-color: #EF301E;
}
.footer {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
.footer a {
	color: #FFFFFF;
}
.footer a:hover {
	color: #6AB4E2;
	text-decoration: none;
}
.footer span {
	font-size: 10px;
}
hr {
	color: #002034;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336787;
	height: 2px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EF301E;
	font-size: 24px;
	margin-top: 0px;
}
h2 {
	color: #0066CC;
	font-size: 18px;
}
.content {
	background-color: #FFFFFF;
	border: 8px solid #6AB4E2;
	padding: 10px;
	font-size: 12px;
	z-index: 0;
	top: 100px;
	text-align: left;
	margin-bottom: 15px;
}
.logo {
	margin: 0px;
	padding: 0px;
	height: 106px;
}
.black {
	color: #000000;
}
.rightborder {
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
}
.centering {
	margin: auto;
	width: 800px;
}
a {
	color: #FF3333;
}
a:hover {
	text-decoration: none;
}
