

body {
}

#canvas {	
}

#logo {
/*	font-size: 200%;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #666;*/
	text-align:left;
}


/*#nav_main ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 100px;
	width:100%;

}

#nav_main ul li {
	float: left;
	margin: 0 0.15em;
}

#nav_main ul li a {
	background: url(site-menu-background.gif) #fff bottom left repeat-x;
	height: 1.1em;
	line-height: 1.1em;
	float: left;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	width: 6em;
}*/


#content_wrapper {
		clear:both;
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #aaa;
}

#content {
		padding-top: 5px;
		margin-top: 5px;
		
}

#content_main {
	padding-top:5px;

}

#content_secondary {
}

#content_ternary {
		padding-top: 5px;
		margin-top: 5px;
}

#footer {
}

.preview_heading {
	width:100%;
/*	background-color:blue;*/
	background: url(site-menu-background.gif) #fff bottom left repeat-x;
}

#preview_1 h2, #preview_2 h2, #preview_3 h2, #preview_4 h2, #preview_5 h2, #preview_6 h2 { 
	border: 0.1em solid #dcdce9;
}

#preview_1 h2, #preview_2 h2, #preview_3 h2, #preview_4 h2, #preview_5 h2, #preview_6 h2 { 
	font-size:1em;
	margin-bottom:0em;
	padding-bottom:0em;
	display:inline;
}

#preview_1 ul, #preview_2 ul, #preview_3 ul, #preview_4 ul, #preview_5 ul, #preview_6 ul { 
	list-style:none;
	margin-left:0;
	padding-left:0;
}

#preview_1 ul li, #preview_2 ul li, #preview_3 ul li, #preview_4 ul li, #preview_5 ul li, #preview_6 ul li {
	/* Content specific */
	padding-top:.3em;
	padding-bottom:.3em;
	border-bottom:1px dashed #777;
}
.news_item { 
	border: .1em solid #EEE;
	width: 100%;
}

.news_item_header  { 
	float:left;
	width:100%;
}
.news_item .news_item_heading { 
	display:inline;
	font-size: 1.1em;
	font-weight: bold;
	width:70%;
	float:left;
	text-align:left;
}
.news_item .news_item_date { 
	display:inline;
	font-size: .8em;
	font-weight: normal;
	width:30%;
	float:right;
	text-align:right;
}

.news_item p {
	clear:both;
	text-align: left;
	padding-left:2em;
}

