body {
	background: #f0f0f0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #020266;
	text-decoration: underline;
}
a:hover {
	color: #999999;
}
#page {
	width: 700px;
	background: url(images/page_bg.gif) repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#left {
	width: 190px;
	padding: 10px 0px;
	float: left;	
}
#right {
	width: 480px;
	padding: 10px 15px;
	overflow: hidden;
	float: left;	
}
html>body #right {
	width: 480px;
	padding: 10px 15px;
	overflow: hidden;
	float: none;	
}
#rightcontent {
	padding: 0 10px;
	margin-bottom: 70px;	
}
#footer {
	color: #999999;
	font-size: 11px;
	text-align: center;
	line-height: 1.4em;
	clear: both;
}
/* NAVIGATION STYLES */
#navigation {
	list-style: none;
	margin: 15px 49px;
	padding: 0;
}
#navigation li {
}
#navigation a:link, #navigation a:visited {
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	padding-left: 17px;
	color: #020266;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	background: url(images/bullet_over.gif) no-repeat;
	background-position: left 5px;
	color: #999999;	
}
/* MAIN CONTENT STYLES */
#info {
	border-bottom: 1px solid #e2e2e2;
	font-size: 11px;
	color: #020266;
	margin-bottom: 15px;
	padding: 5px 10px;
}
#info a:link, #info a:visited {
	text-decoration: none;
}
.leftbar {
	float: left;
	margin: 10px 20px 10px 0;
	text-align: center; 
	font-size: 9px;
	line-height: 1.5em;
}
.leftbar img, .rightbar img {
	border: 1px solid #999999;
}
.rightbar {
	float: right;
	margin: 10px 20px 10px 0;
	text-align: center; 
	font-size: 9px;
	line-height: 1.5em;
}
.date {
	float: right;
}
h1 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 0;
	color: #020266;	
}
