/*====THE .editArea STYLE CONTROLS WHAT THE EDITABLE AREAS IN THE VISUAL EDITOR LOOK LIKE.
YOU MAY CHANGE IT, BUT DO NOT REMOVE IT OR THE EDITABLE AREAS WILL NOT BE MARKED=====*/
.editArea { border: solid 2px yellow }


/*=====YOU MAY CHANGE OR REMOVE ANY OF THE STYLES BELOW TO CONTROL WHICH STYLES ARE
AVAILABLE TO THE USER IN THE VISUAL EDITOR MENU=====*/

H1 {
	font-size : 24px;
	font-variant: small-caps;
	color : #9FA904;
}

H2 {
	font-size : 18px;
	font-variant: small-caps;
	color : #9FA904;
}

.header { padding: 0; margin: 0; font-variant: small-caps; color : #860000; font-size : 24px; font-weight: bold; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

.TopRow {
	color : #FFFFFF;
	font-size : 12px;
	font-weight: bold;
	background: #000000;
}

.SideMenu {
	color : #FFFFFF;
	font-weight: bold;
	background: #0E699F;
	padding: 5px;
	margin: 5px;
}

.BodyText {
	color : #000000;
	padding: 5px;
	margin: 5px;
}

.NewsSideHeader {
	color : #FFFFFF;
	background: #0E699F;
	font-weight: bold;
	text-align: center;
}

.NewsSideBody {
	color : #000000;
	background: #B3DFF8;
	font-size : 10px;
	padding: 5px;
	margin: 5px;
}

.NewsList {
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #0E699F;
	border-style: solid;
}

.NewsLink {
	text-decoration: none;
	font-weight: bold;
}