body {
	font-family:Arial, Helvetica, sans-serif;
	width:700px;
	margin:5px auto;
}

/*Navigation: Background colour, Navigation font*/
#navigation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#132457;
	font-size:10px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding-right:5px;
}
#navigation ul {
	margin:0;
	list-style:none;
	float:right;
}
/*Navigation text colour and style*/
#navigation li {
	float:left;
	color:#FFFFFF;
	padding: 0 7px 0 7px;
	border-left:1px solid #FFFFFF;
	background-color:#132457;
}
/*Navigation Link properties*/
#navigation a {
	text-decoration:none;
	color:#FFFFFF;
	display:block;
}
#navigation a:hover {
	color:#5D7ABE;
}

/*Main Content & Text*/
.maintext {
	padding: 5px 10px 5px 10px; 
	font-size:75%;
	color: #333333;
	text-align:justify;
	border:1px solid black;
	border-top:0;
}
.maintext a {
	color:#333333;
	text-decoration:underline;
}	
.maintext a:hover {
	color: #333333;
	text-decoration:none;
}

/*Title text*/
.titletext {
	font-size:140%;
	font-weight:bold;
	color:#132457;
}
/*Subtitle text*/
.subtitletext {
	font-weight:bold;
	color:#3AAEE7;
}
.bluetext {
	color:#3AAEE7;
	font-weight:bold;
}
.bluetextSmall {
	color:#3AAEE7;
	font-size:80%;
}

/*Footer*/
.footer {
	font-size:70%;
	color: #4BB5E8;
	text-align:right;
	padding:1px 10px;

}
.footer a {
	color: #4BB5E8;
	text-decoration:none;
}
.footer a:hover {
	color: #11638A;
	text-decoration:none;
}

.tabletext {
	padding: 0px 10px 0px 0px; 
	color: #414141;
	text-align:left;
	font-size:95%;
}
.td img{
	border:1px solid #333333;
	margin:0 5px 5px 10px;
	float:left;
}
hr {
	width:80%;
	color:#CCCCCC;
	border-bottom:none;
	border-top:1px solid #CCCCCC;
	border-left:none;
	border-right:none;
	height:1px;
}