/*******************************************************************************
   Home Page Stylesheet
*******************************************************************************/
div#header {
	height: 493px;
	}
	
/*******************************************************************************
   Header
*******************************************************************************/
div#banner {
	width: 900px;
	height: 352px;
	}
	
div#banner p {
	color: #FFFFFF;
	padding-top: 20px;
	text-align: center;
	}
	
div#banner a {
	color: #FFFFFF;
	}

/*******************************************************************************
   Welcome
*******************************************************************************/
div#welcome {
	width: 606px;
	padding-bottom: 20px;
	background: url(../images/bkgrd/dhr-bkgrd.gif) bottom center no-repeat;
	}
	
div#welcome h1 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 2.5em;
	padding-bottom: 0;
	}
	
div#welcome h2 {
	color: #000000;
	font-size: 1.33em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	}
	
/*******************************************************************************
   Bulletin Board
*******************************************************************************/
div#bulletin-board {
	width: 606px;
	padding-top: 18px;
	}
	
#content div#bulletin-board h1 {
	padding-top: 0;
	padding-bottom: 0.3em;
	}

#content div#bulletin-board h2 {
	padding: 0;
	}

#content div#bulletin-board h4 {
	padding-bottom: 0.1em;
	}
	
div#bulletin-board div.bulletin-board-item,
div#bulletin-board div.bulletin-board-item-last {
	width: 606px;
	padding: 0 0 11px 0;
	margin-bottom: 17px;
	}
	
#content div#bulletin-board div.bulletin-board-item p.read-more,
#content div#bulletin-board div.bulletin-board-item-last p.read-more {
	font-size: 11px;
	color: #C41230;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#content div#bulletin-board div.bulletin-board-item p.read-more a,
#content div#bulletin-board div.bulletin-board-item-last p.read-more a {
	text-decoration: none;
	}
	
div#bulletin-board div.bulletin-board-item {
	background: url(../images/bkgrd/hr-bkgrd.gif) bottom center no-repeat;
	}
	
div#bulletin-board div.bulletin-board-item-last {
	margin-bottom: 0;
	}
