/*This style sheet is used for most major browers - including NS4x*/
/*The styles are commented for your convenience*/
/*Test the style sheet in various browsers when changing any of the styles*/
body {
	background-color: #FFFFFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
margin: 0px 0px 0px 0px;
	border: none;
}

 #header {
	background-color: White;
	color: #CCCCCC;
	background-image:   url(/images/hdr_bg.jpg);
	margin: 0px;
	background-repeat: repeat-x;


 }
 /*This specifies the background image for the header table 
 - used this way ensures that NS4x will see the background image*/
 
 #mainTable {	
  background-color: White;
	/*/*/line-height: 1.5em; /* */
	/*this definition gives a nice linespacing in modern browsers*/
 }
 #mainTable td {
 	padding: 10px;
	/*Pads each table cell in the main table in modern browsers*/
 }
 #maincontent {
	background-color: White;
	vertical-align: top;
	border-right: 2px dotted #D5E3E3;
	font-size: 12px;
	font-size: 100%;
	padding: 15px;

	/*12px set for ns 4100% set for modern browser*/	
	 }
 #maincontent li {
 
 	/*/*/margin: 0px 0px 6px 0px; /* */
 }
 /*change the width for the sidebar - right column - if so desired*/
 #sidebar {
	width: 175px;
	font-size: 12px;
	font-size: 85%;
	vertical-align: top;
	padding: 15px;

 }
 #navbar {
	background: url(/images/navcell_bg.jpg) repeat-y;
	padding-left: 5px;

 }

 #navbartable {
 margin-top: 30px;
 }
 
 #footer {
	background-color: #E88E7B;
	color: #666666;
	padding: 15px 5px 5px;
	text-align: center;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#footer a:link {
	color: #666666;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
}

#footer a:visited {
	color: #666666;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
}

#footer a:hover {
	color: #2A3D3E;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:active {
	color: #666666;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
}

 #copyright {
	background-color: #FFFFFF;
	font-size: 10pt;
	color: #666666;
	text-align: center;

 }
  
 td, p, ul,ol,div {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 }
 
 #maincontent ul {
 	/*/*/padding-left: 1em;
 	margin-left: 2em;
 	list-style-type: circle; /* */
	/*hide the list-style definition from NS4  can cause problems */
 }
 
 h1 {
 	color: #568585;
	font-size: 14px;
 }
 
 h2{
 	color: #CC6666;
	font-size:13px;
 }
 
h3{
 	color: #476B6B;
	font-size: 12px;
 }
h4 {
 	color: #996666;
	font-size: 13px;
 }
#footer td {

	background-color: #E8C47B;
	color: #666666;
	padding: 5px;
	text-align: center;
	background-repeat: repeat-x;
}

.centred {
	text-align: center;
	display: inline;

}

.navbartable {
 margin-top: 30px;
}

.red {
	color: #FF0000;
}
