@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #1a2e83;
	font-family: Verdana, Geneva, sans-serif;
	color: #4e4e4e;
	background-image: url(images/top-border.gif);
	background-repeat: repeat-x;
}
.container {
	width: 678px;
}
h1 {
	font-size: 18px;
	color: #1a2e83;
}
a {
	color: #e84200;
}
a:hover {
	text-decoration: none;
}


.navigation {
	text-align: center;
	font-size: 12px;
	padding: 10px;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
}
.navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li {
	display: inline;
	margin: 0px;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navigation li a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	display: inline;
	border: 1px solid #373737;
	text-transform: uppercase;
	padding: 4px;
	background-color: #e84200;
	height: 29px;
}
.navigation li a:hover {
	color: #E84200;
	text-decoration: none;
	margin: 0px;
	padding: 4px;
	border: 1px solid #373737;
	background-color: #FFF;
}
.header {
	margin: 0px;
	padding: 0px;
	width: 678px;
	clear: both;
}
.content-tile {
	background-image: url(images/content-bg-tile.gif);
	background-repeat: repeat-y;
}

.content {
	font-size: 12px;
	background-image: url(images/content-tile.gif);
	background-repeat: no-repeat;
	text-align: left;
	clear: both;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 16px;
}
.content li a {
	color: #15b000;
}
.leftcol {
	width: 355px;
	padding-right: 20px;
}
.rightcol {
	width: 250px;
}
.footer {
	color: #FFF;
	font-size: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.footer a {
	color: #FFF;
}
.error {
	color: #FFF;
	background-color: #F00;
	padding: 5px;
	border: 1px solid #900;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
