body {
  width: 700px;
  margin: auto;
  padding:0px;
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: .8em;
  margin-top: 1px;
}

/* -------------------- Standard Links section --------------------*/

A:link, A:active, A:visited {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-style: normal; 
	color: #0000ff; 
	text-decoration: underline;
    outline: none;
}

A:hover {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-style: normal; 
	color: #7c0f2f; 
	text-decoration: underline
}

/* -------------------- Standard text --------------------*/

ul {
	list-style-type: square; 
	margin : .0em .0em .5em 2.0em;
	list-style-position: outside
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-style: normal;
/*	text-align: left;*/
}

/* -------------------- Main Table (Header) --------------------*/
#maintable{
  height: 55px;
  line-height: 0;
  padding: 10px 1px 3px 1px;
  border-top: 1px solid #7c0f2f;
  background: #ffffff;
}

/* -------------------- Header Table (Photo and four links) --------------------*/

#maintable{
  height: 55px;
  line-height: 0;
  padding: 10px 1px 3px 1px;
  border-top: 1px solid #7c0f2f;
  background: #ffffff;
  margin-top: 5px;
}

/* -------------------- Content Table (Content) --------------------*/
#contenttable{
  padding: 2px;
  border-bottom: 1px solid #7c0f2f;
  background: #ffffff;
  margin-top: 5px;
}

.leftcell {
  width: 225px;
}

.rightcell {
  border-left-style: dashed;
  border-left-color: #788999;
  border-left-width: 1px;
  width: 475px;
}

/* -------------------- Header section --------------------*/
.headtext1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.0em;	
	font-weight: bold;	
	line-height: 1.5em;	
	}
.headtext2 {
	color: #000088;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.6em;	
	font-weight: bold;	
	line-height: 1em;	
	}
.headtext3 {
	color: #000088;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.2em;	
	font-weight: bold;	
	line-height: 1em;	
	}
/* -------------------- Search form section --------------------*/

.search{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  padding: 0px;
  background: #ffffff;
  text-align: right;
}

.search input{
  text-align: left;
}

.search select{
  text-align: left;
}

.searchform{
  text-align: right;
  padding: 0px;
  background: #ffffff;
  right: 2px;
  top: 0px;
  bottom: 0px;
  line-height: normal;
}
.searchformText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #000000;
  font-weight: normal;
  line-height: 15pt;
}

.searchformTextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt; 
	font-style: normal;
	color: #000588;
}

A.searchformLink:link, A.searchformLink:active, A.searchformLink:visited {
	font-family: Verdana; 
	font-size: 7pt; 
	color: #000588; 
	text-decoration: none;
	font-weight: normal;
}

A.searchformLink:hover {
	font-family: Verdana;
	font-size: 7pt;
	color: #7c0f2f;
	text-decoration: underline;
}

/* -------------------- Top navigation bar --------------------*/

#topnav {
    border-top: 1px solid #7c0f2f;
    text-align: right;
    padding: 1px;
	background: #f0eee7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000588; 
	text-decoration: none;
	font-weight: normal;
}

#topnav a, #topnav a:visited, #topnav a:active {
	font-family: Verdana; 
	font-size: 8pt;
	background: #f0eee7;
	color: #000588; 
	text-decoration: none;
	font-weight: normal;
  }
#topnav a:hover {
  color: #7c0f2f; 
  }

/* -------------------- Footer section --------------------*/
/* -- text and links use search form style (except for small fonts) --*/
#botnav {
  border-top: 1px solid #7c0f2f;
  text-align: right;
  padding: 0px;
  background: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
}

#botnavsmall {
  text-align: left;
  padding: 2px;
  background: #ffffff;
}

.footerTextsmall {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: x-small; 
  font-style: normal;
  color: #000588;
}

A.footerLinksmall:link, A.footerLinksmall:active, A.footerLinksmall:visited {
  font-family: Verdana; 
  font-size: x-small; 
  color: #000588; 
  text-decoration: none;
}

A.footerLinksmall:hover {
  font-family: Verdana; 
  font-size: x-small; 
  color: #7c0f2f; 
  text-decoration: underline;
  outline: none;
}

/* ---------------- Horizontal Rules --------------------- */

hr.orangesolid {
  border: none 0;
  border-top: 1px solid #7c0f2f;/*the border*/
  width: 90%;
  height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

hr.greydashed {
  border: none 0;
  border-top: 1px dashed #cccccc;/*the border*/
  width: 75%;
  height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
/* ---------------- Highlighting --------------------- */

.yellow {
  background-color: #ffff00;
}

.leftnavalerts {
  border: 1px solid #7c0f2f; 
  width: 210px;
  margin:5px 0px; 
  /*height: 50px;*/
  padding: 2px;
  vertical-align: middle;
}

.leftnavalerts a {
text-decoration: none;
}
