@charset "UTF-8";
/* CSS Document */

.floatLeft { 
	float: left; 
}

.floatRight { 
	float: right; 
}

.clear { 
	clear: both;
}


body {
background-color: #fcf5ad;
color:#211f1f;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
margin:0;
overflow:auto;
padding:0;

}

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 

h3 {
	font-size: 20px;
	line-height: 20px;
	display: inline;
}


h4 {
	font-size: 16px;
	line-height: 20px;
}

a {
color:#211f1f;
text-decoration:underline;
}

a:visited {
color:#211f1f;
text-decoration:underline;
}

a:hover {
color:#211f1f;
background: #D4E8E9;
padding:0px;
text-decoration:underline;
}

a.logo:hover {
color:#211f1f;
background: #fcf5ad;
padding: 0px;
text-decoration: none;
}


#nav {
color:#211f1f;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:22px;
}

#container {
	background-color: #fcf5ad;
   margin: 0 0;
   width: 990px;
   padding: 25px;
   min-height: 100%; height: auto !important; height: 100%;
}

#leftcol {
  float:left;
  width: 200px;
  height: 550px;
}

#content {
  float:left;
  margin-left: 50px;
  width: 725px;
  height: auto;
}

#content ul {
padding: 0; 
height:160px;
margin:0px;
padding:0px;
  
}

#content ul a, .a:hover, .a:visited {
background: none; 
  
}

#content li {
   margin: 0px;
   display: inline;
   text-align:left;
   padding: 10px;
}

#footerline {
  float:left;
  margin-top: 50px;
  background-color: #211f1f;
  width: 990px;
  height: 1px;
}

#footerleft {
  float:left;
  width: 330px;
  height: 35px;
  font-size:12px;
}

#footercentre {
  float:left;
  width: 330px;
  height: 35px;
  text-align:center
}

#footerright {
  float:left;
  width: 330px;
  height: 35px;
  text-align:right;
  font-size:10px;
}
