@charset "UTF-8";
/* CSS Document - Print Styles */

body {
  text-align:center;
	margin:10px 0 10px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background:none;
	line-height:1.4em;
}

/* Positional or layout divs */

#wrapper {
  margin:0 auto; /* centre-align */
	width:100%;
	padding:0;
	background:none;	
}

#pagewrap {  
  margin:0 auto; /* centre-align */
	width:100%;
	padding:0;
	background:none;
	text-align:left;
}

#top_corners {
  height:87px;
	width:100%;
	background:none;
	margin-bottom:12px;
}

#logo {
	padding:20px 0 0 0;
  margin:0 40px 0 30px;
	height:67px;
}

#logo img {
  border:0;
}

#menu {
  display:none;
}

#menu_border {
  background:none;
	border-top:1px solid #7694b4;
	height:15px;
	margin:0 0 0 1px;
	width:100%;
}

#content {
  margin-top:22px;
	padding-left:30px;
}

#content_left {
  display:none;
}

#content_middle {
  padding:0 30px 0 0;
  float:left;
	width:45%;
}

#content_middle_2col {
  padding:0 30px 0 0;
  float:left;
	width:45%;
}

#content_right {
  float:left;
	padding-right:0;
	width:45%;
}

#content_right_2col {
  float:left;
	padding-right:0;
	width:45%;
	margin-top:27px;
}

#footer {
  margin:0 auto; /* centre-align */
	margin-top:-20px;
	width:100%;
	height:102px;
	padding:0 0 0 30px;
  background:none;
  color:#003e7e;
	font-size:11px;
	text-align:left;
	line-height:1.2em;
	padding-top:50px;
	z-index:-100;
}

#footer_left {
  width:60%;
	float:left;
	padding-right:40px;
}

#footer_middle {
  float:left;
}

#footer_middle img {
  border:0;
}

/* Boxes */

.box {
  width:220px;
	margin-bottom:30px;
}

.box_header {
  height:34px;
	text-align:center;
}

.box_header img {
  border:0;
}

.box_content {
  font-size:12px;
	padding:5px 25px 10px 25px;
	background:#fff url(../images/box_content_bg.gif) bottom left no-repeat;	
}

/* Images */

#page_image {
  margin-bottom:30px;
}

.box_content img {
  border:1px solid #7897b8;
}

/* Links and buttons */
.more {
  text-align:right;	
	margin-top:10px;
}

.more img {
  border:0;
}

/* General styles */
div.clear {
  clear:both;
}

ul {
 list-style-type:none;
 margin-left:-25px;
}

/* IE 5,6 Hack */
*html ul {
  margin-left:0;
}

/* IE 7 Hack */
*:first-child+html ul {
  margin-left:0;
}

ul li {
  padding-left:14px;
	background:url(../images/bullet.gif) 0 7px no-repeat;
}

h1 {
  margin:0;
  padding:0;
  height:27px;
}

.highlight, h2 {
  font-size:16px;
	color:#003e7e;
}

h3 {
  font-size:14px;
	color:#003e7e;
	font-weight:normal;
}

h4 {
  color:#003e7e;
}

.caption {
  font-size:11px;
	color:#7897b8;
	margin-top:-10px;
}

.breadcrumb {
  color:#003e7e;
  font-size:11px;
	margin-top:0px;
}

a {
  color:#003e7e;
}

#db {
  display:none;
}