@charset "utf-8";
.headerstrip {
	width: 900px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #4b5262;
}
.footerstrip {
	width: 900px;
	background-color: #515A6D;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #4b5262;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
}
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #8a94a8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/ramp06.gif);
	color: #666666;
}
.bodyarea {
	width: 900px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #4b5262;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* styles for the menu system */

#topmenu, #topmenu ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	list-style: none;
	background-image: url(images/menu_back04.gif);
	background-repeat: repeat-x;
	height: 28px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #525B6E;
}

#topmenu li
{
	float: left; /* set the main menu to display horizontally */
	padding: 0;
	list-style-type:none;
	list-style-image:none;
	margin-left: 0px;
}	
/* main menu anchor style */
#topmenu a {
	background-image: url(images/vert_div04.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right top;
	display: block;
	width: auto; /* variable main menu widths */
	padding: 0 10 0 1; /* space between main menu items */
	color: #FFFFFF; /* main menu text colour */
	text-decoration: none;
	padding: 7px 10px 7px 10px;
}

#topmenu a:hover {
	color: #3399FF; /* main menu rollover colour */
}
#topmenu ul a
{
	color: #666666;
	display:block;
	text-align: left;
	padding: 4px 0px 4px 10px;
	background-image: url(none);
	margin-left: 0px;
	width: 135px;
}
#topmenu ul a:hover {
	color: #333333;
	background-image: url(images/menuback_hi.png);
	background-position: bottom left;
}

/* set the sub menus to be hidden initially - don't use 'display' as it doesn't work in Opera*/
#topmenu li ul
{
	position: absolute;
	width: 150px;
	left: -999em;
	line-height: 80%;
	background-image: url(images/menuback03.png);
	background-position: bottom right;
	margin-left: -4px;
	margin-bottom: -8px;
	padding: 0px 0px 6px 0px;
	height: auto;
	border: none;
}

/* display the sub menu when rolled over, and provide support for crappy IE */
#topmenu li:hover ul, #topmenu li.menuhover ul {
	left: auto;
}


.content p {
	margin-top: 12px;
	margin-bottom: 6px;
}




a:link, a:active, a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	color: #CC3300;
}
h1 {
	font-size: 32px;
	font-weight: normal;
	color: #1E3A52;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #666666;
}
