/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, H3, H4, H5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	padding:0px;
	margin:0px;
}

UL {
  padding-left:20px;
  list-style-type:disc;
}

a:link    {color:#003399} 
a:visited {color:#003399} 
a:hover   {color:#000000} 
a:active  {color:#003399}

H1, H2, H3, H4 ,H5 {
   padding-left:0px;
   padding-right:0px;
}

H1 { 
  font-size: 15px;   
  padding-bottom:12px; 
  color:#003399;
}

H2 { 
  font-size: 14px;   
  padding-bottom:12px; 
  color:#003399;
}

H3 { 
  font-size: 12px;
}
	 
H4 { 
  font-size: 13px; 
}
	 
H5 { 
  font-size: 12px;
}	 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.maintable {
    vertical-align:top;
	height:100%;
}

TD#main_menu {
}

TD#sub_menu {
}

TD#mini_menu {
}

TD#main_content {
  padding-left:15px;
  padding-top:15px;
  padding-bottom:15px;
  padding-right:15px;
}

TD#right_content {
  padding-left:7px;
  padding-top:15px;
  padding-bottom:15px;
  padding-right:15px;
}

TD#left_content {
}

TD#footer_row {
}

DIV#copy {
  color:#003399;
  padding-top:4px;
  font-size:10px;
}

fieldset.csc-mailform {
	float:left;
	width:100%;
	border:0;
	padding:0;
	margin:0;
}

div.csc-mailform-field {
	float:left;
	width:100%;
	margin:0;
	padding:0 0 5px 0;
}

div.csc-mailform-field label {
	float:left;
	width:160px;
	padding:0;
	margin:0px;
	text-align:left;
	vertical-align:top;
}

div.csc-mailform-field input, 
div.csc-mailform-field textarea {
	width:300px;
	border:1px solid #666;
}

div.csc-mailform-field textarea {
	font-family:Arial, Verdana;
	font-size:12px;
	height:150px;
	width:300px;
}


div.csc-mailform-field input.csc-mailform-submit, 
div.csc-mailform-field input.csc-mailform-submit:link, 
div.csc-mailform-field input.csc-mailform-submit:visited {
	margin:5px 0 10px 160px;
	background-color:#eee;
	width:130px;
	border:#666 solid 1px;
	padding:3px 0;
}

div.csc-mailform-field input.csc-mailform-submit:hover, 
div.csc-mailform-field input.csc-mailform-submit:active, 
div.csc-mailform-field input.csc-mailform-submit:focus {
	background-color:#ccc;
}

div.csc-mailform-field .csc-mailform-label {
  float:left;   
  padding-top:10px;
  font-weight:bold;
}
