/* BODY CSS STYLES */
body{
  margin: 0px;
  padding: 0px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #777777;
  text-align: center;
  background: #00447E url('images/body-background.jpg') top repeat-x;
}
a:link, a:visited{  color: #777777;
  text-decoration: underline;
}
a:hover, a:active{  color: #2B70BB;
  text-decoration: none;
}
a img {border:  0px;}

/* WRAPPER CSS STYLES */

#wrapper{
  position: relative;
  width: 740px;
  margin: 24px auto;
  text-align: left;
  background: #FFFFFF url('images/wrapper-background.jpg') top repeat-y;
}

/* HEADER CSS STYLES */

#header{
  margin: 0px;
  height: 95px;
  background: #FFFFFF url('images/header-background.jpg') top no-repeat;
}

#header h1{
  margin: 0px;
  padding: 35px 10px 0px 170px;
  font-size: 30px;
  color: #2B70BB;
}
#header h2{
  margin: 0px;
  padding: 0px 10px 0px 170px;
  font-size: 12px;
  font-weight: normal;
  color: #777777;
}
/* CONTENT WRAPPER CSS STYLES */

#content-wrapper{
  margin: 0px;
  background: transparent url('images/image-background.jpg') top no-repeat;
}

#content-logo{
  background: transparent;
  position: absolute;
  top: 95px;
  left: 142px;
  width: 590px;
  height: 171px;
}

/* NAVBAR CSS STYLES */
#navbar{
  float: left;
  width: 141px;
  background: #00447E url('images/sidebar-background.jpg') left repeat-y;  font-size: 12px;
}

#sidebar
{
	margin: 0px;
	padding: 5px 8px 200px 8px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFF;
}
#sidebar a{
  color: #FFFFFF;
}
#sidebar .sideHeader
{
	font-size: 12px;
	color: #FF9;
	font-weight: bold;
}#sidebar p {}

/* CONTENT WRAPPER CSS STYLES */
#content{
  float: right;
  width: 543px;
  padding: 0px 26px 15px 26px;
  margin-top: 196px;
}

/* FOOTER CSS STYLES */

#footer{
  height: 60px; /* Appease the IE6 gods */
  margin: 0px;
  padding: 25px 20px 20px 163px;
  clear: both;
  text-align: center;
  color: #FFFFFF;
  background: #00447E url('images/footer-background.jpg') top no-repeat;
}
html>body #footer{
  height: auto; /* Reset for non-IE browsers */
}
#footer img{
  display: inline;
  margin: 5px;
}
#footer ul, #footer li{
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#footer a{
  color: #FFFFFF;
}
#ornament {background: #00447E url(images/footer-leaf.jpg) no-repeat center;	text-align: center;	padding: 8px 20px 10px 20px;	z-index: 50;}