@charset "utf-8";
body {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
	color: #0097BF;
	font-weight: bold;
}
h1 {
	font-size: 21px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-weight: bold;
	color: #0097BF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	clear: none;
	line-height: 16px;
	display: inline;
}
#container {
	width: 780px;
}
#top {
	width: 364px;
	height: 21px;
	background: url(../im/graytop.gif) no-repeat;	
}
#head {
	background: url(../im/logo.gif) no-repeat;	
	height: 106px;
	width: 100%;
}
#menu {
	background: url(../im/menu.gif) no-repeat;
	height: 25px;
	width: 100%;
	text-align: center;
}
#menu ul {
	margin: 0px;
	padding: 3px 0px 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}
#menu li a {
	text-decoration: none;
	color: #FFFFFF;
}
#on {
	text-decoration: none;
	border-bottom: 2px solid #0F9DC3;
	padding-bottom: 5px;
}
#menu li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #0F9DC3;
	padding-bottom: 5px;
}
#content {
	text-align: left;


}
#column_left {
	float: left;
	width: 310px;
	text-align: left;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 50px;
}
#column_right {
	float: right;
	width: 400px;
	text-align: left;
	padding-top: 30px;
}
#spacing {
	padding-top: 20px;
}

#footer {
	margin-top: 20px;
}
.box {
	width: 380px;
	float: left;
	text-align: left;
	height: 100%;
	background: url(../im/repeaty.gif) repeat-y;
}
.box p {
	padding-left: 80px;
}
.box_alt{
	width: 380px;
	float: right;
	text-align: left;
	background: url(../im/repeaty.gif) repeat-y;
}
.box_top {
	background: url(../im/box_top.gif) no-repeat;
	height: 11px;
}
.box_content_alt {
	background: url(../im/box_bottom_alt.gif) no-repeat bottom;
	padding-bottom: 30px;
	padding-top: 10px;
}
.box_content {
	background: url(../im/box_bottom.gif) no-repeat bottom;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 100%;
}
.box_float_left {
	float: left;
	padding-left: 4px;
	padding-bottom: 5px;
}
.box_float_right {
	float: right;
	padding-right: 20px;
	padding-bottom: 5px;
}
.box_float_right p {
	font-size: 14px;
}
.box_float_right h2 {
	font-size: 14px;
}
.float_left {
	float: left;
	padding-left: 35px;
	padding-top: 2px;
}
.float_right {
	float: right;
	padding-top: 2px;
	padding-right: 75px;
}
td {
	padding: 10px;
	background: #F7F7F7;
	color: #666666;
}
td.alt {
	background: #EBF4F6;
}
th {
	background: #FFFFFF;
	border-style: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
	padding: 10px;
	color: #666666;
}
tr {
}
#contact-footer, #contact-footer a
{
	color: #666;
	margin-top: 20px;
}
#contact-footer div { float:left; padding-right:20px; }