@charset "utf-8";
/* CSS Document */

a:link, a:active, a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #000000;
	color: #333333;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	margin: 25px 0px 0px 0px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000099;
}

img {
	border: none;
}

.container {
	background: #ffffff;
	height: 680px;
	width: 980px;
}

.main {
	background: url('images/mainBG.png') center center no-repeat;
	height: 507px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	vertical-align: top;
}

.news {
	height: 507px;
	width: 700px;
	padding: 25px 0px 0px 20px;
	vertical-align: top;
}

.members {
	background: url('images/vr.png') 280px 10px no-repeat;
	height: 507px;
	width: 280px;
	font-size: 11px;
	padding: 10px 0px 0px 10px;
	vertical-align: top;
}

.text {
	height: 507px;
	width: 880px;
	overflow: auto;	
	font-size: 12px;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
	padding: 0px 50px;
}

.rowOver {
	background: url('images/highlight.png') repeat-x;
	height: 60px;
	color: #ffffff;
	vertical-align: middle;
	cursor: pointer;
}

.rowDefault {
	background-color: transparent;
	height: 60px;
	color: #000000;
	vertical-align: middle;
}

.rowDefault td, .rowOver td {
	height: 60px;
	vertical-align: middle;
}

.rowDefault a, .rowOver a {
	text-decoration: none;
}

.rowOver a:hover {
	text-decoration: underline;
}

.nav {
	background: url('images/navBG.png') top left repeat-x;
	height: 30px;
	vertical-align: middle;
}

.nav td {
	font-size: 13px;
	text-transform: none;
	vertical-align: middle;
}

.nav a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
	padding: 8px;
}

.nav a:hover {
	background: url('images/highlight2.png') repeat;
}

.title, .title td {
	background: url('images/highlight.png') 0px -15px repeat-x;
	height: 25px;
	color: #ffffff;
	vertical-align: bottom;
	padding-left: 5px;
}

.item0_default td, .item1_default td, .item0_hover td, .item1_hover td {
	height: 20px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	padding-left: 25px;
}

.item0_default {
	background: transparent;
}

.item1_default {
	background: url('images/highlight3.png') repeat;
}

.item0_hover, .item1_hover {
	background: url('images/highlight2.png') repeat;
	cursor: pointer;
}

.header {
	background: url('images/headerBg.png') top left no-repeat #ffffff;
	height: 100px;
	width: 960px;
}

.footer {
	height: 43px;
	width: 960px;
	font-size: 13px;
	letter-spacing: 4px;
	text-transform: none;
}