@charset "utf-8";
body, html {
	padding:0px;
	margin:0px;
	color:#000;
	background:#CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a {text-decoration:underline; color:#99c1b4; font-weight:bold;}
a:hover {text-decoration:underline; color:#28483e;}
#container {width:760px; margin:0px auto;  background:#fff; border:2px solid #28483e;}
#title {width:748px; height:66px; background:url(images/logo.gif); background-repeat:no-repeat; padding:10px 12px 0px 0px; text-align:right; color:#28483e;}
#header {width:760px; height:207px; background:url(images/header.jpg);}
#menu {width:760px; height:30px; background:#28483e; margin-bottom:20px;}
#menu ul  {list-style:none; list-style-image: none; padding:0px; margin:0px;}
#menu li {display:inline;}
#menu ul li a {color:#fff; display:block; float:left; padding:8px 12px; text-decoration:none; font-weight:bold;}
#menu ul li a:hover {color:#ffc527;}
#leftcolumn {width:190px; padding-left:10px; float:left;}
#centercolumn {width:370px; padding:0px 20px; float:left; text-align:justify;}
#rightcolumn {width:130px; padding-right:20px; float:left;}
#rightcolumn h2 {padding:2px; margin:0px 0px 10px 0px; font-size:14px; font-weight:bold; display:block; width:126px; border-bottom:1px solid #28483e; color:#28483e;}
#rightcolumn ul {padding:0px; margin:0px 0px 0px 15px;}
#footer {clear:both; width:720px; padding:20px; text-align:center; font-size:10px;}
h1 {font-size:14px; padding:0px; margin:0px 0px 5px;}
form {padding:10px; background:#99c1b4;}
input, textarea, select {color:#000; font-size:10px; margin-bottom:4px; width:160px; font-family:Tahoma, Geneva, sans-serif;}
.address {float:right; padding:0px 0px 0px 20px;}
