body {
 margin: 0;
 padding: 0;
 height: 100%;
 background: #abe0f2 url('../images/bg.gif') repeat-x top left;
 color: #333;
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
 text-indent: 0;
}

a {
 color: #009fd9;
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

.clearer {
 clear: both;
}

#container {
 margin: 10px auto;
 width: 958px;
}

#topline {
 height: 8px;
 background: url('../images/bg_topline.png') no-repeat top left;
}

#bottomline {
 height: 8px;
 background: url('../images/bg_bottomline.png') no-repeat top left;
}

#main {
 background-color: #fff;
}

#headcontainer {
 margin-right: 10px;
 height: 245px;
}

	#logo {
	 float: left;
	}

	#header {
	 float: left;
	 width: 663px;
	 color: #fff;
	 font-size: 14px;
	 font-weight: bold;
	 text-align: center;
	}

		#menu {
		 height: 35px;
		 background: #1fb100 url('../images/bg_menu.png') no-repeat top left;
		 line-height: 35px;
		}

			#menu a {
			 color: #fff;
			 font-size: 14px;
			 font-weight: bold;
			 text-decoration: none;
			}

			#menu a:hover {
			 color: #ffc;
			}

		#newsline {
		 height: 185px;
		}

			#newsline .news {
			 padding-top: 20px;
			 color: #333;
		     font-family: Verdana, Arial, Sans-Serif;
			 font-size: 12px;
			 font-style: normal;
			 font-weight: normal;
			 text-decoration: none;
			 text-indent: 0;
			 text-align: left;
			}

		#title {
		 height: 25px;
		 background: #009fd9 url('../images/bg_title.png') no-repeat top left;
		 line-height: 25px;
		}

#content {
 padding: 5px 10px 2px 35px;
}

#footer {
 margin-top: 5px;
 height: 20px;
 background: url('../images/bg_footer.png') no-repeat top left;
 color: #fff;
 font-size: 9px;
 text-align: center;
 line-height: 20px;
}

	#contact, #copyright {
	 float: left;
	 padding: 0 10px;
	 width: 170px;
	 height: 20px;
	}

	#footermenu {
	 float: left;
	 width: 578px;
	 height: 20px;
	}

	#footermenu a {
	 color: #fff;
     font-size: 9px;
	 text-decoration: underline;
	}