/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 28px;
	margin-top: 27px;
}

sup {
	font-size: 50%;
}

.heading {
	font-size: 14px;
	font-weight: bold;
}

.subheading {
	font-size: 12px;
	font-weight: bold;
}

.boxtitle {
	font-size: 10px;
	background-color: #001f5b;
	padding: 3px 3px 3px 9px;
	color: #FFFFFF;
}
.boxtitle a:link, .boxtitle a:visited { color: #FFFFFF; }

.initiatives, .events {
	background-color: #6c9000;
}

#headerMenu {
	font-size: 10px;
	float: right; 
	padding: 85px 5px 0px 0px; 
	width:250px; 
	text-align:right;
}

#headerMenu a {
	color: #001f5b;
}

#topNav {
	margin-top: 8px;
	margin-bottom: 14px;
}

.sideMenu {
}

#maincontent {
	padding: 10px;
}

#newsbox {
	padding: 6px;
}

#eventsbox {
	padding: 6px;
	background-color:#9fb659;
}

#initiativesbox {
	padding: 6px;
	background-color: #c4d399;
}

#newsbox a, #eventsbox a, #initiativesbox a {
	color: #333333;
}

#newsbox a:hover, #eventsbox a:hover, #initiativesbox a:hover {
	color: #000000;
}

#leftsidebox {
	font-size: 10px;
	background-color: #748fad;
}

#rightsidebox {
	font-size: 10px;
	background-color: #7f8fad;
}

.tinymce_content p, .tinymce_content h1, .tinymce_content h2, .tinymce_content h3, .tinymce_content h4, .tinymce_content h5  {
	margin: 0;
	padding: 0;
	line-height: 140%;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.tinymce_content {
	line-height: 140%;
	font-size: 12px;
	color: #000000;
}

.tinymce_content .subheading {
	font-size: 12px;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	color: #001f5b;
	text-decoration: none;
}

#maincontent a {
	color: #001f5b;
}

#maincontent a:visited {
	color: #001f5b;
}

#leftsidebox .btn {
	padding: 3px 3px 3px 7px;
	width: 102px;
	display: block;
}

#leftsidebox a.btnSublink {
	color: #001f5b;
	background-color: #7f8fad;
	border-bottom: 1px solid #a6b1c6;
}

#leftsidebox a.btnSublink:hover {
	background-color: #b6bbc6;
}

#leftsidebox a.otherLink {
	color: #001f5b;
	background-color: #b6bbc6;
	border-bottom: 1px solid #e8eaed;
}

#leftsidebox a.otherLink:hover {
	background-color: #7f8fad;
}