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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #033c75;
	background-color: #DFEDFD;
}
a {
	text-decoration: none;
	color: #AA3520;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.clrlft  {
	clear: both;
}
.right {
	text-align: right;
}
.light {
	color: #aaaaaa;
}
h1 {
	text-transform: uppercase;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 4px 4px 4px 50px;;
	font-size: 16px;
	background-image: url(/static/images/mini_logo.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	margin: 4px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	text-transform: uppercase;
	color: #AA3520;
}
div.orangehead {
	border: 1px solid #AA3520;
	padding: 5px;
	position: relative;
	height: 85px;
}
div.orangearrow {
	position: absolute;
	width: 12px;
	height: 11px;
	top: 83px;
	right: 3px;
}
div#container {
	width: 800px;
	margin: 0px auto;
	border: 1px solid #033c75;
	background-color: #ffffff;
}
div#header {
	height: 30px;
	background-color: #033c75;
	border-bottom: 5px solid #AA3520;
	padding-top: 30px;
	text-align: center;
}
div#header a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
}
div.bottomline {
	border-bottom: 1px solid #033c75;
	height: 124px;
}
div.logo {
	width: 150px;
	float: left;
}
div.banner {
	width: 649px;
	height: 124px;
	float: left;
	background-image: url(/static/images/header_image.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #033c75;
}
div#content {
	padding: 10px;
	background-image: url(/static/images/bkg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
div#footer {
	padding: 10px;
	font-size: 10px;
	background-color: #033c75;
	border-top: 5px solid #aa3520;
	color: #777777;
}
div#footer a {
	color: #ffffff;
}
table#headings {
}
table#headings td {
	text-align: center;
}
div.lozenge {
	background-image: url(/static/images/lozenge_bkg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #AA3520;
	padding: 8px;
	text-align: left;
}
div.lozenge ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 3px;
}
table#contenttable {
}

table#contenttable td {
	text-align: justify;
}
