/* GENERAL */
body {
	margin: 0px;
	background-color:#6d87c8;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
}
p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
h1 {
	color: #6D87C8;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
}
h2 {
	font-size: 13px;
	color: #314c8c;
}
h2.h1 {
	color: #314C8C;
	font-family:Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
}
a {
	color: #91A7E0;
	text-decoration: none;
	font-weight:bold
}
a:hover {
	text-decoration: underline;
}
.quote	{
	color: #314C8C;
	font-size: 11px;
}
.red {
	color: #314C8C;
}
.blue {
	color: #314c8c;
}
/* HEADER */
#header {
	height: 70px;
	border-bottom: 1px solid #5578ca;
	background-image: url(../images/headerbg.gif);
}
/* MENU */
#menu {
	color: #fff;
	font-weight:bold;
	width: 139px;
	float: left;
}
#menu a {
	color: #fff;
}
#menu a:hover {
	color: #000;
	text-decoration: none;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	height: 17px;
	border-top: 1px solid #acbeeb;
	border-bottom: 1px solid #6484cf;
	background-color: #91a7e0;
	padding-left: 16px;
	padding-top: 5px;
}
#menu li.hi {
	background-color: #cecece;
	border-top: 1px solid #dae683;
	border-bottom: 1px solid #9fb024;
}
#menu li.hi a {
	color: #314C8C;
}
#menu li.hi a:hover {
	color: #000;
}
/* CONTENT */
#main {
 width: 794px;
 background-color:#b2c2e9; /* This becomes the color underneath the menu */
}
#main.narrow {
 width: 773px;
}
div.column {
 float: left;
}
div.centre {
	padding-left: 16px;
	padding-right: 12px;
	background-image: url(../images/colbg.gif);
}
xdiv.column h2 {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #314C8C;
}
/* LISTS */
ul.arrows {
	margin-left: 0px;
	margin-top: 8px;
	padding-left:20px;
}
ul.arrows li {
	list-style-image: url(../images/arrow.gif);
	padding-bottom: 5px;
}

/* FOOTER */
#footer {
	height: 24px;
	top: -24px;
	clear: both;
	position:relative;
	background:  url(../images/footerbg.gif);
}
#footer div {
	height: 19px;
	background-color: #314c8c;
	padding-top: 5px;
	float: left;
}
#footer div a {
	color: #fff;
}
#footer div a:hover {
	text-decoration: underline;
}
/* FIX */
#floatfix {
	height: 24px;
	clear: both;
}