
div#news {
	margin:  20px 0 20px;
	padding: 1px 0;
	display: inline-block;
	background: url(/public/images/one-column-right-bg.gif) repeat-y center;	
}

div#news div.first-column {
	display: block; 
	float: left; 
	xwidth: 650px; 
	width: 730px;
}
div#news div.first-column div.content {
	xwidth: 610px;
	width: 690px;
	margin: 0 20px; 
	text-align: left;
}

div#news div.second-column {
	display: inline; 
	float: left; 
	xwidth: 319px; 
	width: 239px;	
	padding: 0px; 
}
div#news div.second-column div.content {
	xwidth: 279px;
	width: 199px;
	margin: 0 20px; 
	text-align: left;
}

div#news h1 {
	font-family: Verdana, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0px 0px 15px;
	padding: 0px;
}

div#news div.second-column p {
	padding: 0;
	text-indent: 0;
}

div#news div.first-column p {
	margin: 10px 0;
	padding: 0;
}

div#news p.date {
	margin: 5px 0;
	padding: 0;
	text-indent: 0;
}
div#news p.title {
	margin: 5px 0;
	padding: 0;
	text-indent: 0;
	font-weight: bold;
}

div#news p.title a {
    color: #6A6F4B !important;
}

div#news div.line {
	height: 1px; 
	width: 100%; 
	background-color: #E7E7E7; 
	font-size: 1px; 
	line-height: 0px;
}

div#archive {
margin:  20px 0 20px;
padding: 1px 0;
display: inline-block;
}

div#archive div.first-column {
display: block; 
float: left; 
xwidth: 650px; 
width: 730px;
border-right: 1px solid #E7E7E7; 
}
div#archive div.first-column div.content {
xwidth: 610px;
width: 690px;
margin: 0 20px; 
text-align: left;
}

div#archive div.second-column {
display: inline; 
float: left; 
xwidth: 319px; 
width: 239px; 
padding: 0px; 
}
div#archive div.second-column div.content {
xwidth: 279px;
width: 199px;
margin: 0 20px; 
text-align: left;
}

div.second-column div.content div.latest-news {
	padding:5px 0pt;
}

div.second-column div.content div.latest-news p {
	text-align: left;
}

div#archive h1 {
	font-family: Verdana, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0px 0px 15px;
	padding: 0px;
}

div#archive div.second-column p {
	padding: 0;
	text-indent: 0;
}

div#archive div.first-column p {
	margin: 10px 0;
	padding: 0;
	text-indent: 0px;
}

div#archive div.first-column a.left {
	text-align: left;
	background: none;
}

div#archive p.date {
	margin: 5px 0;
	padding: 0;
	text-indent: 0;
}
div#archive p.title {
	margin: 5px 0;
	padding: 0;
	text-indent: 0;
	font-weight: bold;
}

div#archive p.title a {
    color: #6A6F4B !important;
}

div#archive div.line {
	height: 1px; 
	width: 100%; 
	background-color: #E7E7E7; 
	font-size: 1px; 
	line-height: 0px;
}

div.second-column div.content a {
	color: #6A6F4B;
	text-decoration: none;
	font-weight: bold;
}
div.second-column div.content a.more {
	color: #F36A1C;
	text-decoration: none;
	font-weight: normal;
}
div.second-column div.content a:hover {
	text-decoration: underline;
}

div.second-column div.content a.more-alt {
	text-decoration: none;
	float: right;
	color: #669933;
	font-weight: bold;
	padding-right: 7px; 
	background: url(/public/images/a-arrow.gif) no-repeat center right;
}

div.second-column div.content a.more-alt:hover {
	text-decoration: underline;
}