body, td, p, div, span {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 130%;
}

a {
	color: #1B64A0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #1B64A0;
	background-image: url(/images/h1arrow.gif);
	background-position: 2px 3px;
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	padding-left: 21px;
	margin-bottom: -5px;
}

h2 {
	background-image: url(/images/h2arrow.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #C2D5E5;
	padding-left: 12px;
	margin: 0 0 5px 0;
}

h3 {
	color: #175385;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

div.menu_level1 {
	background-image: url(/images/menuarrow.gif);
	background-position: 5px 7px;
	background-repeat: no-repeat;
	background-color: #6697BF;
	padding-left: 20px;
  padding-top:5px;
  padding-bottom:5px;
	border-bottom: 1px solid #FFFFFF;
}

div.menu_level2, div.menu_level2_active {
	background-image: url(/images/menuitem2.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 10px;
  margin-bottom:5px;
  padding-bottom:5px;
	border-bottom: 1px solid #000000;
	margin-left: 20px;
}

div.menu_level3, div.menu_level3_active {
	font-size: 11px;
	font-weight: bold;
	background-image: url(/images/menuitem3.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 10px;
  margin-bottom:5px;
  padding-bottom:5px;
	border-bottom: 1px solid #666666;
	margin-left: 20px;
}

div.menu_level4, div.menu_level4_active {
	font-size: 11px;
	font-weight: normal;
	background-image: url(/images/menuitem3.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 10px;
	margin-left: 10px;
}

a.active {
	color: #FF6633;
}
.gallery {
	margin-top: 15px;
}
.gallery img {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
.gallery .spacer {
	float: left;
	font-size: 1px;
	width: 20px;
}
.imageborder_gallery {
	padding: 7px;
	border: 1px solid #e3e3e3;
	float: left;
	height: 80px;
	margin-bottom: 10px;
}
