a {
	color: #8DA9BD;
	text-decoration: underline;
}

a:hover {
	color: #8DA9BD;
	text-decoration: underline;
}


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;
}

.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-purple.gif");
	background-repeat: no-repeat;
	background-position: 12px 5px;
	padding-left: 34px;
	padding-bottom: 8px;
	height: 17px;
}


/*
ul {
	list-style-image: url(../images/core/bullet-purple2.gif);
		line-height: 180%;
	
}

.bullet2 {
	list-style-image: url(../images/core/bullet-purple2.gif);
	line-height: 180%;
}
*/



#subnav {
	float: left;
	text-decoration: none;
	line-height: 12px;
	padding-top: 25px;
	text-align: left;
	display: inline;
}

#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #E2E1DE;
}

#subnav li a {
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	display: block;
	width: 155px;
	background-color: #F3F2EF;
	border-bottom: 1px solid #E2E1DE;
	/*background: url("../images/nav/subnav-arrow-blue.gif") no-repeat 20px 14px;
	background-position:right;*/
}

#subnav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8DA9BD;
	padding: 10px 20px 10px 20px;
}


