/* Start of CMSMS style sheet 'seawar' */
/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

html, body
{
margin:0;
padding:0;
height:100%;
}


/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: #000000;  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
   text-align:center;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 1em .6em 1.4em;
   margin: 0; 
   text-decoration: none; 
   color: #ffffff;
   background: #000000;
   display: block; 
   font-size: 12px;                           
   font-family: arial, verdana, sans-serif;
   font-weight: bold;
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #106210;
}


div#menu_horiz h3 {
   padding: .6em 1em .6em 1.4em;
   margin: 0; 
   text-decoration: none; 
   color: #ffffff;
   background: #106210;
   display: block; 
   font-size: 12px;                           
   font-family: arial, verdana, sans-serif;
   font-weight: bold;
   border-bottom: 0px;
}

div#footer {
color: #fff;
text-align:right;
font-size: 11px;                           
font-family: arial, verdana, sans-serif;
}

div#header {
color: #fff;
font-size: 11px;                           
font-family: arial, verdana, sans-serif;
text-decoration: none; 
}

div#header a{
color: #fff;
font-size: 11px;                           
font-family: arial, verdana, sans-serif;
text-decoration: none; 
}

div#content {
margin:35px;
color: #000000;
font-size: 14px;
font-family: arial, verdana, sans-serif;
text-align: justify;
}
div#content a{
color: #106210;
}
h2 {
 margin:20px;
 color: navy;
 font-family: arial, verdana, sans-serif;
 font-size: 19px;
 text-align:left;
  font-weight: bold;
   border-left: 20px solid #106210;
   padding-left: 5px;
   border-bottom: 3px solid #106210;
   padding-bottom: 2px;
}
h3 {
   margin:20px;
   font-family: arial, verdana, sans-serif;
   font-size: 19px;
   text-align:left;
   font-weight: bold;
   border-bottom: 1px solid #106210;
   padding-bottom: 2px;
  }

div#navlinks {
margin-right:35px;
color: #000000;
font-size: 10px;
font-family: arial, verdana, sans-serif;
text-align:right;
}
div#navlinks a{
color: #106210;
}

table.central
{
border-left: 1px solid #780001; 
border-top: 1px solid #780001; 
border-right: 1px solid #780001;
border-bottom: 1px solid #780001;
}

input{ 
  font-family: arial, verdana, sans-serif;
  font-size:12px; 
  font-weight:bold; 
  background-color:#ffffff; 
  border-color:#000000; 
  border-style:solid; 
  border-width:1px; 
  color:#780001; 
}

textarea{
  font-family: arial, verdana, sans-serif;
  font-size:12px; 
  font-weight:bold; 
  background-color:#ffffff; 
  border-color:#000000; 
  border-style:solid; 
  border-width:1px; 
  color:#780001; 
}

textarea.user
{
 width: 400px;
}
/* End of 'seawar' */

