/* CSS Document */
#container {
	width: 800px;
	margin: 0px auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.bannerback {
	background-image: url(images/top-banner-bk.gif);
	background-repeat:repeat-x;
	height: 60px;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
}

#content {
	margin-left: 205px;
	height: 100%;
}

#content h1 {
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#content p {
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-indent: 0px;
	margin-right: 5px;
}

#content p a {
	color: #990000;
}

#content p a:hover {
	color: #999999;
}

.picture {
	margin-left: 10px;
	margin-right: 10px;
}

.picture-desc {
	font-size: 12px;
	text-align: left;
	margin-left: 125px;
}

.picture-img {
	float: left;
	padding-right: 10px;
}	

#leftnav {
	width: 200px;
	float: left;
	background-image:url(images/left-nav-bk.jpg);
	background-repeat:repeat-x;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-top: 0px;
	padding-top: 0px;
	height: 100%;
}

#leftnav h4 {
	display: block;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color:#000000;
	color: #FFFFFF;
	font-size:16px;
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#leftnav ul { 
	list-style: none;
	padding: 0px;
	margin: 10px 0px 0px 10px;
}

#leftnav li {
	font-weight: bold;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display:block;
}

#leftnav a {
	text-decoration: none;
	color: #000000;
}

#leftnav a:hover {
	background-color: #999999;
}
#footer {
	border-top:3px solid #000000;
	background-color: #990000;
	clear:both;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	height: 18px;
	
}

#footer a {
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

#footer a:hover {
	color: #CCCCCC;
}


#news p {
	text-indent: 0px;
	padding: 3px;
	border: 1px solid #999999;
	margin-left: 4px;
	margin-right: 8px;
	background-color: #F5F5F5;
}

#news .newsdt {
	font-weight: bold;
	font-size: 10px;
	color: #990000;
}

#news .newstitle {
	font-weight: bold;
	text-decoration: underline;
}

.linksection {
	width: 90%;
	margin-top: 10px;
}

.linktitle {
	font-weight: bold;
}

.linksection ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 20px;
}

.linksection a {
	color: #990000;
}

.linksection a:hover {
	color: #999999;
}

.gearhead 
{
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.gearbody
{
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
