body {  
  	margin:0;
      	padding:0;
      	font-family: Lucida Sans, Lucida Grande, Arial, sans-serif !important;
      	font-size: 12px;
  	background-color:#FFF;
}

#contentHeader {
  	float:left;
	width:100%;
  	background-image:url(/stylesheets/images/3169.jpg);
  	background-position:top;
  	background-repeat: repeat-x;
  	background-color: #FFF;
}

#header {
  	width: 960px;
      	height:310px;
      	margin: 0 auto;
      	padding:0;
      	display:block;
  	position: relative;
}


#headerImage {
  	display:block;
	width:960px;
	margin:0 auto;
}

#headerTitleText {
  	position:absolute;
        top:0;
        left:0;
        width:690px;
        font-size: 36px;
        margin-top:130px;
        margin-left: 60px;
        color:#FFF;
        line-height:38px;
        display:block;
        text-align:left;
}

#topbar {
  	width: 960px;
	margin:-70px auto 0 auto;
	display:block;
        zoom:1;
  	background-color: #657B88;
}

#searchForm { 
  	display: block;
        left: 76px;
        position: relative;
        top: -31px;
        #top:-51px; /* IE6/7 Hack for broken Box Model */
}

#contentBody {
  	float: left;
	width:100%;
	margin:0 0 6px;
	display:inline;
}

#bodyContainer {
  	width:940px;
	display:block;
	margin: 30px auto;
	position:relative;
	padding: 12px 10px 0;
	background:white;
        min-height: 300px;
        _height:300px; /* IE6 min-height hack */
  	border-left: 3px dotted #CCCCCC;
  	border-right: 3px dotted #CCCCCC;
}

#sidebar {
  	float:left;
	width:253px;
	margin:0;
	display:inline;
}

#headingContainer, #headingContainerFP {
        clear:right;
}

#headingContainerFP {
  	margin: 0 34px 0 34px;
}

#rssButton {
  	margin-top:-30px !important;
  	margin-left:93% !important;
}

#contentWrapper {
  	width:640px;
        _width:635px; /* IE6 width hack to avoid a float drop */
	margin: 20px 0 0 293px;
}

#contentFooter {
  	width:100%;
	float:left;
	height:134px;
	background-image: url(/stylesheets/images/3168.jpg);
  	background-position: top center;
  	background-repeat: repeat-x;
}

#footer {
  	width:940px;
	display:block;
	margin:-6px auto 30px;
	background-color:transparent;
	height:30px;
	color: #505050;
	padding: 12px 10px 0;
  	border-top: 6px solid #9FBCBF;
}

#footer a:link, #footer a:visited {
       color:#505050;
       text-decoration:none;
}

#footer a:hover {
       color:#505050;
       text-decoration:underline;
}

/* Homepage Template Overrides */

.boxContainer {
  	margin-left: -10px !important;
}

