/* 5 px gap at top of page */
body {
	margin-top: 5px;
}
/* -------------------notes here---------------------- */
.aboveImageNav {
	margin: 1px;
	padding: 1px;
	background-color: #0033CC;
}
/* -------------------border colour---------------------- */
.bodyborder {
	background-image: url(../images/grads/gradbarigen.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* ------------verticle lines that seperate links in header and footer------- */
.linkSeperators {
	color: #FFFFFF;
}
/* -------------------solid colour blocks behind links---------------------- */
.menuBG {
	background-color: #8EA09D;
}
/* -------------font face and colour of hyperlinks---------------------- */
.menubar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCEE3;
	text-decoration: none;

}
/* -------------font face and colour of hyperlinks---------------------- */
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
/* -------------SIDEBAR ROLLOVERS--------------------- */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BDDF8C;
	text-decoration: none;
}
/* -------------------colour that links change to when mouse hovers---------------------- */
a:hover {
	color: #FFFFFF;
}
/* -------------------notes here---------------------- */
.topMenuLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.imagespace {
	margin: 0px;
	padding: 0px;
}
/*------------lines that appear in white space in outer background. this is a repeated image----*/
.bgimgrepeat {
	background-image: url(../images/bg_repeat_blue.jpg);
	background-repeat: repeat;
}
/*------------h1 style for top of main body title----*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	text-align: left;
	margin-top: 2px;
}


#copyright
{
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	color: #666666;

}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	left: 10px;
	padding-left: 10px;
	top: 2px;
	bottom: 2px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
}
#menualign {
	padding-left: 125px;
}