/*  
Theme Name: NCAIR
Description: TwentyTen theme customized by http://www.bellwebworks.com/ for NCAIR
Version: 1.0.0
Author: BellWebWorks.com
Author URI: http://www.bellwebworks.com/
Tags: 
Template: twentyten
*/

@import url("../twentyten/style.css");

.alert{
      color:red;
      }
#wrapper{
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	}
/* jdb, 6/28/11: remove black strip from top of header */
#branding img {
    border-top: 0px solid #000000;
}
/* jdb, 6/28/11: remove thick black top border from footer */
#colophon {
    border-top: 1px solid #cccccc;
    margin-top: -1px;
    padding:8px 0;
}

#footer_contact, #footer_host{
	text-align:center;
	}
#footer_host{
	font-size:smaller;
	}
#footer{
	margin-bottom:0px;
	}

#header {
	padding: 0px;
}
#site-description  {
	margin: 0px;
}
/* added 3/22/2011*/
.note {
    font-size: smaller;
    font-style: italic;
    font-weight: bold;
}
ul {
    /*list-style-type: none;*/
}

.newsletter th, .newsletter tr, .newsletter td{
  padding:0px;
  text-align:center;
  border:0px;
}

#officers tr th, #officers thead th {
  color:#000000;
  background:#cccccc;
}