body {
     /* background: #EAE8E3; */
     color: #000000;
     background-color: #EAE8E3;
     font-family: "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
     font-size: 10pt;
     padding: 0px;
     margin: 0px;
}

table
{
     font-family: "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
     font-size: 10pt;
}

div#content {
	display: block;
	margin-left: 17.9em;
	margin-right: 30px;
	text-align: left;
	width: 40em;
}

content a:hover {
    color: #000000;
    background-color: #8800ff;
}

div#topbar {
     background-color: #EAE8E3;
     background-image: url(../img/topbar.png);
     background-repeat: repeat-x;
     background-position: top left;
     color: white;
     height:140px;
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
}

div#search {
	padding-top: 1em;
	margin-left: 10px;
	padding-bottom: 1em;
}

span.match {
	color: red;
	background-color: yellow;
}

div#promo {
	margin-left: 30px;
	width: 200px;
} 
div#promo a {
	text-decoration:none;
}

div#sidebar
{
	position: absolute;
	top: 140px;
	left: 0px;
}

div#menubar {
	background-color: #C5D2C8;
  color: #000000;
	border: 1px solid #565248;
	margin-left: 10px;
	padding: 0.2em;
	width: 15.4em;
}

div#submenubar
{
	margin-top: 0.3em;
	padding-top: 0.3em;
	padding-bottom: 0.6em;
	border-top: 1px solid #807D74;
	padding-left: 10px;
}


div.menuitem
{
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

div.menuitem a
{
	width: 100%;
	text-decoration: none;
	background-color: #C5D2C8;
	color: blue;
	font-size: 1.0em;
	font-weight: bold;
	display:block;
}

div.menuitem img
{
	float: left;
	display:inline;
	vertical-align: middle;
	border: 0px;
	padding-right: 6px;
	padding-left: 3px;
}

div.menuitem p
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: gray;
	background-color: #C5D2C8;
	font-style: italic;
	font-size: 0.8em;
	font-weight: normal;
}

div.submenuitem {
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	height: 20px;
	/* Allows us to center align the links */
	display: table;
	margin-left: 10px;
	font-size: 0.8em;
}

div.submenuitem a {
	text-decoration: none;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}


h1 {
	margin-left: 0px;
    font-size: 1.5em;
    font-weight: bold;
}

h2 {
     border-bottom: solid #9999ff 2px;
     margin-left: 0px;
     padding-left: 25px;
     font-size: 1.3em;
     font-weight: bold;
     background-image: url('../img/greenarrow.png');
     background-repeat: no-repeat;
     background-position: center left;
}

h3 {
	border-bottom: 1px solid #cfcfff;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 0px;
}

div.frontpage_header
{
    font-size: 1.5em;
    font-weight: bold;
	border: none;
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-left: 0px;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 16em;
	/* margin: 2px; */
	margin-left: 0px;
}

a.nounderline {
	text-decoration: none;
}

a.nounderline:hover {
	text-decoration: underline;
}

.para {
	padding-top: 0.3cm;
	padding-bottom: 0.3cm;
}

div.hiddenbox {
	padding: 1em;
	margin-bottom: 2em;
	margin-top: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	width: 28em;
	min-height: 75px;
}

.indented {
	padding-left: 10pt;
}

input.io {
	border: 1px solid #6a92c0;
	background-color: #f3f5ff;
	font-size: 10pt;
	color: black;
	padding-left: 3px;
}

textarea.io
{
	background-color: #f3f5ff;
	border: 1px solid #6A92C0;
    font-family: "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: black;
	padding-left: 3px;
}

input.iobutton
{
	font-size: 10pt;
	color: black;
	background-color: #E6EAFF;
}

p
{
	text-align: justify;
}
