body {
background-color: #508DCC;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #666666;	
padding: 0px;
margin:50px;
/*/*/margin: 0px 0 0 0; /* */
background-image:  url("../assets/background/backgreen.jpg");
background-repeat: repeat-x;
}

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;
}

/*styles the centre content table cell*/
#maincontent {
background-color: White;
font-size: 12px;	
padding-right: 20px;
padding-left: 20px;
border-right: 1px solid #000000;
line-height: 1.5em;
 }
 
#maincontent li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}

#maincontent a:link {color: #45A076;}
#maincontent a:visited {color: #3879CB;}
#maincontent a:hover {	color: #FF8B1C;}
#maincontent a:active {color: #56B48F;}
/*styling of the table in the right sidebar*/

#navbar {
background-color: #87B4E4;
border-right: 1px solid #000000;
width: 200px;
border-left: 1px solid #000000;
}

#navbartable {
margin-top: 20px; 
padding:2px;
}

#footer {
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background-color: #0074E3;
color: White;
text-decoration: none;
padding: 5px 5px;
background-image:  url("../assets/background/footer_back.jpg");
background-repeat: repeat-y;
height: 30px;
}

#footer td {
color: White;
font: 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#footer a:link {
color: White;
font: 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: underline;
}

#footer a:visited {
color: White;
font: 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: underline;
}

#footer a:hover {
color: #EADFEA;
font: 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: none;
}
#footer a:active {
color: White;
font: 11px 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: #37805E;
font-size: 14px;
margin-top: 6px;
}

h2{
	color: #54AC96;
font-size: 13px;
}

h3{
	color: #54AC96;
font-size: 13px;
}
h4 {
	color: #8E0000;
font-size: 13px;
}

.imgleft {	float: left; padding: 4px 10px 8px 4px;
}
.imgright {
	float: right; padding: 10px 4px 8px 10px;
}
