BODY {
	PADDING: 0px; 
	MARGIN: 0px; 
	FONT: 12px arial,helvetica,sans-serif;  
	COLOR: #000000;  
	BACKGROUND-COLOR: #FFFFFF;
}
H1 {
	PADDING: 4px; 
	FONT-WEIGHT: 900; 
	FONT-SIZE: 36px; 
	MARGIN: 0px; 
	COLOR: #990000;
	BACKGROUND: inherit; 
	TEXT-ALIGN: center;	
}
H2 {
	PADDING: 0px; 
	MARGIN: 4px; 
	FONT: bold 26px arial, helvetica, sans-serif; 
	FONT-WEIGHT: 900; 
	COLOR: #990000;
	BACKGROUND: inherit;
	TEXT-ALIGN: center;
}

H3 {
	PADDING: 0px; 
	MARGIN: 4px; 
	FONT: 22px arial, helvetica, sans-serif; 
	FONT-WEIGHT: 900; 	
	COLOR: #990000;
	BACKGROUND: inherit;
	TEXT-ALIGN: center;
}

H4 {
	PADDING: 0px;	
	MARGIN: 4px; 
	FONT: 18px arial, helvetica, sans-serif; 
	FONT-WEIGHT: 900; 	
	TEXT-ALIGN: center;
	COLOR: #990000;
	BACKGROUND: inherit;
}

H5 {
	PADDING: 0px; 
	MARGIN: 4px; 
	FONT: 14px arial, helvetica, sans-serif; 
	FONT-WEIGHT: 900; 	
	TEXT-ALIGN: center;
	COLOR: #990000;
	BACKGROUND: inherit;
}

H6 {
	PADDING: 0px; 
	MARGIN: 4px;
	FONT: 12px arial, helvetica, sans-serif; 
	TEXT-ALIGN: center;
	FONT-WEIGHT: 600;
	COLOR: #990000;
	BACKGROUND: inherit;
}

.blue { color:#21319C; }
.leftblue { 
	color:#21319C;
	text-align: left;
}	

P {
	PADDING-LEFT: 2px;	
	PADDING-RIGHT: 2px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;	
	MARGIN: 4px; 
	FONT: 14px arial,helvetica,sans-serif; 

}

.required {
	PADDING-LEFT: 2px;	
	PADDING-RIGHT: 2px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;	
	MARGIN: 4px; 
	FONT: 14px arial,helvetica,sans-serif; 
	color: red;
	text-align: right;

}

.small {
	PADDING-LEFT: 2px;	
	PADDING-RIGHT: 2px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;	
	MARGIN: 4px; 
	FONT: 10px arial,helvetica,sans-serif; 
	FONT-WEIGHT: 400;
}

.smallcenter {
	PADDING-LEFT: 2px;	
	PADDING-RIGHT: 2px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;	
	MARGIN: 4px; 
	FONT: 11px arial,helvetica,sans-serif; 
	FONT-WEIGHT: 400;
	TEXT-ALIGN: center;
}

.table {
	PADDING-LEFT: 2px;	
	PADDING-RIGHT: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;	
	MARGIN: 0px; 
	TEXT-ALIGN: right;
	FONT: 12px arial,helvetica,sans-serif; 

}

.table-pad {
	PADDING-LEFT: 2px;	
	PADDING-RIGHT: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;	
	MARGIN: 8px; 
	TEXT-ALIGN: right;
	FONT: 12px arial,helvetica,sans-serif; 

}

.link { padding: 0px;
	margin: 2px;
	text-align: center;

}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}
	
.justify {
	text-align: justify;
}

	
UL {
	list-style-type: square; 
	FONT: 14px arial,helvetica,sans-serif; 
	PADDING: 0px;
	margin-left: 28px;
}

OL {
	FONT: 14px arial,helvetica,sans-serif; 
	PADDING: 0px;	
}


A {
	COLOR: #990000; 
	FONT: inherit;  
	TEXT-DECORATION: none;
	font-weight: 600;
}

A:link {
	COLOR: #4B555E;
}
A:visited {
	COLOR: #4B555E;
}

A:hover {
	COLOR: #FFFFFF;
	background: #976973;
}




.nav {
	PADDING: 0px;	
	MARGIN: 0px; 
	FONT: 11px arial,helvetica,sans-serif;
	font-weight: 600;
	text-align: left;
	color: #ffffff; 
}


.yellowbottom {
	BORDER-BOTTOM: #FFFF00 4px solid;
}

.redbottom {
	BORDER-BOTTOM: #990000 4px solid;
}


.newsbox {
	BORDER: #990000 1px dashed; 
	MARGIN-TOP: 6px;
	MARGIN-LEFT: 6px;
	MARGIN-BOTTOM: 6px;
	PADDING: 3px; 
	background: #ffffff;
	color: inherit;
	position: float;
}

.newsbox2 {
	BORDER: #990000 1px dashed; 
	MARGIN: 6px;
	PADDING: 4px; 
	background: #ffffff;
	color: inherit;
	position: float;
}

.nwabox {
	BORDER: #BEDCD2 1px solid; 
	MARGIN: 6px;
	PADDING: 3px; 
	background: #B26286;
	color: inherit;
	position: float;
}

.nwabox2 {
	BORDER: #990000 1px dashed; 
	MARGIN: 3px;
	PADDING: 3px; 
	background: #FFCC33;
	color: inherit;
	position: float;
	FONT: 12px arial,helvetica,sans-serif; 	
}

.box {
	BORDER: #990000 1px solid; 
	MARGIN: 0px;
	PADDING: 0px; 
	voice-family: inherit;
	background: inherit;
	color: inherit;
}



.yellowbox {
	BORDER-top: #336633 2px solid;
	BORDER-bottom: #336633 6px solid; 
	BORDER-left: #336633 2px solid; 
	BORDER-right: #336633 6px solid; 
	MARGIN: 8px;
	PADDING: 0px; 
	voice-family: inherit;
	background-color: #FFCC33;
}


.linkbox {
	BORDER-top: #666666 2px solid;
	BORDER-bottom: #666666 4px solid; 
	BORDER-left: #666666 2px solid; 
	BORDER-right: #666666 4px solid; 
	MARGIN: 2px;
	PADDING: 2px; 
	FONT: 12px arial,helvetica,sans-serif; 
	background: #FFCC33;
}


.whitebox {
	BORDER-left: #336633 2px solid; 
	BORDER-right: #336633 2px solid; 
	MARGIN: 4px;
	PADDING: 0px; 
	voice-family: inherit;
	background-color: #ffffff;
}
.whitebottom {
	BORDER-bottom: #336633 2px solid;
	MARGIN: 0px;
	PADDING: 0px; 
	voice-family: inherit;
	background-color: #ffffff;
}

.bottom { BORDER-bottom: #336633 2px solid; }


/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */



.rss_box {

	MARGIN-top: 0px;
	MARGIN-bottom: 12px;
	MARGIN-right: 3px;
	MARGIN-left: 3px;
	PADDING: 0px; 
	voice-family: inherit;
	background-color: #ffffff;
}



.rss_title, rss_title a {

	margin: 0px 0;

	padding: 0;

}



.rss_items {

       list-style:none;

       margin:4px;

       padding:0;

}



.rss_item  {

  font-size: x-small;

  margin-bottom: 1em;;

}



.rss_item a:link, .rss_item a:visited, .rss_item a:active {



	}



.rss_item a:hover { 



	}

	

.rss_date {

	font-size: xx-small;

	}
	
	
/* begin styles for new feed

     This is the most basic style to use for a list with no bullets */



.rss-box {

	MARGIN-top: 0px;
	MARGIN-bottom: 12px;
	MARGIN-right: 3px;
	MARGIN-left: 3px;
	PADDING: 4px; 
	voice-family: inherit;
	background-color: #ffffff;
}



.rss-title, rss_title a {

	margin: 4px;

	padding: 4;

}



.rss-items {

       list-style:none;

       margin:4px;

       padding:0;

}



.rss-item  {

  font-size: x-small;

  margin-bottom: 1em;;

}



.rss-item a:link, .rss_item a:visited, .rss_item a:active {



	}



.rss-item a:hover { 



	}

	

.rss-date {

	font-size: xx-small;

	}	
	
.attributeinput  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}	


/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
     DEFAULT.CSS made by Mike Cherim - http://green-beast.com 
    Designed and built to work with the Default WordPress theme
================================================================== */

#gb_form_div { 
  text-align : left;
  width : 460px;
}

#gb_form {
  text-align : left;
  background-color : #fff;
}

#gb_form_div a {
  color : blue;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #147;
  text-decoration : underline;
}

#gb_form fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  color : #666;
}

#gb_form legend {
  margin-left : -10px;
}

#gb_form legend#mainlegend { 
  font-size : 1.2em;
  color : #14568a;
  margin-left : -10px;
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  text-transform : uppercase;
}

#gb_form_div .main_formhead {
  font-size : 1.4em;
}

#gb_form label { 
  color : #14568a; 
  margin-top : 5px;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  font : 1em 'lucida grande', verdana, arial, sans-serif; 
  color : #000; 
  padding : 4px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
  line-height : 1.5em;
  width : 300px;
}

#gb_form input.short {
  width : 45px;
}

#gb_form textarea.textbox {
  width : 400px;
}

#gb_form select.med {
  width : 250px;
}

#gb_form input.checkbox {
  padding : 0; 
}

#gb_form label input.checkbox {
  margin : 0;
}

* html input.button { 
  color : #000;  
  padding : 4px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}


/* NOTE: .hover and .focus classes IE JS */
#gb_form input.short:hover, #gb_form input.short:hover, 
#gb_form input.med:hover, #gb_form input.med:focus, 
#gb_form select.med:hover, #gb_form select.med:focus, 
#gb_form textarea.textbox:hover, #gb_form textarea.textbox:focus, 
#gb_form input.short.hover, #gb_form input.short.focus,
#gb_form input.med.hover, #gb_form input.med.focus,  
#gb_form select.med.hover, #gb_form select.med.focus, 
#gb_form textarea.textbox.hover, #gb_form textarea.textbox.focus { 
  color : #444;  
  padding : 4px; 
  border : 1px solid #000;
  background-color : #fff;
}

input.button {
  margin-top : 10px;
}

span.error, span.success, #gb_form_div dt { 
  color : #cd0000;  
  font-weight : bold; 
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
  color : green;
}

small.whythis, small.whythis a { 
  font-size : .9em; 
}

#gb_form small.whythis a span { 
  font-size : .9em;
  color : #fff;
  border : 1px solid #fff;
  padding : 0 3px 0 3px;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 
  text-decoration : none;
  color : #000;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  border : 1px solid #000;
  background-color : yellow;
  color : #000;
  font-weight : bold;
}

p.creditline small { 
  display : block;
  text-align : right;
  margin : 5px 0;
  font-size : .7em;
  letter-spacing : .0001em;
  color : #666;
}

/* NOTE: .abbr class is for IE */
.abbr { 
  cursor : help; 
  border-bottom : 1px dashed #999;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #14568a;
}

/* End DEFAULT CSS */