/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;  
  padding:0px;  
  border:0px;  
  border-collapse:separate;  
  border-spacing:0px;
}

/* BEGIN STYLING */

body {
  background: #e2e2d7;
  font: 100.1% Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
  color: #e2e2d7;
}

#wrapper {
	width: 956px;
  margin: 0 auto;
  background: #6b6c59 url(../../img/splash-wrapperbg.jpg) repeat-y left top;
  overflow: hidden;
}

#header {
	background: #e2e2d7 url(../../img/splash-header.jpg) no-repeat center top;
  height: 158px;
  left: 1px;
  position: relative;
}

  h1 { text-indent: -9009em; }
  #header h1 a {
    position: absolute;
    display: block;
    width: 400px;
    height: 90px;
    top: 10px;
    left: 30px;
  }
  
  #topNav {
  	float: right;
    margin: 10px 20px;
  }
  #topNav a, #topNav a:visited {
  	font-size: .8em;
    color: #93957b;
    font-weight: bold;
    text-decoration: none;
  }
  #topNav a:hover, #topNav a:active {
  	color: #AC977A;
  }
  .todaysDate {
  	font-size: .7em;
    color: #000;
    text-align: right;
    padding: 80px 20px 0;
	*padding: 50px 20px 0;
	position: relative;
	width: 910px;
 }
  


#leftNav a, #leftNav a:visited { color: #e2e2d7; }
#leftNav li:hover, #leftNav li.sfHover {
	background: #93957b;
  color: #fff;
}
#leftNav li:hover a, #leftNav li.sfHover a { color: #fff; }
#leftNav a:focus, #leftNav a:hover, #leftNav a:active {
  background: #93957b;
  color: #fff;
}
#leftNav ul { background: #93957b; }
#leftNav ul li a, #leftNav ul li a:visited { color: #fff; }
#leftNav li li:hover a, #leftNav li li.sfHover a { color: #fff; }
#leftNav ul li a:focus, #leftNav ul li a:hover, #leftNav ul li a:active {
  background: #93957b;
  color: #fff;
}
  
#content {
	float: left;
  width: 582px;
}

	#content p {
  	font-size: .8em;
    line-height: 1.2em;
    padding: 7px 18px;
    text-align: justify;
  }
  
#rightCol {
	float: left;
  width: 183px;
  border-left: 1px solid #e2e2d7;
  border-bottom: 1px solid #e2e2d7;
  background-color: #2d2d2a;
}

	#rightCol h2 {
  	text-align: center;
    padding: 10px 0;
    font-size: 1em;
    font-weight: normal;
  	border-bottom: 1px solid #e2e2d7;
  }
  
  #rightCol #news {
  	background-color: #ac977b;
    border-bottom: 1px solid #e2e2d7;
    margin: 0 0 15px;
    padding: 20px;
  }
  
  #rightCol #news p {
    font-size: .7em;
      color: #2d2d2a;
  }
  
  	#rightCol #news a.newsTitle {
      font-weight : bold;
      color: #e2e2d7;
      text-decoration: none;
    }

  	#rightCol #news p.newsTitle {
      font-weight : bold;
      color: #e2e2d7;
      text-decoration: none;
    }
  
  	#rightCol #news p.newsFeed {
    	border-bottom: 2px dotted #e2e2d7;
      padding: 0 0 10px;
      margin: 0 0 10px;
    }
    
#footer {
	background: #93957b url(../../img/splash-footer.jpg) no-repeat center top;
 	text-indent: -9009em;
  height: 62px;
  clear: both;
}

body {
	scrollbar-arrow-color:#6b6c59;
	scrollbar-face-color:#e2e2d7;
	scrollbar-track-color:#d6d6cc;
	scrollbar-3dlight-color:#C5C5C5;
	scrollbar-shadow-color:#F8F6ED;
}