@charset "utf-8";
/* CSS Document */

/* Body */
body {
	margin: 0px;
	padding: 0px;

	}
	
/* Fonts */

h1 {
	font-size: 16px;
	color: #0033FF;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	}

h2 {
	font-size: 15px;
	color: #0033FF;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;



	}

	
h3 {
	font-size: 12px;
	color: #0033FF;
	letter-spacing: 2px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
h4 {
	font-size: 14px;
	color: #CC0000;
	letter-spacing: 2px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}
	
h5 {
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;

	}
	
h6 {
	font-size: 12px;
	color: #CC0000;
	letter-spacing: 2px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}
	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #0033FF;
	text-decoration: none;


	}
	
a:hover {
	font-weight: bold;
	text-decoration: none;


}
	
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333333;
	font-size: 12px;
	font-weight:400;
	letter-spacing: 0;
	}
	
#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	line-height: normal;
	min-width: 800px;
	width: expression(document.body.clientWidth <802 ? "800px" : "100%" );
}

/* Banner */

#banner {
	height : 149px;
	margin : 0px;
	padding : 0px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 100%;
}


#nav {
	height: 30px;
	background-color: #0066FF;
	background-position: center;
	padding: 10px 0px 0px 10px;
	}

#nav li {
	display: inline;
	margin: 20px 5px 10px 5px;
	padding: 0px;
	height: 30px;
	width: 100px;


	}
	
#nav a {
	color:#FFFFFF;
	text-decoration:none;
	padding:4px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;

	}
/* Sub Navigation */

#subnav {
	color: #0066FF;
	font-weight: bold;
	list-style-type: none;
}
	
#subnav a {
	color: #0066FF;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;

	}
#subnav  a {
	display: inline;
	list-style-type: none;


	}
#subnav  a:hover  {
	font-weight: bold;

}
#subnav  a.active  {
	font-weight: bold;
}
#subnav  a#current  {
	font-weight: bold;
}

#supportingText {
	height: 1%;
	margin-right: 150px;
	margin-left: 180px;
	margin-bottom: 10px;





	}

/* Sidebars */

#sidebar-a {
	float: left;
	width: 150px;
	display: inline;
	margin: 50px 10px 20px 10px;

	}
	
#sidebar-a a:hover {
	font-weight: bold;


}
#sidebar-a a.active {
	font-weight: bold;

}

#sidebar-a a#current {
	font-weight: bold;

}
	
#sidebar-b {
	float: right;
	width: 200px;
	display: inline;
	margin: 50px 10px 10px 10px;
	}

/* Footer */

#footer {
	clear : both;
	padding : 10px;
	margin : 0;
	background : #0066FF;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	*padding-top:4px;

}

#footer a {
	color : #FFFFFF;
	background : inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;


}

#footer a:hover {
	text-decoration : underline;
	background : inherit;
	font-weight: normal;

}



.imgleft {
	padding: 5px;
	float: left;


	}

.imgright{
	padding: 5px;
	float: right;


	}
	
.imgcentre{
	padding: 5px;
	}
