body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	/*background-repeat: no-repeat;
	background-position: center;*/
}
#main-content a {
	color: #990000;
}

#main-content a:hover {
	color: #000000;
	text-decoration:underline;
}
#sidebox-content a {
	color: #000000;
}

#sidebox-content a:hover {
	color: #990000;
}
#head-bg-bar td {
	background-image: url(../../images/header_bar/head_bg_bar.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.foot-bg-bar {
	background-image: url(../../images/header_bar/footer_bg_bar.gif);
	background-repeat: no-repeat;
	background-position: center;
}
a {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
#mNav {
	list-style-type: none;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	position: relative;
	border: 0px solid #000000;
	width: 150px;
}

#mNav li {
	position: relative;
	float: top;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0px;
}
#mNav a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	background-color: #EEEEEE;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	/*height: 30px;*/
	padding: 10px;
	text-align: left;
	width: 130px;
}
#mNav a:hover {
	color: #CC0000;
	text-decoration: none;
	background-color: #FFF200;
}
/*
#nav a {
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	background-color: #BFB2E9;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 10px;
}
#nav a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #DFD9F4;
}
*/
#subnav a {
	color: #333333;
	text-decoration: none;
	font-size: 9px;
	padding-left: 10px;
	background-color: #DDDDDD;
	height: 12px;
	padding-top: 2px;
	text-indent: 5px;
	padding-bottom: 2px;
	border-top: 1px solid #EEEEEE;
	border-right: 0px;
	border-bottom: 1px solid #BBBBBB;
	border-left: 0px;
}
#subnav a:hover {
	color: #CC0000;
	text-decoration: none;
	background-color: #FFF200;
}
#headnav td, a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	border: 0px solid #fff;
}
#headnav a:hover {
	color: #444444;
	font-size: 14px;
	text-decoration: none;
}
#footer td {
	color: #000000;
	font-size: 12px;
}
/* PAGE FOOTER TEXT STYLE */
.page-footer-text {
	color: #000000;
	font-size: 10px;
}
/* PAGE FOOTER LINK STYLE */	
.page-footer-text a {
	color: #CCCCCC;
	font-size: 10px;
}	
.page-footer-text a:hover {
	color: #FFFFFF;
	font-size: 10px;
}
/* PAGE TITLE TEXT STYLE */	
.page-title-text {
	font-size: 18px;
	color: #FFFFFF;
	/*padding: 10px;*/
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: bottom
}
form {
	display: inline;
}
.pad-top-sides-10 {
	padding-top: 10px;
	/*padding-right: 10px;*/
	padding-bottom: 0px;
	padding-left: 10px;
}
.pad-right-10 {
	padding-right: 10px;
}
.pad-left-10 {
	padding-left: 10px;
}
.pad-top-10 {
	padding-top: 10px;
}
.pad-10 {
	padding: 10px;
}
.pad-top-20 {
	padding-top: 20px;
}
.pad-bottom-20 {
	padding-bottom: 20px;
}
.navspan {
	position:absolute;
	left: 130px;
}
/* bottom of the main vert nav colour above angled graphic */
.navBar {
	background-color: #EEEEEE;
	padding-top: 20px;
}

/* Search styles */
.searchSecTitle {
	font-size: 14px;
}
.searchSecDesc {
	font-size: 12px;
	padding-left: 10px;
}
.searchArtDesc {
	font-size: 12px;
	padding-left: 25px;
}

/* Contact form styles */
#FORMBASE form {
	display: inline;
}
#FORMBASE input {
	width: 390px;
}
#FORMBASE textarea {
	height: 100px;
	width: 390px;
}
#FORMBASE td {
	font-size: 14px;
}
#FORMBASE .smallInfo {
	font-size: 10px;
}
