body {
background-color: #F1F1F5;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #666666;	
margin: 0px;
border: none;
padding: 0px;
}

td, p, ul,ol {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

/*styles the header table*/
#header {
	background-color: White;
	color: #CCCCCC;
margin: 0px;
}

/*sets the position of the news pic in the right column*/
#mainpagepic {
border: 1px solid #656E8D;
		margin: 25px 0px 0px 0px;
}
/*Styles the main content table*/
#mainTable {	
 background-color: White;
border: 1px solid #656E8D;
/*/*/line-height: 1.5em; /* */
/*this definition gives a nice linespacing in modern browsers*/
}

#mainTable td {
	padding: 0px 2px 0px 2px;
/*Pads each table cell in the main table in modern browsers*/
}

/*styles the centre content table cell*/
#maincontent {
background-color: White;
vertical-align: top;
/* 	border-right: 2px dotted #D5E3E3;*/
	font-size: 12px;	
 }
#maincontent li {

	/*/*/margin: 0px 0px 6px 0px; /* */
}

/*styling of the table in the right sidebar*/
#promotable {
 background: #DBDEE6;
	width: 150px;
	font-size: 11px;	/*/*/font-size: 85%; /* */  
vertical-align: top;		
border: 1px solid #656E8D;
margin: 15px 5px;

}
#promotable td {
padding: 4px 4px 0px;
}	
/*sets the background image for the left column*/
#navbar {
/*background image for the navbar - change to use full url for Netscape 4+*/
background-image: url(../assets/background/menuback.gif);
background-repeat: repeat-y;
}

#rightcolumn {
/*background*/
background: #DBDEE6;
width: 162px;
padding: 0px;
}

#navbartable {
margin-top: 50px; 
padding:2px;
}

#footer {
border: 1px solid #656E8D;
	background-color: #666699;
	color: White;
text-decoration: none;
padding: 5px 5px;
}

#footer td {
color: White;
font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#footer a:link {
color: White;
font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: underline;
}

#footer a:visited {
color: White;
font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: underline;
}

#footer a:hover {
color: #EADFEA;
font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: none;
}
#footer a:active {
color: White;
font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: underline;
}

#copyright {
border: 1px solid #656E8D;
	background-color: White;
font-size: 10px;
color: #666699;
padding-top: 8px;
padding-bottom: 4px;
}
/*styles the text in the <td> tag of the copyright table*/

 #copyright td {
background-color: White;
font-size: 10px;
color: #666699;
padding-top: 8px;
padding-bottom: 4px;
}
#copyright a:link {
	color: #666699;
text-decoration: underline;
}
#copyright a:visited {
	color: #666699;
text-decoration: underline;
}
#copyright a:hover {
	color: #666699;
text-decoration: none;
}
#copyright a:active {
color: #666699;
text-decoration: underline;
} 

#maincontent ul {
	/*/*/padding-left: 1em;
	margin-left: 2em;
	list-style-type: circle; /* */
/*hide the list-style definition from NS4  can cause problems*/
}

h1 {
	color: #666699;
font-size: 14px;
}

h2{
	color: #99A27D;
font-size:13px;
}

h3{
	color: #678590;
font-size: 12px;
}
h4 {
	color: #8E0000;
font-size: 13px;
}