body {
    background: white;
}
#banner {
}
#search {
    float: right;
    margin-top: 15px;
    margin-right: 30px;
}
#buttons {
    width: 280px;
    float: left;
    margin-left: 8px;
    text-align: center;
    clear: all;
}
}
.centered {
    text-align: center;
}
.noborder {
    border: 0;
}
#top_links {
    background-color: #009BDA;
    padding: 5px;
    text-align: center;
    border-width: 3px;
    border-style: solid;
    border-color: #84B819;
    border-width: 2px;
}
.top_span {
    font-size: 16px;
    font-family: Cooper, Trebeca, Arial, sans-serif;
    font-weight: bold;
    padding: 5px;
    background-color: #009BDA;
    color: #00D9FF;
    border-right: solid 1px #25dbff;
    padding: 0px;
    margin: 0px;
    padding-right: 15px;
    padding-left: 15px;
}
.top_link:link {
    color: #AFE344;
    text-decoration: none;
}
.top_link:hover {
    text-decoration: none;
}
.top_link:visited {
    color: #AFE344;
    text-decoration: none;
}
.shift_right {
    margin-left: 50px;
}
#content {
    margin-left: 5%;
    margin-right: 5%;
    padding: 10px;
    font-family: Arial, sans-serif;
    background-color: #E7E7FF;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}
#content h3 {
    text-align: center;
}
.success {
    color: green;
    font-size: larger;
    font-weight: bold;
}
.error {
    color: red;
    font-size: larger;
    font-weight: bold;
}
#search_box {
    margin-bottom: 5px;
}
.tdcal {
    border: 1px solid gray;
    text-align: left;
    vertical-align: top;
    width: 100px;
    height: 100px;
}
#frm_contact input {
    position: relative;
    margin-bottom: 5px;
}
#footer_home, #footer {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    padding: 10px 0 10px 0;
}
#footer {
    margin-left: 5%;
    margin-right: 5%;
}
#last_updated, #copyright {
    padding-bottom: 10px;
}
#last_updated {
    position: absolute;
    right: 0;
}
#copyright {
    position: absolute;
    width: 100%;
    text-align: center;
}

.c1{
	width: 200px;
	text-align: center;
	vertical-align: top;
	padding: 10px 10px;
}
.c2{
}
.c3{
	width: 200px;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}
.c1 p{
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 10px;
	
}

/********News**********/
.news_top{
	background-image: url(images/news-top.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 18px;
}
.news_middle{
	background-image: url(images/news-middle.gif);
	background-repeat: repeat-y;
	width: 220px;
}
.news_bottom{
	background-image: url(images/news-bottom.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 15px;
}
#news{
	width: 180px;
	margin-left: 20px;
	text-align: center;
}
#news h1{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A30;
	padding: 5px 0;
	margin: 0;
	text-align: left;
}
#news a{
	font-size: 12px;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A30;
	text-decoration: none;
}
#subscribe p{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A30;
	padding: 5px 0;
	margin: 0;
	text-align: left;
}
#subscribe{
	width: 180px;
	margin-left: 20px;
	text-align: left;
}
#subscribe p.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FF0000;	
}	
#news a:hover{
	text-decoration: underline;
}
#n_head{
	margin-left: 15px;
}