@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #114C87;
}
.small {
	font-size: 10px;
}
.smallwhite {
	font-size: 10px;
	color:#FFF;
}
.sidecontenthead {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.sidecontenttext {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;	
}
.sidecontenttext a:link {
	color: #FDFDCB;
}
.sidecontenttext a:visited {
	color: #FECF77;
}
.sidecontenttext a:hover {
	color: #FFF;
}
.sidecontenttext a:active {
	color: #FEC834;
}
.medium {
	font-size: 14px;
}
.medlarge {
	font-size: 20px;
}
.large {
	font-size: 24px;
}
.caption {
	font-size: 10px;
	text-align: center;
}
.contentbox {
	border-color: #F80B1B;
	border-style: dotted;
	vertical-align: top;
	background-color: #FAF5EF;
}
.sidecontent {
	background-color: #A0121E;
	border-color: #F8BC4A;
	border-style: dotted;
}
.sidecontent2 {
	background-color: #EC6C21;
	border-color: #F8BC4A;
	border-style: dotted;
}
.sidecontent3 {
	background-color: #066734;
	border-color: #F8BC4A;
	border-style: dotted;
}
a:link {
	color: #843A0F;
}
a:visited {
	color: #462009;
}
a:hover {
	color: #E6661A;
}
a:active {
	color: #FEC834;
}
