*
{
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

body
{
	background: url(images/back_grad.jpg) repeat-x;
	margin: 0;
	padding: 0;
	color: #023274;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#content
{
	margin: 0 auto;
	height: auto;
	width: 940px;
	background-color: #fff;
	background: url(images/shadow.png) repeat-y;
}

#content #header
{
	height: 200px;
}

#header_image
{
	margin-left: 20px;
	border: none;
}

#scales
{
	margin-left: 22px;
}

#content #header h1
{
	margin-left: 40px;
}

#content #header h2
{
	margin-left: 70px;
}

#content #navbar
{
	clear: both;
	width: 902px;
	margin: 0 0 10px 19px;
	display: block;
	height: 40px;
	background: url(images/nav-back.jpg) no-repeat;
}

#content #navbar ul
{
	list-style: none;
	display: block;
	height: 40px;
}

#content #navbar ul li
{
	float: left;
	display: block;
	height: 40px;
	border-right: solid 1px #FFF;
}

#content #navbar ul li a.active
{
	background: url(images/li-active.png);
}

#content #navbar ul li.last
{
	border: none;
}

#content #navbar ul li a
{
	color: #023274;
	font-weight: bold;
	width: 100%;
	text-decoration: none;
	height: 30px;
	padding-top: 10px;
	width: 149px;
	display: block;
	text-align: center;
}

#content #navbar ul li a:link
{
	text-decoration: none;
}

#content #navbar ul li a:visited
{
}

#content #navbar ul li a:hover
{
	background: url(images/li-active.png);
}

#content #navbar ul li a:active
{
}


#content #newslist
{
	float: right;
	width: 250px;
	margin-right: 39px;
}

#content #newslist ul
{
	background: transparent url(images/news-back.png) repeat-y;
	padding: 10px 0 0 35px;
}


#content #newslist ul li.scales
{
	list-style: none;
}

#content #newslist ul li
{
	list-style-image: url(images/arrow.png);
	list-style-position: outside;
	padding: 0 0 10px 0;
}

#content #newslist h3
{
	background: transparent url(images/news-header-back.png) no-repeat 0% 100%;
	color: #FFFFFF;
	font-size: 12pt;
	padding: 0;
	height: 35px;
	line-height: 45px;
	text-indent: 36px;
}

#content #textarea
{
	width: 600px;
	margin-left: 39px;
	float:left;
}

#content #textarea p
{
	margin: 0 0 50px 0;
	padding: 15px;
	background: transparent url(images/p-back.png);
}

#content #textarea p .p-footer
{
	position: relative;
	top: 50px;
	left: -15px;
}

#content #textarea h3
{
	height: 35px;
	background: url(images/p-header-back2.png) no-repeat;
	color: #FFFFFF;
	font-size: 12pt;
	padding: 0;
	line-height: 45px;
	text-indent: 36px;
}

#content #textarea span
{
	display: block;
	margin: 20px 15px 20px 20px;
	line-height: 25px;
}

#content #textarea span img.left
{
	margin-right: 20px;
}

#content #textarea span.first
{
	margin-top: 5px;
}

#content #footer
{
	text-align: center;
	width: 902px;
	border-top: solid 1px #000;
	padding: 25px 0;
	margin-left: 19px;
	clear: both;
}

#contacttable th
{
	width: 150px;
	text-align: right;
	vertical-align: top;
}


#contacttable tr
{
	height: 35px;
	vertical-align: top;
}

#contacttable
{
	vertical-align: top;
	width: 100%;
}

#contactform #contacttable span.red
{
	color: red;
	display: inline;
	margin: 0;
	padding: 0;
}

#contacttable span#errorSpan
{
	margin: 0;
	padding: 0;
	color: red;
	text-align: center;
}

#contacttable span#errorSpan ul#errorList
{
	margin: 0 auto;
	width: 250px;
}

#contacttable span#errorSpan ul#errorList li
{
	text-align: left;
	list-style-position: inside;
}

#contacttable td textarea
{
	width: 75%;
	margin-left: 20px;
}

#contacttable td input
{
	width: 50%;
	margin-left: 20px;
}

