/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size:12px;
}
/*
h1{
	font-size:24px;
	color:#999;
	margin:10px 0 10px 0;
}

h2{
	font-size:16px;
	color:#666;
	margin:5px 0 5px 0;
}

p {
	font-size:12px;
	color:#333;
	margin:0 0 5px 0;
}

h3, h3 a{
	font-size:13px;
	color:#333;
	margin:5px 0 5px 0;
}
*/


#content h1,
#content h2,
#content h3
{
	clear: both;
	float: left;
	overflow: hidden;
}

#content h1 {
	
	width: 425px;
	font-size: 16px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	background-color: #C1D82F;
	color: #636363;
	padding: 5px 10px;
	margin: 10px 0;
}
#content h2 {
/*	width: 395px; */
	width: 100%;
	font-size: 13px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	background-color: #525C62;
	color: #C1D82F;
	padding: 4px 10px;
	margin: 0;
	margin-bottom: 10px;
	/*margin-left: 10px;*/
}
#content h2 a, #content h3 a {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #C1D82F;
}
#content h3 {
	width: 100%;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	background-color: #525C62;
	color: #C1D82F;
	padding: 3px 1px;
	margin: 10px 0 2px 0;
	/*margin-left: 10px;*/
}
#content h4 {
	clear: both;
	font-size: 10px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	/*letter-spacing: 0.02em;*/
	background-color: #BFBFBF;
	color: #636363;
	padding: 2px 3px;
	margin: 0;
	margin-top: 5px;
	border-bottom: 1px solid white;
	/*margin-left: 10px;*/
}

#content a.goBack {
	clear: both;
	float: left;
	width: 99%;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	color: #8EA279;
	margin: 20px 0;
}

#headerLinks, #headerSearch {
	text-align:right;
}

#headerLinks a, #footer a{
	margin:0 5px 0 5px;
	text-decoration:none;
}

#home #centerPane .box h2{
	color:#666;
	font-size:14px;
	text-align:center;
	margin:5px;
}

#home #rightPane .box h2, #homeNews h2{
	color:#666;
	font-size:18px;
	margin:5px 0 5px 0;
	font-weight:normal;
}

#homeNews h3{
color:#555;
font-size:14px;
}

#home #centerPane .box p, #homeNews p{
font-size:11px;
margin:0 5px 5px 5px;
}

#centerPane ul{
padding:5px 5px 5px 30px;
}

#home #rightPane .box p{
font-size:11px;
}

#home #centerPane .box ul{
list-style:none;
padding:0 0 0 20px;
}

#footer{
text-align:center;
}

#footer a:hover{
text-decoration:underline;
}

#breadcrumbs .breadcrumb {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #009999;
}

#breadcrumbs .breadcrumb:hover {
	font-size: 11px;
	text-decoration: none;
	color: #006666;
}

#breadcrumbs .last, #breadcrumbs .last:hover {
	cursor: default;
	font-size: 11px;
	text-decoration: none;
	color: #669999;
}




