@charset "utf-8";
body {
	background-color: #5BA3EB;
	background-image: url('../images/grad.png');
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#outerBox {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
#rightBox {
	background-image: url('../images/cloud-right.jpg');
	background-attachment: fixed;
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#leftBox {
	background-image: url('../images/spikeleft.jpg');
	background-attachment: fixed;
	background-position: left top;
	background-repeat: no-repeat;
	text-align:center;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	min-height: 700px;
}
#leftBox img {
	margin-top: 0em;
}
#centreHBox {
	background-image: url('../images/top.png');
	background-repeat:no-repeat;
	width: 680px;
	height: 30px;
	padding: 0px 40px;
	margin:1em auto 0px auto;
}
#centreBox {
	width: 680px;
	background-image: url('../images/width.png');
	width: 680px;
	margin: 0px auto;
	padding: 0px 40px;
	display: table;
	clear: both;
}
#centreFBox {
	width: 680px;
	height: 30px;
	background-image: url('../images/footer.png');
	padding: 0px 40px;
	margin: 0px auto;
	background-repeat:no-repeat;
}
#content {
	font-family: Geneva, Arial, Helvetica, sans-serif, "MS Sans Serif", "MS Reference Specialty";
	width: 460px;
	text-align:justify;
	float: none;
	padding-top: 0em;
	padding-bottom: 0em;
}
#menu {
	text-align:left;
	width: 200px;
	float: right;
	margin: auto;
}
.menu_item {
	margin: .8em auto;
}
.menu_item a {
	margin: .8em auto;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.menu_item a:hover {
	text-decoration:underline;
}
#menuTop {
	width: 200px;
	height: 22px;
	background-image:url('../images/blutop.png');
	margin-bottom:-0.8em;
}
#menuMid {
	font-family: Geneva, Arial, Helvetica, sans-serif, "MS Sans Serif", "MS Reference Specialty";
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	width: 170px;
	padding: 0 15px 0 15px;
	background-image:url('../images/blumid.png');
	margin: 0px;
}
#menuBot {
	width: 200px;
	height: 22px;
	margin-top: -.8em;
	padding: 0px;
	background-image:url('../images/blubot.png');
	background-position:bottom;
	background-repeat:no-repeat;
}
li {
margin:.5em auto;
}

h3 a {
	color:#003399;
	text-decoration: none;
}
h3 a:hover {
	text-decoration:underline;
}
   div.float2 {
	float: left;
	border: 0px solid #ddd;
	padding: 1px;
	margin-bottom:1px;
	margin-left: 1px;
  }
