body,td,th, P, OL, UL, DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
H1, H2, H3, H4, H5, H6 {margin: 6px 0px 3px 0px;}
P {margin: 0px 0px 12px 0px;}

body {
	background-color: #003366;
}

H1 { font-size: 18px;
	padding-bottom: 3px;
	font-weight: bold;}
H1 A {text-decoration: none;}
H1 A:hover {text-decoration: underline;}
H2 { font-size: 15px;
	padding-bottom: 3px;
	font-weight: bold;}
H3  { font-size: 12px;
	font-weight: bold;}
H4 { font-size: 18px;
	padding-bottom: 3px;
	font-weight: normal;}
H6 { font-size: 15px;
	font-weight: normal;}
	
a img {border:none;}
	
	/* Content column */
TD#content {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 15px;
	vertical-align: top; 
	width: 396px;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
	background-repeat: no-repeat;
	color: #006600;
	padding-left: 10px;
	padding-top: 2px;
	margin-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 4px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;	
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
	font-weight:bold;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 2px;
	margin-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 4px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;	
}
TD#menu_1 A {
	color: #000000;
	text-decoration: none;
	}
TD#menu_1 a:hover {
	text-decoration: underline;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/*  MENU 1, level 2, active state (ACT) */

TD#menu_1 DIV.menu1-level2-act {
	font-weight:bold;
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
}


TD#footer {
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 2px;
}
TD#footer A{
	color: #000000;
	text-decoration: none;
}
TD#footer a:hover {
text-decoration: underline;
}
.maintable {
	border: 1px solid #999999;
}


##
# Mail Form
##

      .csc-mailform {
              border: 0px;
      }
       
      .csc-mailform-field label {
              width: 10em;
              float: left;
              display: block
      }
       
      .csc-mailform-submit {
              margin-left: 10em;
      } 