html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	background-color: #FFFFFF;


	}

#header {
	background-color: #003399;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	margin-top: 0px;
	padding-top: 0px;



	}

#menu {
	width: 145px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	background-color: #FFFFFF;





	}

#menu p {
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #003399;
	margin-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	width: 120px;
	padding: 0px;
	margin-top: 15px;
}
#menu a {
	text-decoration: none;
	width: 100%;
	padding: 4px;
	display: block;
	color: #003399;
}
#menu a:hover {
	text-decoration: none;
	background-color: #FFCC00;
	display: block;
	width: auto;
	color: #003399;
}
/***********************************************
 Style 1 - Link colours inverted, blue on yellow
#menu a#menurightmove {
	color: #FFCC00;	
}

#menu a#menurightmove:hover {
	color: #003399;	
}
*/
/********************************************
 Style 2 - green on normal*/
#menu a#menurightmove {
	color: #009900;	
}
/**/
#content {
	margin-left: 155px;
	background-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #003399;
	padding-left: 10px;
	margin-right: 10px;

}

#content table {
	font-size: 12px;
	color: #003399;
}

#footer {
	background-color: #003399;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: 11px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003399;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;

}

.title {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003399;
}

.pagetitle {
	font-size: 18px;
}

#header p {
	margin-top: 0px;
}
