body {
	background: url(../images/background.png) top left;
	font-family: verdana, lucida, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: small;
}

/* Header */

#head {
	background: url(../images/header.jpg) top left;
	height: 100px;
	margin: 0;
	border-bottom: 2px solid #66666D;
	}

#head h1 {
	display: none;
	}

/* Division properties */

#main {
	position: relative;
	background: #FFFFFF;
	padding: 0;
	margin: auto;
	width: 900px;	
	border: 5px solid #66666D;
}

#title {
	color: #66666D;
	background: #818B9D;
	border-bottom: 2px solid #66666D;
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

#column {
	height: inherit;
	float: left;
	width: 175px;
}

#module, .module {
	background: #D7D6D1;
	color: #646464;
	font-family: Verdana, Times New Roman, serif;
	font-size: x-small;
	border:1px solid #66666D;
	padding:1px;
	margin: 0.25em;
	font-size:11px;
}

#content {
	background: #FFFFFF;
	font-family: Verdana, Times New Roman, serif;
	font-size: small;
	padding: 0;
	margin: 0 10px 0 10px;	
}

#footer {
	clear: both;
	padding: 0.25em;
	margin: 0;
	background: #FFFFFF;
	color: #000000;
	border-top: 2px solid #66666D;
	border-bottom: 2px solid #66666D;
	font-size: x-small;
	text-align: center;
}

/* Links */

a:link {
	text-decoration: none;
	color: #0000C0;
}

a:visited {
	text-decoration: none;
	color: #4040FF;
}

a:hover, a:active {
	text-decoration: underline;
	color: #8080FF;
}

a.offsite:link {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

a.offsite:visited {
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: none;
}

a.offsite:hover {
	color: #404040;
	font-weight: bold;
	text-decoration: underline;
}

a.title:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.title:visited {
	color: #1D2E4F;
	text-decoration: none;
}

a.title:hover {
	color: #FFCC00;
	text-decoration: none;
}

/* Headings */

h1 {
	color: #EEEEEE;
	margin: 0;
	padding: 0;
	font-size: 250%;
	font-family: Georgia, Verdana, Times New Roman, serif;
}

h2, h3 {
	margin: 0;
	padding: 0.25em;
	font-family: Verdana, Times New Roman, serif;
}

/* Text Formatting */

p {
	color: #000000;	
	font-size: 12px;
}

p.bold, .bold {
	color: #000000;
	font-style: normal;
	font-weight: bold;	
}

p.italics, .italics {
	color: #000000;
	font-style: italic;
}

p.italics_bold, .italics_bold {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

p.centre, .centre {
	color: black;
	font-weight: bold;
	text-align: center;
}

p.centre-nobold, .centre-nobold {
	color: black;
	text-align: center;
}

ul {
	list-style-type: disc;
}

/*frontpage table*/

.contenttable {
	margin: 5px 0 5px 0;
	border-bottom: 1px dotted #999999;
	min-height:120px;
	height:auto;
	height:120px;
}

.contentimage {
	border: 1px solid #999999;
	margin: 0 10px 20px 0;
	padding: 1px;
	width: 66px;
	float:left;
}

.contenttext {
	margin: 0 0 0 0;
	line-height: 1.5em;
}

td.fixed-ring {
	padding: 0.25em 0.25em 0.25em 0.25em;
	text-align: center;
	width: 33%;
	font-family: Verdana, Arial, Times New Roman, serif;
	font-size: 11px;
}