﻿/*Import for bits Divs and Classes*/
@import url(areas.css);
/*Divs for layout*/
/*Main Body*/
#main_body{
	padding: 3px;
	border: 2px solid #000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;/*#FDFEE6;*/
	width: 760px; /*box hack*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 738px;
}
html>body #main_body{
	width: 738px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
/*Top Navigation Bar*/
#top_nav{
	margin-left: 5px;
	margin-right: 2.5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #000;
/*box hack*/
	width: 467px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 447px;
	margin-top: 5px;
	font-weight: bold;
}
html>body #top_nav{
	width: 447px;
}
/*List class for the navigationbars*/
#top_nav ul {
margin-left:5px;
}

#top_nav li
{
display:inline;
}
/*Banner*/
/*I need another 3px because ofthe border*/
#banner{
	margin-left: 5px;
	margin-right: 0.5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 3px solid #000;
	height: 75px; 
	/*box hack*/
	width: 463px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 443px;
	text-align: center;
	background-image: url('../images/B685.jpg');
}

html>body #banner{
	width: 443px;
}
.banner_class {
	position: relative;
	top: 20px;
}
.crumb {
	
}
/*Bottom Navigation Bar*/
#bottom_nav{
	margin-left: 5px;
	margin-right: 2.5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #000;
	/*box hack*/	
	width: 467px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 447px;
	font-weight: bold;
}
html>body #bottom_nav{
	width: 447px;
}
#bottom_nav ul {
margin-left:5px;
}
#bottom_nav li
{
display:inline;
}

/*Side Bar*/
#sidebar{
	float:right;
	margin-bottom: 5px;
	margin-right:1px;
	margin-top:2px;
	padding: 10px;
	border: 1px solid #000;
	width:265px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:243px;
}
html>body #sidebar{
	width: 243px;
}
/*Content*/
#content{
	margin-left: 5px;
	margin-right: 2.5px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #000;
	/*box hack*/
	width:458px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:436px;
}
html>body #content{
	width: 436px;
}
/*Footer*/
#footer{
	margin: 0 5px 5px 5px;
	padding: 5px;
	border: 1px solid #000;
	width: 730px;
	 /*box hack*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 718px;
}
html>body #footer{
	width: 718px;
}

body{
	margin: 0 auto 0 auto;
	width: 760px; /*margin: 5px*/;
	font-size: 80%;
	font-family: "Lucida Sans", verdana, sans-serif;
	background-color: #DFDFDF;
	/*padding: 40px;*/
}
/*Rules for headings*/
h1{
font-size: 150%;
/*apply padding to heading to avoid box model woes*/
padding: 0 0 0 5px;	
}
h2{
font-size: 140%;
	
}
h3{
font-size: 110%;
line-height: 150%;
	
}
h4
{
	font-size:100%;
}
p{
	font-size:100%;
	line-height:150%;
}
/*These are the selectors for the hyperlinks*/
/*These will be same accross all pages*/
ul {
	margin-left:5px;
	}
ul li
{
	margin-left:5px;
	margin-bottom:15px;
}
ul a:active {
display:inline;
	padding: 3px 3px;
	text-decoration:none;
	color: #0000FF;
}
ul a:hover {
display:inline;
	padding: 3px 3px;
	text-decoration:none;
	color: #FFFFFF;
	background: #C0C0C0
}
ul a:visited {
display:inline;
	padding: 3px 3px;
	text-decoration:underline;
	color: #666666;
	font-style:italic;
	

}
ul a:link {
display:inline;
	padding: 3px 3px;
	text-decoration:underline;
	color: #000000;
}
/*Hover styles in the context of span tags*/
span a:active {
display:inline;
	padding: 3px 3px;
	text-decoration:none;
	color: #0000FF;
}
span a:hover {
display:inline;
	padding: 3px 3px;
	text-decoration:none;
	color: #FFFFFF;
	background: #C0C0C0
}
span a:visited {
display:inline;
	padding: 3px 3px;
	text-decoration:underline;
	color: #666666;
	font-style:italic;
}
span a:link {
display:inline;
	padding: 3px 3px;
	text-decoration:underline;
	color: #000000;
}
.statcounter
{
	border-style: none;
}
.centred_heading
{
	text-align:center;
}
.bold_text 
{
	font-weight:bold;
}
.plain_border
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.current_on
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	padding-left:5px;
	width: 90%;
	border-bottom: #000000 1px solid;
	background-color: #cccccc;
	left: 5%;
	position: relative;
}