* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
}
body, html {
	height: 100%;
}
body {
	font-size: 1em;
	background: #FFFFFF url(../img/system/bg_body.png) repeat-x fixed;
}
ul {
	list-style: none;
}
a img {
	border: none;
}
a {
	color: #154E7D;
}
a:hover {
	color: #FF0000;
}
#wrapper {
	width: 770px;
	margin: 0px auto;
	font-size: 0.7em;
	background: #FFFFFF;
	min-height: 100%;
}
* html #wrapper {
	height: 100%;
}
#head {
	background: url(../img/system/bg_head.jpg);
	height: 188px;
	position: relative;
}
#head ul {
	position: absolute;
	bottom: 0px;
	float: left;
	margin-left: 30px;
}
#head ul li {
	float: left;
}
#head ul li a {
	background: url(../img/system/bg_headNavigationItem.gif) no-repeat left top;
	float: left;
	padding: 0px 0px 0px 4px;
	margin-left: 2px;
	color: #134B7A;
	text-decoration: none;
	border-bottom: 1px solid #003C6F;
}
#head ul li a span {
	background: url(../img/system/bg_headNavigationItem.gif) no-repeat right top;
	padding: 8px 10px 7px 6px;
	display: block;
}
#head ul li.current a, #head ul li a:hover {
	background-image: url(../img/system/bg_headNavigationItemCurrent.gif);
	border-bottom: 1px solid #FFFFFF;
}
#head ul li.current a span, #head ul li a:hover span {
	background-image: url(../img/system/bg_headNavigationItemCurrent.gif);
}
h2 {
	background: #FFFFFF url(../img/system/bg_h2.gif) no-repeat left bottom;
	padding: 0px 0px 4px 0px;
	color: #1B517F;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 15px;
}
#leftColumn {
	float: left;
	width: 456px;
	padding: 40px 30px;
	line-height: 1.4em;
}
#leftColumn p {
	margin-bottom: 15px;
}
#leftColumn ul {
	list-style-image: url(../img/system/bg_mainColumnListItem.gif);
	margin: 0px 15px 15px 15px;
	line-height: 1.6em;
	position: relative;
}
#leftColumn ul .map {
	position: absolute;
	right: 20px;
	top: -20px;
	list-style: none;
}
#leftColumn table.infoBox {
	width: 100%;
	border-collapse: collapse;
	background: #EFEFEF;
	margin-bottom: 15px;
}
#leftColumn table.infoBox ul {
	margin-left: 15px;
	line-height: 1.3em;
}
#leftColumn hr {
	height: 0px;
	overflow: hidden;
	border: none;
	border-top: 1px solid #000000;
	margin-bottom: 15px;
}
#rightColumn {
	width: 220px;
	float: left;
	padding: 20px 30px 30px 0px;
	line-height: 1.4em;
}
#rightColumn .navigation {
	border-top: 1px solid #003C6F;
}
#rightColumn .navigation li {
	border: 1px solid #003C6F;
	border-top: none;
}
#rightColumn .navigation li a {
	color: #003C6F;
	text-decoration: none;
	display: block;
	height: 100%;
	background: #FFFFFF url(../img/system/bg_sidebarNavigationItem.gif) no-repeat 10px center;
	padding: 8px 8px 8px 28px;
}
#rightColumn .navigation li.current a, #rightColumn .navigation li a:hover {
	background-color: #D3DCE4;
}
#rightColumn div.info {
	border: 1px solid #003C6F;
}
#rightColumn div.info p {
	padding: 8px 8px 8px 28px;
	background: #FFFFFF url(../img/system/bg_sidebarInfoItem.gif) no-repeat 10px 11px;
}
#rightColumn div.info p.title {
	background: #D3DCE4 url(../img/system/bg_sidebarNavigationItem.gif) no-repeat 10px 11px;
	border-bottom: 1px solid #003C6F;
}
.clear {
	clear: both;
}
#footer {
	border-top: 1px solid #CCCCCC;
	padding: 20px;
}
#footer, #footer * {
	color: #000000 !important;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}