@charset "iso-8859-1";

/* split into two collumns - left content and right menu */
div#leftcontent, div#rightcontent {
	padding: 0 15px 0 15px;
}
div#leftcontent {
	width: 510px;
	float: left;
}
div#rightcontent {
	margin-left: 542px;
	border-left: 1px dotted #ccc;
}
div#content>div#rightcontent {
	border-left-color: #999;
}

/* right menu */
input.int_txt, input#sub_btn {
	font-size: x-small;
	margin: 1px 0 1px 0;
}
input.in_txt {
	width: 95%;
}
input#sub_btn {
	background-color: #fff;
	color: #666;
	padding: 1px 3px 1px 3px;
}
a.rc_item {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 2px 0 2px 0;
	margin: 5px 0 5px 0;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}
a.rc_item:hover {
	color: #f00;
}
a.nline {
	margin-top: 25px;
}

/* left content */

div#leftcontent p, div#leftcontent ul, div#leftcontent li, div#leftcontent table, div#leftcontent h3 {
	margin: 1em 0 1em 0;
}
div#leftcontent p, div#leftcontent li {
	text-align: justify;
}
div#leftcontent h3 {
	margin-top: 2em;
	color: #f00;
	font-size: larger;
}
div#leftcontent ul {
	margin-left: 30px;
}

div#leftcontent table {
	border: none;
	width: 500px;
}
div#leftcontent table td {
	border: none;
	width: 250;
	padding: 0.3em 0 0.3em 0;
}
span.fill {
	color: #666;
}

/* news */
div#news {
	margin-top: 4em;
}
div#news a {
	display: block;
	margin-bottom: 1em;
}
