BODY
{
	margin: auto;
	color: #000000;
	background-color: #D8E7FB;
	width: 900px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.4em;
}
A:hover
{
	color: #EB362C;
	text-decoration: none;
}
H1
{
	font-size: 1.5em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: left;
}
H2
{
	font-size: 1.3em;
	font-family: "Comic Sans MS", Georgia, serif, sans-serif;
	font-weight: bold;
	text-align: center;
}
H3
{
	font-size: 1.2em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: left;
}
H4
{
	font-size: 1.1em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: left;
}
H5
{
	font-size: 1em;
	font-family: Times, "Times New Roman", serif;
	font-weight: normal;
	text-align: left;
}
DIV#container
{
	background-color: #8CA9D1;
	width: 900px;
}

DIV#header
{
	text-align: center;
	background-color: #D8E7FB;
	color: #0000CC;
	border-bottom: medium solid #00095D;
}
DIV#footer
{
	padding: 1%;
	text-align: center;
	clear: both;
	background-color: #FFFFFF;
	color: #00095D;
	border-top: medium solid #00095D;
	border-bottom: medium solid #00095D;
}
DIV#footer2
{
	padding: 1%;
	text-align: center;
	clear: both;
	background-color: #FFFFFF;
	color: #00095D;
	border-top-color: #00095D;
	border-top-width: thin;
}
DIV#maincontent
{
	padding: 5% 5% 7%;
	text-align: justify;
	margin-left: 238px;
	background-color: #FFFFFF;
	color: #000000;
	height: auto;
	font-family: "Comic Sans MS", Georgia, serif, sans-serif;
}
DIV#leftcolumn
{
	padding: 2%;
	float: left;
	text-align: right;
	background-color: #8CA9D1;
	color: #FFFFFF;
	width: 200px;
	height: auto;
	clear: right;
}
.current
{
	font: bold;
	font-size: 20px;
	color: #00095D;
}
.navigation
{
	font: bold;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
P
{
	font-size: large;
}
LI
{
	font-size: 16px;
}
.sm
{
	color: #666666;
	font-size: small;
}
.sm1
{
	color: #666666;
	font-size: smaller;
}
.ft
{
	color: #000000;
	text-decoration: none;
}

.check
{
	text-decoration: underline;
}	

.tab
{
position:relative;
left: -30px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px #000000 solid;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
border: 1px gray solid;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -300px;
left: -150px; /*position where enlarged image should offset horizontally */
z-index: 100;
}

.cancel { /*CSS for text colour and alignment*/
color: #000000;
text-align: left;
}