html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #879FA3;
	background-image: url(background_images/mainbackground.jpg);
	background-repeat: repeat-x;
	background-position: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

td,input,textarea,select {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

#centredContent {
	width: 736px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding:0px;
	margin-bottom: 0px;
	background-image:url(background_images/topbanner.jpg);
	background-repeat:no-repeat;
	border: 0px none #FF0000;
}

.currentPage:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006666;
}

#mainContent {
	background-color:#ffffff;
	background-image:url(background_images/stripe.gif);
/*	height: 450px; */
	width: 736px;
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: in-line;
	min-height: 95%;
}
#footer {
	background-image:url(background_images/footer.gif);
	background-repeat:no-repeat;
	height:28px;
	padding: 4px 0px 0px 0px;
	color: #777777;
	margin: 0px;
	border: 0px none;
	position: relative;
	top: -5px;
}

#header {
	height:80px;
	padding: 12px 10px 0px 0px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px none;
}

#header a {
	text-decoration: none;
	color: #000000;
	padding: 10px 2px 10px 10px;
	font-weight: normal;
	background-image:url(background_images/square.gif);
	background-repeat: no-repeat;
	background-position: 1px 14px;
}

#menu a {
	text-decoration: none;
	color: #000000;
	padding: 2px;
	font-weight: normal;
}

#menu a:hover {
	text-decoration: none;
	color: #00CCCC;
	font-weight: normal;
}


#header a:hover {
	text-decoration: none;
	color: #00CCCC;
	font-weight: normal;
	background-image:url(background_images/square_high.gif);
}

#menu {
	text-align: left;
	float: left;
	width: 130px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 42px;
	background-image:url(background_images/menu.gif);
	background-repeat: no-repeat;
	background-position: 11px bottom;
	margin: 0px;
}

#firstContent {
	text-align: left;
	width: 560px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 15px;
	margin-bottom: 32px;
	border-left: 2px solid #006666;
	
}
a {
	color: #006666;
}

a:visited {
	color: #AAAAAA;
}

#newsBox {
	padding: 4px;
	margin: 4px 11px;
	border: 0px dashed #AAAAAA;
}

h3 {
	width: 700px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding: 4px;
	border: 1px solid #006666;
	text-align: left;
	background-image: url(background_images/newstop.jpg);
	margin: 0px 0px 0px 0px;
}

#thumbpanel {
	width: 700px;
	background-image: url(background_images/box.gif);	
	background-repeat: no-repeat;
	padding:5px 0px 0px 0px;
	height: 160px;
}

.cell {
	border: 0px solid #00CCCC;
}

.cell a {
	border: 1px solid #00CCCC;
	text-decoration: none;
	padding: 1px 2px;
	width: 92px;
	color: #000000;
}

.cell a:hover {
	background-color: #BBFFFF;
	color: #006666;
}

.cell a:visited {
	color: #774444;
}

table {
	border: 0px;
}

h2 {
	font-size:10px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	text-decoration: none;
}

.inlineHeaderLink {
	font-size:10px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	text-decoration: none;
	color: #000000;
}

.inlineHeaderLink:hover {
	color: #006666;
}

#textTable { 
	text-align:left;
	width: 500px;
}
div#mainImageDiv {
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	width: 500px;
	margin: 0px;
}