html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #000;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px; 
	padding: 0px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	scrollbar-base-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #006699;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #006699; 
	scrollbar-shadow-color: #006699;
	scrollbar-darkshadow-color: #FFFFFF; 
} 
	
p { 
	margin: 5px; 
	padding: 0px;
	text-align: left;
	line-height: 17px;
	}
	
li{
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 12px 0px 25px;
	color: #006699;
}

hr{
	color: #006699;
}

a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #006699;
	}
a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #006699;
	}
a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #006699;
	}
	
.table {
border-bottom: 1px solid #000;
border-left: 1px solid #000;
text-align: left;
}

.table td{
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	text-align: left;
}

.tableheader{
	background-color: #408BB0;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.tablealtcolour{
	background-color: #F0F0B2;

}

/* divs */

#container{
	width: 98%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;

}

#content {
	margin: 0px auto;
	padding: 0px;
	border-left: solid 2px #000;
	border-bottom: solid 2px #000;
	background-color: #FFF;
	background-image: url(../images/bg_shadow.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	width: 804px;
	position: relative;
	text-align: left;
}

#top{
	margin: 0px;
	padding: 0px;
	width: 798px;
	border: 0px;
	clear: both;
}

#main_content{
	margin: 0px;
	padding: 0px;
	clear: both;
}


#footer{
	margin: 0px;
	padding: 0px;
	width: 798px;
	border: 0px;
	clear: both;
}

#footer p { 
	color: #FFF;
	}
	
#footer a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #FFF;
	}
#footer a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #FFF;
	}
#footer a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #FFF;
	}
