html,body {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 1px  solid;
}
body {
	font-family: "Times New Roman", Times, serif;
/*	font-family: Arial, Helvetica, sans-serif;*/
	background-color: #009933;
	background-image: url(images/backgrass.gif);
}
table {
	border: none;
}
img {
	border: 0px none;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
}
a,a:visited,a:hover {
	text-decoration: none;
}
a, a:visited {
	color: #0000FF;
}
a:hover {
	color: #8888FF;
}
ul, ol {
	margin-bottom: 0px;
	margin-top: 0px;
}

li {
	margin-bottom: 0.25em;
}

legend {
	padding-top: 5px;
	padding-bottom: 5px;
}

fieldset {
/*	padding: 5px;*/
}

/*Page Titles*/
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	text-align: center;
	margin-top: 20px;
}

h2,h3 {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
/*Major headings*/
h2 {
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}
/*Minor Headings*/
h3 {
	font-size: 16px;
	color: #006600;
	font-weight: bold;
}

form {
    display: inline;
}

p.services {
	line-height: 30px;
	text-align:left;
}
p.services:first-letter {
	font-size: 27px;
}

/*
a.external:visited {
	color: #C25CAB;
}
a.external,a.external:visited:hover {
	color: #AF0078;
}
a.page:visited {
	color: #777B81;
}
a.page,a.page:visited:hover {
	color: #333333;
}

*/


.mainBacking {
	background-color: #EDFDE7;
	border: 6px solid #000000;
	border-top: none;
}

.dropDownMenuBacking {
	border: 1px solid #ACA899;
	background-color: #FFFFFF;
	opacity: .94;
	filter: alpha(opacity=94);
}

.menuItem, .menuItemSelected,
.menuItem:visited, .menuItemSelected:visited
.menuItem:hover, .menuItemSelected:hover
{
	color: #FFFFFF;
	background-color: #002323;
	cursor: pointer;
	cursor: hand;
	display:block;
	height:20px;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	border-left: 0px none #009900;
	border-top: 3px solid #000000;
	border-right: 2px solid #009900;
	border-bottom: 2px solid #009900;
	white-space: nowrap;
}

.menuItem:hover, .menuItemSelected:active,
.menuItemSelected, .menuItemSelected:hover, .menuItemSelected:visited {
	border-top: 3px solid #33FF33;
	/*Seems to be necessary to redefine color here.*/
	color: #FFFFFF;
}


A.menuSubItem, A.menuSubItem:hover, A.menuSubItem:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	display:block; 
	text-decoration: none;
	border: 2px solid #FFFFFF;
	border-left: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;	
	height:20px;
	white-space: nowrap;
}
A.menuSubItem:Hover {
	color: #FFFFFF;
	background-color: #316AC5;
	border: 2px solid #316AC5;
	border-left: 6px solid #316AC5;
	border-right: 6px solid #316AC5;
}

.menuArrow {
	margin-left: 7px;
	vertical-align:middle;
}

.adminBar {
    border: 2px groove #000080; 
    background: white; 
    width:88%; 
    margin:auto; 
    margin-top: 10px;
    margin-bottom: 10px;
}

.result {
    display: block;
    color: white;
    background: red;
}
