/* @group base */

/* Colors: 
	green:#58ab26
*/

* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	font-size: 100.01%;
	margin-left:40px;
	margin-top:40px;
	width:600px;
	background-image:url(../media/logo.gif);
	background-repeat: no-repeat;
	background-position: 475px 40px;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

/* @end */

/* @group contents */

#headings{
	margin-bottom: 12px;
	height: 90px;
}

#contents h1{
	color: #58ab26;
	margin-top: -4px;
}


#contentright img{
	margin-bottom: 10px;
}

#contents h1, #contents h3{
	font-family: "Times New Roman", times, serif;	
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}

#contents p, #contents a {
	color: black;
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 1em;
}

#contents a.linkprint{
	text-decoration: underline;
	display: block;
	padding: 10px 0 0 25px;
	background-image: url(../media/icon_print.gif);
	background-repeat: no-repeat;
}

/* @end */

#contents em{
	font-style:normal;
	font-weight:bold;
}

.newsnav{
	margin-bottom:50px;
	padding-top:35px;
}

.newsnav p{
	float: left;
}

#browsenews{
	margin-left: 30px;
}

#browsemsg{
	padding: 10px 0 0 10px;
}

.news{
	width:550px;
}

#backlink{
	margin-top:20px;
}

@media print {
	.newsnav { display:none;}
}
