html, body {
     margin: 2;
     padding: 2;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFADA;
	font-weight: bold;
}


.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #AD233A;
	font-weight: bold;
}

.footerdiv {
	position:relative;
	width:100%;
	height:20%;
	background-color:#364192;
	align:centre;
	vertical-align:bottom;

}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
	
	
.headerstrip {
	background-color: #FFFADA;
	background-image: url(images/tile.gif);
	background-repeat: repeat-x;
}

.headerstripwhite{
	background-color: #FFFFFF;
	background-image: url(images/tile.gif);
	background-repeat: repeat-x;
}


.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #364192;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #AD233A;
}
.photoleft {
	border: 1px solid #000066;
	margin: 0px 10px 5px 0px;
}
.photoright {
	border: 1px solid #000066;
	margin: 0px 0px 5px 10px;
}
