body {  
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  color: black;
  background-color: #ffdead;
  margin: 30px;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

td.t1 {
   font-size:8pt;
   color:#000000;
   font-weight:normal;
   text-align:left;
   }

input.t1 {
   font-size:4pt;
   color:#000000;
   font-weight:normal;
   text-align:left;
   }

th.t1 {
   font-size:8pt;
   color:#000000;
   font-weight:bold;
   text-align:left;
   }

h1 {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 90%;
  }

h2 {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  }  
  
  
#headerBox {
  height: 3em;
  background-color: #5e0000;
}
  
#headerBox2 {
  height: 3em;
  background-color: #5e0000;
}
  
#layoutBox {
  float: left;
  border-bottom: 1px solid #5A799D;
  background-color: #ffdead;
  padding: 10px;  
}

#menuBox {
  float: left;
  width: 15em;
  margin: 10px 0 0 0;
}

#footerBox {
  height: 1em;
  text-align: center;
  font-size: 85%;
  clear: both;
  background-color: #fffff;
  }
  
.title {
  margin-top: 20px;
  font-family: helvetica, arial, sans-serif;
  font-size: 280%;
  font-weight: lighter;
  font-style: normal;
  color: #ffffff;
  line-height: 0.9em;
  padding: 5px;
}

.menuGroup {
  padding: 5px 0 5px 0;
  margin-bottom: 30px;
}

.menuGroup a {
  color: #35567C;
  text-decoration: none;
  font-size: 320%
  margin-bottom: 2px;
  display: block;  
}

.menuGroup a:hover {
  color: #FFFFFF;
  background-color: #5A799D;
}

#news {
  padding: 0px 5px 0px 5px;
  margin-bottom: 30px;
}

#main {
  margin: 10px 0 0 16em;
  border-left: 1px solid #5A799D;
  padding: 10px;
  text-align: left;
  background-color: #ffdead;
}

/* New Top Menu */
#menu {height: 2.2em; line-height: 2.2em; width: 926px; background: #ffdead;}
#menu li {float: left; list-style-type: none; white-space: nowrap;}
#menu li a {display: block; padding: 0 10px; font-size: 1.0em; font-weight: 700; background-color: #355673;
  border-left:4px solid #ccc; color:white}
#menu li a:hover {background-color:#eaeaea; border-left:4px solid #286ea0; color:#505050; text-decoration: none;}
#menu li ul {
    display: none;
    width: 12em; /* Width to help Opera out */
    background-color: red; text-decoration: none;}
#menu li:hover ul {
    display: block;
    position: absolute;
    margin: 0; background-color: #355673;
    padding: 0; text-decoration: none;}
#menu li:hover li {
    float: none; }
#menu li:hover li a {
    background-color: #355673;
    border-bottom: 1px solid #fff;
    color: white; text-decoration: none;}
#menu li li a:hover {
    background-color:#eaeaea; border-left:4px solid #286ea0; color:#505050; text-decoration: none; }
    

/* New Slideout Menu */

#dhtmlgoodies_menu{
	font-family:arial;	/* Font for main menu items */
	width:180px;	/* Width of main menu */

}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
        font-size: 140%;
        font-weight:bold;
   	color:#5e0000;	/* Black text color */
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	background-color:#ffdead;	/* Light blue background color */
	margin:1px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */

	display:block;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#FFF;
	background-color:#355673;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #000;
	background-color:#ffdead;
	font-family:arial;
	text-align:left;

}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
        font-size: 120%;
        font-weight:bold;
	color:#5e0000;	/* Black text color */
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#5e0000;	/* White text */
	background-color:#35567c;	/* Blue background */
}
