a {
	color: #8DA9BD;
	text-decoration: underline;
}

a:hover {
	color: #8DA9BD;
	text-decoration: underline;
}
.subNavSecBox
{
	height:25px;
	background-color:#9FA92C;
}

h1 {
	background: #8DA9BD no-repeat right;
	height: 80px;
}

h2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #8DA9BD;
	margin-bottom: 15px;
}


#content-container {
	background: #FFFFFF url("../images/core/bg-subnav-col.gif") repeat-y;
}

#content {
	padding: 20px;
	margin-left: 195px;
}


#subnav {
	float: left;
	line-height: 12px;
	padding-top: 0px;
	width: 195px;
	display: inline;
	width:195px;
}
#subnav a 
{
	font-weight:bold;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	display: block;
	width: 155px;
	color:#888888;
	/*background-color: #F3F2EF;*/
	background-color:#ffffff;
	/*background: url("../images/nav/subnav-arrow-green.gif") no-repeat 20px 14px;*/
}

#subnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #9FA92C;
	/*background: #6F7443 url("../images/nav/subnav-arrow-white.gif") no-repeat 20px 14px;*/
}

#subnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #E2E1DE;
}
#subnav li {
	border-bottom: 1px solid #E2E1DE;
}


.pic-caption {
	background-color: #F3F2EF;
	padding: 5px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #545454;
	line-height:normal;
}


#content ul {
	list-style-type: none;
	padding: 10px 0 15px 0;
	margin: 0;
}
#content li {
	background-image:  url("../images/core/bullet-green.gif");
	background-repeat: no-repeat;
	background-position: 12px 5px;
	padding-left: 24px;
	padding-bottom: 8px;
}

