body {
	background: #004b61 url(/images/background.gif) top repeat-x;
	margin: 0;
	padding: 0;
	font: 75.5%/1.8em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#fff;
}
#wrapper1 {
	padding: 0 10px 10px 10px;
	width: 970px;
	margin: 0 auto;
}
#wrapper2 {
	width: 970px;
	padding: 0 0 10px 0;
	min-height: 500px;
}
#logo {
	margin-top: 15px;
}
#nav {
	float: right;
	margin-top: -48px;
	padding: 0;
}
#nav a:link, #nav a:active, #nav a:visited {
	color: #413208;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
}
#nav a:hover {
	color: #d41d5f;
}
#container {
	clear: both;
	padding: 5px 0 0 0;
	margin: 0;
}

#content {
	margin: 0;
	padding: 10px;
	min-height: 500px;
	height: auto;
	float: left;
}
h1 {
	color: #fff;
	font-size: 15px;
	padding: 0;
	margin: 0;
	position: relative;
	left: 290px;
	top: -15px;
	height: 0px;
}
* html #content {
height: 450px;
}

.RSSlogo {
	display: block;
	background: url(/images/rss-top.gif) top no-repeat;
	width: 350px;
	height: 16px;
	padding-top: 10px;
}
.RSSlogo h2 {
	margin-top: 5px;
	padding: 0;
}
.RSSlogo h2 a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
.RSSlogo h2 a:hover {
	color: #d41d5f;
	font-size: 13px;
	text-decoration: none;
}
.RSS {
	width: 350px; 
	background: #004b61 url(/images/rss-body.gif) repeat-y; 
	float: left; 
	margin: 10px 10px;
	padding: 0;
	display: block;
}
.rssimage {
	float: left;
	margin:5px 5px 0 15px;
	width: 16px;
	height: 16px;;
}
.more {
	float: right;
	width: 55px;
	margin-right: 15px;
}
a.more {
	color: #4098b3;
	text-decoration: none;
	font-size: 12px;
}
a.more:hover {
	color: #006d8d;
}
a.more:hover img {
	background: none;
}
html>body .RSS ul {
	padding: 12px 0 0 0;
	margin: 0 15px;
	list-style: none;
	clear: both;
}
.RSS ul {
	padding: 0;
	margin: 0 15px;
	list-style: none;
	clear: both;
}
.RSS ul li {
	font-size: 11px;
	border-bottom: 1px dotted #bbb;
}
.RSS ul li a:link, a:active {
	color: #414141;
	font-weight: bold;
	text-decoration: none;
}
.RSS ul li a:visited {
	color: #8c8c8c;
	font-weight: normal;
	text-decoration: none;
}
.RSS ul li a:hover {
	color: #4098b3;
}
a.old {
	color: #414141;
	font-weight: normal;
	text-decoration: none;
}
.description-tip {
	margin: 5px; 
	padding: 5px;
	border: 1px solid #ffc61e;
	background-color: #FAF3C0;
	color: #333;
	width: 290px;
	font-size: 11px;
}
.description-tip h3 {
	font-size: 12px;
	color: #81640B;
	padding: 2px;
	margin: 0;
}

#sidebar {	width: 180px;
	float: right;
	padding: 3px;
	height: auto;
	min-height: 500px;
}


* html #sidebar{
height: 450px;
}

#sidebar h2 {
	color: #fff;
	margin: 0 0 10px 20px;
	font-size: 15px;
	font-weight: bold;
}
#sidebar ul {
	background: #003645 url(/images/side-nav.jpg) top repeat-x;
	list-style:none;
	border: 1px solid #003646;
	padding: 0;
	margin: 0;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	border: none;
}
html>body #sidebar ul li a {
	color:#fff;
	text-decoration:none;
	display: block;
	padding-left: 18px;
	vertical-align: middle;
	margin: 0;
	border-bottom: 1px solid #6e94a0;
	height: 26px;
}
#sidebar ul li a {
	height: 16px;
	color:#fff;
	text-decoration:none;
	display: block;
	padding-left: 18px;
	margin: 0;
	border-bottom: 1px solid #6e94a0;
}
#sidebar ul li a:hover {
	color: #413208;
	background: #ffc61e url(/images/side-nav-hover.gif) top repeat-x;
	border-bottom: 1px solid #6e5201;
	display: block;
	margin: 0;
	padding-left: 18px;
}
#sidebar ul li a.selected {
	color: #413208;
	background: #ffc61e url(/images/side-nav-hover.gif) top repeat-x;
	border-bottom: 1px solid #6e5201;
	display: block;
	margin: 0;
	padding-left: 18px;
}

#footer {
	text-align: center;
	margin-top: 10px;
}
#footer a:link, #footer a:active, #footer a:visited {
	font-size: 15px;
	color: #a8ebff;
	text-decoration: none;
	margin-right: 5px;
}
#footer a:hover {
	color: #fff;
}
a {
	color: #a8ebff;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}

fieldset {
	background: #003645 url(/images/side-nav.jpg) top repeat-x;
	border: 1px solid #003646;
	padding: 0 10px;
}
label {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
input {
	padding:2px;
	color:#555;
}
textarea {
	padding:5px;
	border:1px solid #ccc;
	color:#555;
	font: 120% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;}
.big { 
	font-size: 120% !important;
}


.link { }
.newlink { font-weight: bolder; }