﻿body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#584B17;
}

#main {
	width:944px;
}

#header {
	height:132px;
	background:url('../images/cambiumlogo.gif') no-repeat right;
}

#header #logo {
	width:234px;
	height:132px;
	float:left;
	clear:both;
}

#container {
 	width:100%;	
 	height:388px;
}

#container #content {
	width:800px;
	background:#FFFFFF;
	height:100%;
}

#container #content h1 {
	color:#839F42;
	font-family:Times New Roman;
	font-weight:normal;
	text-align:left;
	margin-left:41px;
	/*width:100%;*/
	clear:both;
	font-size:23px;
}

#container #content #newscontainer 
{
	width:550px;
	height:200px;
	overflow:auto;
}

#container #content #newscontainer a
{
	font-family:Arial;
	color:#584B17;
	text-decoration:none;
}
#container #content #newscontainer a:link,
#container #content #newscontainer a:visited
{
	text-decoration:none;
}

#container #content #newscontainer a:hover
{
	color:#839F42;
}

#container #content .news {
	width:500px;
	text-align:left;
	line-height:150%;
	font-family:Arial;
	padding-bottom:25px;
	padding-left:30px;
	background:url('../images/PDF_Img.gif') no-repeat;
	background-position: -3px 6px;
}

#container #spacer {
	width:100%;
	height:26px;
	clear:both;
}

#footer {
	height:50px;
	color:#808080;
	font-size:12px;
	font-family:verdana;
}

#footer a
{
text-decoration: none;
}

#footer a:link,
#footer a:visited
{
color: #584B17;
}
#footer a:hover
{
color: #839F42;
}

.clear {
	clear:both;
}

.green {
	color:#839F42;
}