a.normal{
	color:#0000cd;
	text-decoration:none;	
}

a.normal_underline{
	color:#0000cd;
	text-decoration:underline;	
}

a.darkblue{
	color:#0f143e;
	text-decoration:none;
}

a.darkblue:hover{
	text-decoration:underline;
}

a.darkblue_underline{
	color:#0f143e;
	text-decoration:underline;
}

a.darkblue_underline_bold{
	color:#0f143e;
	text-decoration:underline;
	font-weight:700;
}

a.white{
	color:#ffffff;
	text-decoration:none;
}

a.white:hover{
	color:#CFB53B;
	border-bottom:solid 1px #CFB53B;
}

a.white_underline{
	color:#ffffff;
	text-decoration:underline;
}

a.link_gold{
	color:#CFB53B;
	text-decoration:none;
}

a.link_gold_underline{
	color:#CFB53B;
	text-decoration:underline;
}

a.link_gold_bold{
	color:#CFB53B;
	text-decoration:none;
	font-weight:700;
}

a.caption{
	color:#0f143e;
	text-decoration:none;
}

img.image_link{
	border:none;
}

img.border{
	border:solid 1px #000000;
}

p.v_margin_5{
	margin-top:5px;
	margin-bottom:5px;
}

span.bold{
	font-weight:700;
}

div.caption{
	float:left;
	width:100%;
	border-bottom:solid 1px #0F143E;
	padding:3px 0px 3px 0px;
	padding-bottom:0px;
	color:#0f143e;
	font-weight:700;
	margin-bottom:10px;
}

div.caption_centered{
	float:left;
	width:100%;
	background-color:#e4e4e4;
	border:solid 1px #cccccc;
	padding:3px 0px 3px 0px;
	color:#0f143e;
	font-weight:700;
	margin-bottom:10px;	
	text-align:center;
}

div.sub_caption{
	float:left;
	width:100%;
	height:15px;
	background-color:#e4e4e4;
	padding:2px 0px 2px 0px;
	margin:25px 0px 5px 0px;
	color:#0f143e;
}

div.margin_left_5{
	margin-left:5px;
}

div#rightCol .title{
	border-bottom:solid 1px #0f143e;
	font-weight:700;
	margin-bottom:10px;
	color:#0f143e;
	text-align:center;
}

div#rightCol .sub_title{
	font-size:10px;
	font-weight:700;
	margin-bottom:10px;
	background-color:#0f143e;
	color:#ffffff;
	padding:2px 0px 2px 3px;
	float:left;
	width:100%;
}

div.view_all{
	float:left;
	width:100%;
	text-align:right;
	margin-bottom:25px;
	margin-top:5px;
}

div#resources_container{
	width:100%;
	margin-bottom:15px;
	float:left;
}

div.resource{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:10px;
}

div.resource_description{
	margin-left:10px;
	width:95%;
	float:left;
	margin-bottom:10px;
}

div.resource_border{
	margin-top:0px;
	width:100%;
	float:left;
	margin-bottom:25px;
	border-bottom:solid 1px #cccccc;
}
