/* -------------3 pixel border at top of page--------------- */
body {
	margin-top: 5px;
}
/* -------------------border colour---------------------- */
.bodyborder {
	background-image: url(../images/grads/gradbarservices.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: top;
	margin-top: 2px;
}
/* ------------verticle lines that seperate links in header and footer------- */
.linkSeperators {
	color: #FFFFFF;
}
/* -------------------solid colour blocks behind links---------------------- */
.menuBG {
	background-color: #333366;
}
/* -------------font face and colour of hyperlinks---------------------- */
.menubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCFF;
	text-decoration: none;

}
/* -------------sidebar styling starts---------------------- */
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCFF;
	text-decoration: none;
	padding-left: 10px;
}
/* -------------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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9999FF;
	text-decoration: none;
}
/*------------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 ----*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: 9;
	text-align: left;
	padding-left: 10px;
	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;
}
