body
{
	margin-top:15px;
	font-family: Arial;
	font-size: 10px;
	color: Black;
	background-color:#1F3805; /*new bg colour*/
}

/*new stuff starts here*/
.top
{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	width:100px;
	height:173px;
}

.bottom
{
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	width:100px;
	height:69px;
}

.main
{
	background-image:url(images/watermark.jpg);
	background-repeat:no-repeat;
	background-color:White;
	background-position:top right;
}

.content
{
	padding:20px;
}

h3
{
	color:#1668B2;
	margin-bottom:0;
}

h4, h5
{
	color:#1668B2;
	margin-bottom:0;
	font-variant:small-caps;
}

hr
{
	color:#1668B2;
	height:1px;
	margin-top:0;
	width:100%;
	text-align:left;
}

.mission
{
	background-color:#ECF4F9;
	padding:15px;
}

.contacts
{
	background-color:#ECF4F9;
	padding:5px;
	margin-right:20px;
	padding-bottom:15px;
}

.titles
{
	background-color:#1369B4;
	color:White;
	width:100%;
	padding-left:6px;
	padding-top:2px;
	height:20px;
}
	
/*new stuff ends here*/

td.ImageFade
{
	background-image: url("images/mainfade.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}
td.ImageNone
{
background-color:White;
}

td
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
}

.Error
{
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	color: Red;
}

td.Search
{
	font-weight: bold;
	font-family: Arial;
	font-size: 10px;
	color: White;
}

a:link.Menu, a:active.Menu, a:visited.Menu
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #1568B2;
	text-decoration : none;
}

a:hover.Menu
{
	font-family: Arial;
	font-size: 12px;
	color: White;
	text-decoration : none;
}

a:link.Cat, a:active.Cat, a:visited.Cat
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration : none;
}

a:hover.Cat
{
	font-family: Arial;
	font-size: 12px;
	color: Blue;
	text-decoration : none;
}

a
{
	color:#1369B4;
}


a:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #35650D;
}
a.enqadd
{
	padding-left:10px;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #1568B2;
	text-decoration : none;
}
a:hover.enqadd
{
	padding-left:10px;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: navy;
	text-decoration : none;
}

a.enqmore
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #1568B2;
	text-decoration : none;
}
a:hover.enqmore
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: navy;
	text-decoration : none;
}
.borderOn
{
border:4px solid blue;	
}
.borderOff
{
border:4px solid white;
}

a.linx
{
	 color:White;
	 text-decoration:none;
	 font-size:10px;
	 font-family:tahoma;
}

a.linx:hover
{
	 color:White;
	 text-decoration:underline;
	 font-size:10px;
	 font-family:tahoma;
}