body
{
	background-image:	url(Common/page-background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px;
	text-align: left;
	font-family: Helvitica, Arial, Verdana;
	font-size: 0.74em;
	color: #555555;
}

/* begin unique elements */

#container
{
	background-image:	url(Common/centre-background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 625px;
	height: 455px;
	margin: 0 auto;
	padding: 75px 75px;
	
	/* defines container element */
}

#header
{
	font-weight: lighter;
	color: #FFFFFF;	
	height: 35px;
	
	/* defines header element */
}

#header a
{
	color: #FFFFFF;
	text-decoration: none;
}

#navigation
{
	height: 30px;
	text-align: left;
	margin: 0px 0px 5px 5px;
	
	/* define navigation element */
}

#navigation ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation li
{
	float: left;
	position: relative;
}

#navigation a
{
	display: block;
}

a.parent
{
	margin-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	color: #92D7E8;
}

a.parent:hover
{
	color: #FFFFFF;
}


.children
{
	border: 1px solid #FFFFFF;
	border-bottom: none;
	display: none;
	width: 150px;
	top: 30px;
	position: absolute;
	
}

.children li
{
	
}

.children li a
{
	border-bottom: 1px solid #FFFFFF;
	background-image: none;
	background-color: #007188;
	text-decoration: underline;
	width: 140px;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	
}

.children li a:hover
{
	background-color: #660000;
	background-image: none;
}

#navigation li > ul
{
	
	top: auto;
	left: auto;
}

#navigation li:hover ul, li.over ul
{
	display: block;
}

#content
{
	height: 385px;
	color: #FFFFFF;
	overflow: auto;
	padding-right: 10px;
	font-size: 120%;
	
	/* defines content element */
}

#content h1
{
	margin: 15px 0px 15px 0px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	
	/* defines generic h1 element */
}

#content h2
{
	margin: 5px 0px;
	font-size: 17px;
	text-align: left;
	color: #333333;
	
	/* defines generic h2 element */
}

#content h3
{
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	color: #92D7E8;
	
	/* defines generic h3 element */
}

#content h4
{
	font-size: 15px;
	text-align: left;
	color: #92D7E8;
	
	/* defines generic h3 element */
}

#content p
{
	line-height: 170%;
	font-weight: bold;
}

#content ul
{
	margin: 10px 20px;
	padding: 0;
}

#content a
{
	color: #FFFFFF;
	text-decoration: underline;
	
	/* style footer links */
}

#content a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	
	/* style footer links */
}

#footer
{
	height: 20px;
	margin: 30px -65px 0px 0px;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	
	/* style footer element */
}

#footer a
{
	color: #660000;
	text-decoration: underline;
	
	/* style footer links */
}

#footer a:hover
{
	text-decoration: none;
	
	/* style footer links */
}

.clear
{
	clear: both;
	height: 0px;
	overflow: hidden;

}

/* miscellaneous elements */
img
{
	border: none;
}

form
{
	margin: 0;
	padding: 0;
}

/* contact form styles */
#contact
{

}

#contact p
{
	margin: 0px 0px 2px 0px;
	padding: 2px;
	clear: both;
}

#contact label
{
	float: left;
}

#contact .text
{
	border: 1px solid #92D7E8;
	padding: 2px;
	width: 380px;
	float: right;
}

#contact #message
{
	height: 55px;
}

#contact #submit
{
	float: right;
}

#sent
{
	border: 1px solid #336601;
	background-color: #CFEBB4;
	padding: 5px;
	margin-bottom: 5px;
	color: #336601;
}

#sent h1
{
	margin: 2px 0px;
	font-size: 16px;
	color: #336601;
}

#unsent
{
	border: 1px solid #990000;
	background-color: #FF9B9B;
	padding: 5px;
	margin-bottom: 5px;
	color: #990000;
}

#unsent h1
{
	margin: 2px 0px;
	font-size: 16px;
	color: #990000;
}

.link
	{
	}
	
	.link dl
	{
			
	}
	
	.link dt
	{
		float: left;
		height: 50px;
		width: 50px;
		margin-right: 5px;
	}
	
	.link dd
	{
		margin: 5px 0px 0px 0px;
	}
