body {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FBFBFB;
	background: #DCE0E6 url(gfx/background_03.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
	}

a:link, a:visited {
	color: #000000;
	}
	
a:hover {
	color: #666677;
	}
	
a:active {
	color: #777777;
	}

input {
	background-color: #FBFBFB;
	font-size: 10px;
	margin: 0px;
	padding: 1px;
	border: 1px #000000 solid;
	}

h2 {  
	color: darkorange;
	font-size: 16px;
	background-color: #F5F8FB;
	padding: 3px;
	margin: 0px;
	border: 1px #535364 solid;
	background: #DCE0E6 url(gfx/titlebar_02.jpg) repeat-x left bottom;
	}

h3 {  
	background-color: #DCE0E6;
	padding: 3px;
	border: 1px #535364 solid;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	background: #DCE0E6 url(gfx/titlebar_02.jpg) repeat-x left bottom;
	}

dt {	font-weight: bold;
	font-size: 16px;
	}

dd {
	margin-bottom: 15px;}

/* ##### HEADER ##### */

#header {
	margin: 0px;
	height:61px;
	border-bottom: 1px #909297 solid;
	background: #DCE0E6 url(gfx/titlebar_02.jpg) repeat-x left bottom;
	}

	#header h1 {
		font-size: 36px;
		font-style: italic;
		text-align: right;
		margin: 0px;
		padding: 10px;
	}
	
	#titlegfx {
		position:absolute; 
		left:0px; 
		top: 0px; 
		width:135px; 
		height:61px; 
		z-index:1; 
		background: transparent url(gfx/titlebar_graphic02.jpg) no-repeat top left;
		}


#login form {
	font-size: 10px;
	padding: 0px 15px;
	margin: 15px 0px 15px 5px;
	text-align: right;
	}

#footer {
	position: relative;
	margin-left: 5%;
	margin-top: 15px;
	width: 90%;
	height: 20px;
	text-align: center;
	border-top: 1px solid #333;
	color: #000;
	background-color: #DCE0E6;
	}

/* ##### MAIN CONTENT ##### */

#main {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	}

#content {
	margin-left: 23%;
	margin-right: 1%;
	width: 75%;
	}

	#content h4 {
		font-size: 18px;
		}
	
	#content a {
		font-size: 110%;
		font-weight: bold;
		}
	
	#content .newsfeedlist {
		display: block;
		padding-left: 2px;
		padding-top: 10px;
		overflow: hidden;
		width: 48%;
		float: left;
		}
	#content .ad {text-align: center}
	#content .ad img { border:none}

	#content .newsfeedlist ul {
		list-style: none;
		text-align: left;
		margin: 0px 0px;;
		padding: 2px;
		}
	
	#content .newsfeedlist li {
		text-decoration: none;
		}

/* ##### BLOCKS ##### */

#leftblock {
	position: absolute;
	top: auto;
	left: 2%;
	width: 20%;
	overflow: hidden;
	}

#leftblock .list ul {
	list-style: none;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 2px;
	}

/* ##### MISC ##### */

div.spacer {
	clear: both;
	}

.info {
	cursor: help;
	}

.hidden {
	display: none;
	}

form, .search {text-align: right;}
