body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background-color : #fff;
	text-align : center;
}
#container {
	width: 735px;
	margin: auto;
	background: url(images/bkg.gif) repeat-y;
}
#container:after, #main:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #container, * html #main {height: 1%;}
/* End hide from IE-mac */
#main {
	width: 551px;
	margin: auto;
	text-align: left;
}
#banner {
	height: 77px;
	background: url(images/banner.gif);
	text-indent: -5000px;
}
#content {
	width: 375px;
	float: right;
	padding: 5px 29px;
}
#footer {
	background: #636363;
	color: #fff;
	width: 549px;
	border: 1px solid #000;
	border-bottom: none;
	margin: 0px;
}
html>body #footer {
	position: relative;
	left: 92px;
	width: 550px;
}
.arch, .arch a {
	float: left;
	width: 150px;
}
.topreturn, .topreturn a {
	float: right;
	width: 114px;
	text-align: right;
}
.bottom {
	clear: both;
	border-top: 1px solid #636363;
	width: 264px;
	float: right;
	position: relative;
	right: 11px;
	margin-bottom: -10px;
}
html>body .bottom {
	top: 15px;
	margin-bottom: 15px;
}


/*------ ------*/

a {
	color: #000;
	text-decoraton: none;
}
a:hover, dt a:hover {
	text-decoration: none;
	color: #000;
}
h2 {
	font-size: 30px;
	color: #5d8af0;
	font-weight: normal;
	margin: 0px;
}
h1, h3, h4, h5, h6 {
	color: #5d8af0;
	font-weight: normal;
	margin: 0px;
}
h3.title, h3.title a, h3.title a:hover, dt, dt a {
	text-decoration: none;
	color: #5d8af0;
	font-size: 16px;
	font-weight: bold;
	display: block;
	/* was inline */
}
img { behavior: url("pngbehavior.htc"); }
a img {
	border: 0px;
}
dd {
	color: #636363;
	margin: 0;
	width: 264px;
	text-align: justify;
	float: right;
}
dt {
	float: right;
	width: 317px;
	text-align: left;
}
dl {
	position: relative;
	right: 10px;
}


/*------Navigation------*/

#navigation {
	width: 118px;
	text-align: right;
	float: left;
}
#navigation ul {
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
#navigation ul li {
	padding: 2px 5px 0 0;
}
#navigation ul li a{
	text-decoration: none;
	color: #f3377a;
}
#navigation ul li a.active { color: black }
#navigation ul li a:hover {
	color: #000;
}


/*------Articles------*/

.article .thumbnail {
	width: 89px;
	height: 89px;
	float: left;
}
.article .description {
	color: #636363;
	width: 264px;
	float: right;
	position: relative;
	right: 12px;
}
.article .description p {
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;
	text-align: justify;
}
.article .date {
	color: #5d8af0;
	float: left;
}
.article .source {
	color: #f3377a;
	float: right;
}
.article .source a {
	color: #f3377a;
	text-decoration: underline;
}
.article .source a:hover {
	text-decoration: none;
	color: #000;
}
.articlebox {
	margin-top: 10px;
}
.article {
	clear: both;
	min-height: 100px;
}
.article .date2 {
	color: #636363;
}
.article .view {
	color: #f3377a;
	position: relative;
	/*bottom: 1em;*/
	display: block;
}
.article .view a {
	color: #f3377a;
	text-decoration: underline;
}
.article .view a:hover {
	text-decoration: none;
	color: #000;
}

/*------Page Nav------*/
.pagenav { color: #aaa }
.pagenav a { text-decoration: none; }
.pagenav a.active { font-weight: bold; }
.pagenav a:hover { color: #f3377a; }
.pagenav a.active:hover { color: #000; }