body {
       font-family: NeoSans, Myriad Pro, Trebuchet, Helvetica, Arial, sans-serif;
       font-size:12px;
	   background-color:white;
}

h1 {
color:black;
	font-size: 14px;
	font-weight: bold;
}

h2 {
color:black;	
font-size: 14px;
	font-weight: normal;
}

h3 {
	color:black;
	font-size: 12px;
	font-weight: bold;
}

p {
	font-size: 12px;
	color:black;
	line-height:1.5em;
}

li {
	font-size: 12px;
	color:black;
	line-height:1.5em;
}

ul {
padding:0;
margin:0;
margin-left:15px;
}

.editableText {
position:relative;
z-index:20;
padding:0;
margin:0;
}

#appArea {
	font-size: 12px;
}

/* edit mode toolbox */
#editToolBox {
	position: absolute; /* fixed would be better but doesn't work in IE */
	top: 0px;
	left: 0px;
	width: 75px;
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	opacity: 0.75;
	padding: 6px;	
}

.editToolBoxAction {
	color: white;
	text-decoration: none;
cursor:pointer;
}

.body {
background-color: white;
}

.widget {
text-decoration:underline;
position:relative;
height:0px;
left:0px;
width:0px;
display:block;
z-index:999;
}

div.widgetBit:hover {
opacity:0.8;
}

.widgetBit {
z-index:998;
background-color:black;
color:white;
opacity:0.2;
border: solid black 1px;
width:100px;
position:relative;
left:0;
top:0px;
font-size:10px;
}

.topMultirow .widgetBit {
left:105px;
}

.sideNav_group {
width:210px;
margin-bottom:30px;
}

.sideNav_item {
background-color:white;
font-size:12px;
border-bottom:1px solid red;
}
.sideNav_selected {
color:#e73031;
margin:10px 0 0 5px;
}
.sideNav_item a {
display:block;
width:210px;
color:black;
margin:10px 0 0 5px;
}

.sideNav_item a:hover {
color:#e73031;
}

.pagearea a {
font-size:12px;
text-decoration:none;
color:black;
}

a:hover { 
color:#e73031; }

a.navigation_link { 
display:block; width:100% }

td.navigation_link { 
background-color:#eeeeee; }

a.navigation_selected { color:black }

td.navigation_selected { 
background-color:rgb(255,204,102); 
}


.formField_label { 
font-size:12px;
 }

/* ADDITIONAL CSS */

.topNav * {
font-size:12px;
font-weight:normal;
}

.topNav a {
color:black;
}

.topNav td {
padding:5px 0 5px 10px;
}

.topNav a:hover {
color:#e73031;
}

.pagearea {
background-color:white;
}

.bodyarea {
background-color:white;
}

.contactForm *{
color:black;
}

.contactForm .submitButton *{
color:black;
}

.contactForm .formField {
color:black;
}

.contactForm option {
color:black;
}

.contactForm input {
color:black;
}

/*fairford*/

.bodyarea a {
color:#c7020b;
}

.bodyarea a:hover {
color:#ee3a43;
}

.spoot {
text-align:center;
margin-top:20px;
}

.spoot * {
	font-size: 12px;
	color:#666;
	line-height:1.5em;
}

.spoot a {
color:#c7020b;
}

.spoot a:hover {
color:#ee3a43;
}
/* topblock */
.topBlock {
height:200px;
width:600px;
}

.topBlockText {
position:relative;
left:250px;
top:-130px;
}

.topBlockText .editableText * {
	font-size: 11px;
	color:black;
	line-height:1.5em;
}

.topBlockText .editableText a:hover {
	color:black;
text-decoration:underline;
}
/* fhblock */
.fhBlock {
height:125px;
width:295px;
}

.fhText {
position:relative;
left:20px;
top:-88px;
}

.fhText .editableText * {
	font-size: 11px;
	color:black;
	line-height:1.5em;
}

.fhText.editableText a:hover {
	color:black;
text-decoration:underline;
}
/* vhblock */

.vhText {
background:url('images/vhb.png') repeat-y left;
}

.vhText .editableText {
padding-left:10px;
}

.vhText .editableText * {
	font-size: 11px;
	color:black;
	line-height:1.5em;
}

.vhText.editableText a:hover {
	color:black;
text-decoration:underline;
}

/*top block text*/

.topMultirow .editableText * {
margin:0;
padding:0;
}

/*flash news ticker*/

.tickerOuter {
background:url('images/elecBG.png') no-repeat top left;
}