/*This is a comment */
/*This is also a comment */
body {
	MARGIN-LEFT: 0px;
	MARGIN-TOP: 10px;
	MARGIN-RIGHT: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: Black;
}
a:visited {
	text-decoration: underline;
	color: Black;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #87CEEB;
}
#headerNav{
position:absolute; left:0px; top:63px; width:765px; height:150px; z-index:0
}
a.links_nav:link {
	text-decoration: underline;
	color: White;
}
a.links_nav:visited {
	text-decoration: underline;
	color: White;
}
a.links_nav:hover {
	text-decoration: none;
}
a.links_nav:active {
	color: #87CEEB;
}
a.links_admin:link {
	text-decoration: underline;
	color: Red;
}
a.links_admin:visited {
	text-decoration: underline;
	color: Red;
}
a.links_admin:hover {
	text-decoration: none;
}
a.links_admin:active {
	color: #87CEEB;
}

/* This is the border line & background colour round the entire page 
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }*/

.DateHeader {
	background-image: url(graphics/blackbar.gif);
	width: 325px;
	color: White;
	font-weight: bold;
}
.Content {
	background-image: url(graphics/menu.gif);
	background-repeat: no-repeat;
	height: 500px;
}
.header{
	FONT-WEIGHT: bold; FONT-SIZE: 20px; BORDER-BOTTOM-COLOR: #0050c7; FONT-STYLE: italic; FONT-FAMILY: Arial, Helvetica, sans-serif; BORDER-BOTTOM-STYLE: double
}
.sub_header{
		FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #0050c7; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.right_text{
	color: Blue;
	font-size: 10px;
	FONT-WEIGHT: bold;
}

/* This is the border line & background colour round the entire page 
.dropshadow	{
	background-image: ../graphics/dropshadow.jpg; background-repeat: no-repeat;
}
*/