* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

br.clear {
	clear: both;
}

a {
	color: #333;
}

p {
	line-height: 1.3em;
	margin-bottom: 18px;
}

h1 {
	margin-bottom: 15px;
}

h2 {
	margin-bottom: 6px;
}

h3 {
	margin-bottom: 3px;
}

img.middle {
	vertical-align: middle;
}

ul.list {
	list-style-type: none;
}

ul.list li {
	padding: 0 0 4px 24px;
	background: url('/_grafix/list_icon.gif') top left no-repeat;
	line-height: 1.4em;
}


/* container */

#outer_container {
	float: left;
}

#container {
	float: left;
}

/* wrapper */

#wrapper {
	float: left;
}


/* header */

#header {
	float: left;
}


/* header navigation */

#header .navigation {
	display: none;
}

#header .left {
	display: none;
}

#header .right {
	display: none;
}


/* header logo */

#header .logo {
	float: left;
}


/* lan switch */

div.lan_switch {
	display: none;
}

/* search */

div.search {
	display: none;
}


/* navigation */

#navigation {
	display: none;
}


/* content */

#content {
	float: left;
}

/* main */

#main {
	float; left

}

#main ul {
	list-style-type: none;
	margin-bottom: 15px;
}

#main li {
	padding: 0 0 4px 24px;
	background: url('/_grafix/list_icon.gif') top left no-repeat;
	line-height: 1.4em;
}

/* main wide */

#main_wide {
	float: left;
}

/* sidebar */

#sidebar {
	display: none;
}


/* news */

div.news_item {
	float: left;
}

span.date {
	display: block;
	font-size: 12px;
	color: #999;
	margin-bottom: 5px;
}

hr.news {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #ccc;
	color: #ccc;
	margin: 3px 0 25px 0;
}


/* links */

a.url {
	font-size: 12px;
	text-decoration: none;
	color: #666;
}

a.url:hover {
	text-decoration: underline;
}


/* table list */

table#list {
	width: 100%;
	border: 0;
}

table#list td {
	padding: 7px;
	vertical-align: middle;
}

table#list tr {
	background: transparent;
}

table#list tr.highlight {
	background: #d8dce6;
}


/* member table list */

table#member_list {
	width: 100%;
	border: 0;
}

table#member_list td {
	padding: 10px;
	vertical-align: middle;
	line-height: 1.4em;
}

table#member_list tr {
	background: transparent;
}

table#member_list tr.highlight {
	background: #d8dce6;
}


/* search results */

ul.search_results {
	list-style-type: none;
	margin-bottom: 10px;
}

ul.search_results li {
	padding: 0 0 15px 0;
	line-height: 1.3em;
}


/* footer */

#footer {
	float: left;
}

/* quoted */

#quoted {
	display: none;
}

/* sIFR */

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}