/* CSS Document */

.theBody {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
}

img {
	border: 0px;
}

#container {
	margin: 0px auto 0px auto;
	width: 750px;
	border: 1px solid #b1b1b1;
	border-top: 0px;
	padding: 0px;
}

#top {
	height: 96px;
	width: 750px;
	background-image: url(../Images/hills.png);
	background-repeat: no-repeat;
	text-align: right;
}

#navigation {
	border: 1px solid white;
	border-left: 0px;
	border-right: 0px;
	height: 24px;
	padding-left: 40px;
	width: 710px;
	background-color: #367836;
}

#fade-top {
	background-image: url(../Images/fade-top.png);
	width:750px;
	height:13px;
}

#content {
	padding: 24px 37px 10px 53px;
	width: 660px;
	background-image: url(../Images/swoosh.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#content-left {
	width: 469px;
	float: left;
}
#content-separator {
	width: 1px;
	padding-top: 36px;
	padding-left: 15px;
	padding-right: 18px;
	float: left;
}
#content-right {
	width: 154px;
	float: left;
	padding-top: 16px;
}
#content-clear {
	clear: both;
}

#fade-bottom {
	background-image: url(../Images/fade-bottom.png);
	width:750px;
	height:13px;
}

#footer {
	width: 750px;
	background-color: #6b8c6b;
	height: 53px;
	border-bottom: 1px solid #678367;
	padding-top: 5px;
}

#convoy {
	margin: 10px auto;
	width: 500px;
	font-size: 9px;
	color: #999;
	text-align: center;
}
#convoy a {
	font-size: 9px;
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted white;
}
#convoy a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}


#news-panel-top {
	width: 154px;                                     
	background-image: url(../Images/newspanel-top-repeat.png);
	background-position: top left;
	font-size: 10px;
}


#news-panel-top .heading {
	color: white;
	padding-left: 28px;
	padding-top: 5px;
	font-size: 11px;
}

#news-panel-top ul {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	list-style: none;
}
#news-panel-top li {

	margin: 0px;
	padding: 0px;
	background-image: url(../Images/list-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-right: 5px;
	background-position:  5px 0px;
}
#news-panel-top li a {
	color: white;
	border: 0px;
}

#news-panel-top li a:hover {
	text-decoration: underline;
}
#news-panel-bottom {
	width: 154px;
	height: 6px;
	background-image: url(../Images/newspanel-bottom.png);
}

.newspageindex .pageIndexCurrentPage {
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

.newsseparator {
	margin-top: 20px;
	border-top: 1px solid #999;
}
