body{
  background: #fff;
  color: #333;
	font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;	
    font-size: 0.9em;
    line-height: 1.3em;
  margin: 0;
  padding: 0;
}

#site{
  background: url('../img/site-background.png');
  margin: 0 auto;
  width: 760px;
}

h1{
  color: #000;
  height: 83px;
    width: 322px;
  float: left;
  top: 27px;
  left: 20px;
  line-height: 1.1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

h1 a{
  background: none;
  color: #fff;
  display: block;
  height: 83px;
    width: 322px;
  text-decoration: none;
}

h1 span{
  background: url('../img/logo.png');
  cursor: hand;
  display: block;
  height: 83px;
    width: 322px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3, h4{
  clear: both;
  color: #211D79;
  /*font-style: italic;*/
  padding: 0;
  margin: 0 0 0.2em 0;
}

h2{
  border-bottom: 1px solid #211D79;
	font-size: 1.4em;
}

h3{
  font-size: 1.2em;
/*margin-left: 180px;*/
}

a{
	color: #165193;
}

a:visited{
	color: #0066cb;
}

a:hover{
	color: #000000;
}

img{
  border: 0;
  margin: 0 0.7em 0.7em 0.7em;  
}

p, address{
  margin: 0;
  padding-bottom: 1em;
}

ul{
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 1em;
  list-style: square;
}

hr{
  color: #849f59;
  border: 1px solid #849f59;
  clear: both;
}

#main{
  background: url("../img/sidebar-background.gif") repeat-y;
}

#header{
  background: url("../img/header.png");
  height: 118px;
  position: relative;
}

#header p{
  color: #263F90;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0;
  padding: 0.2em;
  position: absolute;
  bottom: 5px;
  left: 355px;
}

#sidebar{
  float: left;
  padding-left: 21px;
  width: 153px;
}

#sidebar ul{
  font-size: 0.9em;
  font-style: italic;
    text-transform: lowercase;
  font-weight: bold;
  list-style: none;
  margin: 0;
  margin-top: 1em;
  padding: 0;
}

#sidebar ul li{
  margin-bottom: 0.8em;
}

#sidebar ul li a, #sidebar ul li strong{
  background: url("../img/button.png") no-repeat;
  color: #2E2F81;
  display: block;
  height: 27px;
    line-height: 23px;
  font-weight: bold;
  padding: 0px 0px 3px 5px;
  text-decoration: none;
}

#sidebar ul li a:hover, #sidebar ul li a:focus, #sidebar ul li strong{
  color: #000;
  background: url("../img/button-hover.png") no-repeat;
  padding: 3px 0px 0px 8px;
}

#sidebar ul ul li a{
  padding-left: 2em;
}

#main-content{
  float: right;
  font-size: 0.9em;
  /*margin-right: 25px;*/
  margin-bottom: -140px;
  padding: 1em;
  padding-right: 35px;
  width: 530px;
  position: relative;
  _margin-bottom: -130px;
}

#main-content p{
  text-align: justify; 
}

.left{
  clear: left;
  float: left;
}

.right{
  clear: right;
  float: right;
}

#footer{
  background: url("../img/footer.png") no-repeat bottom left;
  color: #fff;
	clear: both;
	height: 100%;
	font-size: 0.8em;
  margin: 0;
  padding-top: 135px;
  padding-bottom: 19px;
}

#footer a{
  color: #fff;
}

#footer a:hover{
  color: #F8C300;
}

#footer p{
  display: inline;
	font-size: 0.9em;
	margin: 0;
	padding: 0em;
	 padding-left: 25px;
}

#footer span{
  font-weight: bold;
}

#footer .right{
	float: right;
	 padding-right: 25px;
}

