/* @override http://advancedclean.david.dsukweb.co.uk/css/css.css */

html
{
  font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, Verdana, sans-serif;
  font-size: 12px;
}

body 
{
  text-align: center;
  background-color: #162D54;
}

a
{
  color: #002361;
  text-decoration: none;
}

a:hover
{
  color: #064c78;
  text-decoration: underline;
}

h1
{
 font-size: 1.5em;
}

legend
{
  font-weight: bold;
}

fieldset
{
  
}

div#container 
{
  margin: 0 auto;
  width: 800px;
  text-align: left;
  background-color: #fff;
}

div#header
{
	background-image: url(../images/header.jpg);
	height: 200px;
}

div#header:hover {
 cursor: pointer;
}

div#leftNav
{
  float: left;
  width: 171px;
  font-weight: bold;  
}

div#leftNav ul
{
  margin: 10px;
  padding: 0px;
}

div#leftNav ul li
{
  padding: 0 0 5px 0;
  list-style: none;  
}

div#content
{
  float: left;
 /* background-color: #162D54;*/
  width: 411px;
  min-height: 300px;
  padding: 0 10px 0 10px;
}

div#rightNav
{
 float: right;
 width: 165px;
 margin: 5px;
 padding: 0 10px 0 10px;
 border: 1px solid #CCC; 
}

div#footer
{
  width: 100%;
  clear: both;
  text-align: center;
  border-bottom: 30px solid #bac3cb;
  padding-bottom: 10px;
}
