@import url(main.css);
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#submenu {
	padding: 20px 10px 25px;
	background: #0a2267 url(../gfx/news_head.gif) no-repeat;
	font-size: 0.9em;
}
#submenu h1 {
	color: white;
	border: none;
	background: none;
	font-weight: bold;
	font-size: 0.7em;
	margin: 1.2em 0 0;
}
#submenu p {
	font-size: 0.75em;
	line-height: 140%;
}
#submenu a {
	padding: 0;
	margin: 0;
	background: none;
	text-decoration: underline;
	font-size: 1em;
}
#submenu a:hover {
	background: none;
	text-decoration: none;
}

#content {
	padding-right: 20px;
	padding-top: 0;
}
#ticker {
	height: 27px;
	overflow: hidden;
	line-height: 27px;
	padding: 8px 0 0;
}

#ticker a {
	text-decoration: none !important;
}
div.middlecontent {
	float: left;
	width: 360px;
	margin: 0;
	padding: 7px 0 0;
}
div.middlecontent form textarea {
	border: 1px solid #c0c8d8;
	background: #fff3e8;
	width: 360px;
	height: 100px;
	overflow: hidden;
	font-size: 0.6em;
	padding: 0 2px;
	margin: 8px 0 0;
}
#content div.middlecontent h1 {
	border: none;
	font-size: 0.75em;
	margin: 0;
}
#content div.middlecontent p.bodytext {
	margin: 0 0 0 15px;
	font-size: 0.65em;
}
div.leftmiddle {
	width: 170px;
}
div.rightmiddle {
	width: 170px;
}
div#rightcontent {
	margin: 16px 0 0;
	float: right;
	width: 192px;
	background: #c0c8d8 url(../gfx/quicklinks_head.gif) no-repeat;
	padding: 15px 14px 15px;
	font-size: 0.9em;
}
div#rightcontent h2 {
	font-size: 0.7em !important;
	margin: 0;
	padding: 0;
	line-height: 160%;
}
div#rightcontent div.csc-textpic-imagewrap {
	padding: 10px 0 0;
}
div#rightcontent h1 {
	background: none;
	border: none;
	color: #0a2267;
	font-size: 0.75em;
	margin: 1.5em 0 0;
}
div#rightcontent p.bodytext {
	background: none;
	line-height: 125%;
}

	/*
	 * News
	 */
.news-latest-container {
	padding: 10px 0 0;
}
#submenu .news-latest-container .news-latest-date a {
	color: #c2c8d9;
	font-size: 0.6em;
}
#submenu .news-latest-container .news-latest-item {
	margin: 0 0 15px 0;
}
#submenu .news-latest-container .news-latest-item h3 a {
	font-size: 0.65em;
}
#submenu .news-latest-container .news-latest-item .image {
	float: left;
	padding: 2px 3px 0 0;
}
#submenu .news-latest-container .news-latest-item .news-latest-morelink a {
	font-size: 0.65em;
	text-align: right;
	font-weight: bold;
}