@charset "utf-8";
body {
	background-color: #12386b;
	background-image: url(images/layout_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin:0px 0px 25px 0px;
	padding:0px 0px 0px 0px;
}
a:link {
	color: #367832;
	text-decoration: none;
}

a:visited {
  color: #367832;
  text-decoration: none;
}

a:hover {
	color: #367832;
	text-decoration: underline;
}

a:active {
	color: #367832;
	text-decoration: underline;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-bottom:10px;
}
.subPageHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	color: #000000;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:11px;
	color: #000000;
	font-style:italic;
}

.justified {
	text-align:left;
}
.textGreen {
	
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#367832;
	font-weight: bold;
}
p {
	margin-top:0px;
	margin-bottom:12px;
}
.newsCell {
	padding:2px 5px 2px 0px;
}
.breadcrumb {
	color: #367832;
	margin:0px 0px 15px 0px;
	font-size:9px;
}
.breadcrumbSpacer {
	padding:0px 10px;
}
.underline {
	text-decoration:underline;
}

/********SIDE MENU**********/
#subMenu {
	background:url(images/sub_menu_bg.jpg); 
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	color: #FFFFFF;
	margin-top:0px;
	height:471px;
	text-decoration:none;
	width:212px !important;
	width:182px;

}
#subMenu ul {
	margin:0px;
	padding:0px;
	border-bottom:#b8bdbf 1px solid;
	list-style: none;
}
#subMenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	color: #FFFFFF;
	text-decoration:none;
	border-top:#b8bdbf 1px solid;	
	border-bottom:#4f5658 1px solid;
	padding:10px 10px 10px 20px;
}
.subMenuInset {
	padding:5px 10px 5px 30px !important;
	white-space: normal;
}
.subMenuInset:hover, li.over2 {
	background-color:#474E50 !important;
	cursor:pointer;
}
.subMenuSelected {
	background-color:#479e42 !important;
	border-right:#4f5658 1px solid !important;
}
.subMenuInsetSelected {
	background-color:#474E50 !important;
	border-right:#4f5658 1px solid !important;
}
#subMenu li:hover, li.over {
	text-decoration:underline;
	cursor:pointer;
	background-color:#479e42;
	border-right:#4f5658 1px solid;
}
/************************/