body {
	background-color: #001F48;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
img.wrap {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
a {
	color: #8B6A17;
	text-decoration: none;
}
a:visited {
	color: #001F48;
}
a:hover {
	color: #D2A124;
	text-decoration: underline;
}
div.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.titletext {
	font-weight: bold;
}
.deepblue {
	color: #001F48;
}
div.container {
	width: 900px;
	border: 20px solid #FFFFFF;
	background-color: #FFFFFF;
}
div.header {
     height:152px;
}
div.menu {
	height: 30px;
	background-image: url(images/menu_bgr.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
div.menu img.line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #797979;
}
div.content {
	margin-top: 10px;
	width: 900px;
}
div.content #leftcolumn {
	float: left;
	width: 310px;
	margin-right: 10px;
}
div.content #righcolumn {
	float: right;
	width: 580px;
}
div.title {
	background-color: #d2a124;
	height: 25px;
	padding-top: 10px;
	color: #FFFFFF;
	padding-left: 20px;
	font-weight: bold;
}
div.text {
	text-align: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
div.homeleft {
	float: left;
	width: 270px;
}
div.homeright {
	float: right;
	width: 260px;
}
div.footer {
	background-color: #3b3b3b;
	height: 30px;
	color: #c7c7c7;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
div.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
div.footer a:visited {
	color: #FFFFFF;
}
div.footer a:hover {
	text-decoration: underline;
}
div.footerleft {
	float: left;
	width: 550px;
}
div.footerright {
	float: right;
	width: 250px;
}
