body {
	font-family: Trebuchet MS, Arial, sans-serif;
	margin: 0 0;
	padding: 0 0;
	font-size: 13px;
	background-color: white;
	text-align: center;
}

h1,h2,h3 {
	font-family:  Trebuchet MS, Arial, sans-serif;
	text-align: center;
}

img {
	border: none;
	}
	
.preview_img:hover {
	opacity: 0.4;
	filter:alpha(opacity=40);
	}
	
hr {
	margin-left: 10px;
	margin-right: 10px;
	height: 3px;
	background-color: #443A18;
}

a:link {
	text-decoration: none;
	color: #145FAE;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #2E0861;
	font-weight: bold;
}

a:hover {
	color: #145FAE;
	text-decoration: underline;
}

p {
	font-family: Trebuchet MS, Arial, sans-serif;
	padding: 10px 10px 0px 10px;
	background-color: white;
	text-align: left;
}

ul, ol {
	margin-right: 15px;
	}
	
	
#content {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	border-width: 1px;
	border-color: #000080;
	border-style: solid;	
	background-color: #10033B;
	min-width: 900px;
}

#box {
	background-color: white;
	border-width: 1px;
	border-color: #404040;
	border-style: solid;
	width: 90%;
	text-align: left;
	margin: 20px;
}

#header {
	background-image: url(images/page_header.png);
	height: 90px;
	min-width: 900px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
}

#leftcolumn {
	float: left;
	min-width: 585px;
	width: 65%;
	margin-top: 12px;
	margin-bottom: 28px;
	margin-left: 20px;
}

#rightcolumn {
	float: left;
	width: 235px;
	margin-top: 12px;
	margin-bottom: 28px;
	margin-right: 20px;
}

#aboutsite {
	background-color: white;
	width: 98.9%;
	clear: left;
	}

#news {
	background-color: white;
	border-width: 1px;
	border-color: #46508E;
	border-style: solid;
	min-width: 579px;
	width: 98.9%;
	min-height: 1094px;
}

#news-header {
	background-image: url(images/news_header.png);
	background-repeat: no-repeat;
	height: 57px;
}

#leftcolumn-over {
	background-image: url(images/pagecontent_cont.png);
	background-repeat: repeat-x;
	height: 57px;
	margin-left: 579px;
	}	

#rightsidebarpanel {
	background-color: white;
	border-width: 1px;
	border-color: #46508E;
	border-style: solid;	
	width: 219px;
}

#currently-header {
	background-image: url(images/currently_header.png);
	width: 219px;
	height: 46px;
}

#category-header {
	background-image: url(images/category_header.png);
	width: 219px;
	height: 48px;
}

#newblog-header {
	background-image: url(images/newblog_header.png);
	width: 219px;
	height: 48px;
}

#latest_blog_entry {
	border: 1px #46508E solid;
	background-color: white;
	min-height: 275px;
	margin: 10px;
	width: 45%;
	padding: 5px;
	float: left;
	}
	
#blog_entry_header {
	background-color: #300965;
	color: #fff;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:16px;
	height: 37px;
	margin: -5px;
	padding: 2px;
	}

#footer {
	background-color: white;
	width: 90%;
	height: auto;
	clear: both;
	padding: 5px;
	margin: 0px 0px 20px 20px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 10px;
	border-width: 1px;
	border-color: #46508E;
	border-style: solid;
}

#footer-logo {
/* 	background-image: url(images/diva.png);
	width: 50px;
	height: 50px;
	float: right; */
}

.center {
	text-align: center;
}

.whitebg {
	background-color: white;
	text-align: left;
}
