

body {

	margin: 0px;
	padding: 0px;

	text-align: center;

	background-color: #003466;

	font-size: 12px;
	font-family: Arial, Verdana;

}

td {

	font-size: 12px;
	font-family: Arial, Verdana;

}

hr {
	color: #003466;
	height: 1px;
}

img.right {

	float: right;
	margin: 0px 0px 10px 15px;

}

.clear {

	clear: both;

}

.container_border {

	width: 800px;
	border: 2px solid #ffffcc;
	margin: auto;
}

.container {

	width: 800px;
	margin: 0px auto;

	text-align: left;

	background-color: #FFFFFF;

}

.navigation {

	border-top: 1px solid #FFFFCC;

	color: #FFFFCC;
	background-color: #003466;
	text-align: center;

}

.navigation a:link, .navigation a:active, .navigation a:visited {

	padding: 0px 30px 0px 30px;
	line-height: 32px;
	height: 32px !important;

	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;

}

.navigation a:hover {

	color: #80b8e7;

}

.content {

	/*float: right;*/
	padding: 15px 20px 15px 30px;

	background-color: #FFFFFF;

	font-size: 13px;

}

.content h2 {

	font-size: 20px;

}

.sidebar {

	width: 200px;

	padding: 15px 10px 15px 10px;

	border-right: 1px solid #003466;

	background-color: #FFFFFF;

	font-size: 15px;

}

.sidebar h3 {

	font-size: 14px;
	margin: 3px 0px 3px 0px;

}

.sidebar h2 {

	color: #0082d6;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;

}

.sidebar a:link, .sidebar a:active, .sidebar a:visited {

	color: #000000;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px dotted #aaaaaa;
	line-height: 20px;

}

.sidebar a:hover {

	border-bottom: 0px;

}

.footer {

	padding-left: 15px;

	background-color: #003466;

	line-height: 50px;

	color: #FFFFFF;

	font-size: 11px;

}