@charset "utf-8";
/* CSS Document */


.page_title {
	font-size: 20pt;
	font-weight: bold;
}
#Resource_block{
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	padding-right: 50px;
}

img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top: 1;
	border-right: 1;
	border-bottom: 1;
	border-left: 1;
	border-top-color: #00526A;
	border-right-color: #00526A;
	border-bottom-color: #00526A;
	border-left-color: #00526A;
}

.resourcelink, resourcelink:link, resourcelink:visited {
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	color: #00526A;
}
.resourcelink:hover {
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	color: #9AB1B9;
}
.resourceemail, resourceemail:link, resourceemail:visited{
	font-size: 12pt;
	text-decoration: none;
	color: #00526A;
}
.resourceemail:hover {
	font-size: 12pt;
	text-decoration: none;
	color: #9AB1B9;
}
.resourcetext {
	font-size: 12pt;
	color: #00526A;
}



