﻿html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, big, em, img, small, strike, strong, sub, sup, b, u, i, center, ol, ul, li, form, label, table, thead, tfoot, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- END OF CSS RESET --- */

html, #aspnetForm {
	height: 100%;
}
body {
	background: #fff url(../images/stripes.png) repeat;
	height: 100%;
}
#thickLines {
	background: url(../images/thickLines.png) repeat-x;
	height: 124px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#topWrap {
	background: url(../images/shadows.png) repeat-y;
	height: 124px;
	margin: auto;
	width: 891px;
}
#contentWrap {
	background: url(../images/shadows.png) repeat-y;
	margin: auto;
	position: relative;
	width: 891px;
}
#header {
	position: relative;
	top: 12px;
	z-index: 10;
}
#header .logo {
	left: 125px;
	position: absolute;
	top: 15px;
}
#headerMenu a {
	border-bottom: 4px solid transparent;
	color: #fff;
	display: block;
	float: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 12px 5px;
	text-decoration: none;
}
#headerMenu a:hover {
	background: #555;
	border-bottom-color: #555;
}
#headerMenu .active {
	background: #fff;
	border-color: #79b2e2;
	color: #000;
	cursor: default;
}
#headerMenu .active:hover {
	background: #fff;
	border-bottom-color: #79b2e2;
	color: #000;
}
#headerMenu {
	left: 325px;
	position: absolute;
	top: 84px;
	width: 485px;
}
#headerMenu li {
	display: inline;
}
#headerMenu li ul {
	left: 0;
	position: absolute;
	top: 28px;
}
#headerMenu li ul a {
	background: #303030;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	float: none;
	font-size: 12px;
	font-weight: normal;
}
#headerMenu li ul a:hover {
	color: #fff;
}
#headerMenu li ul a.active {
	border-left-color: #bbb;
	border-right-color: #bbb;
}
#content {
	font: 13px/18px arial;
	margin-left: 85px;
	padding-top: 60px;
	width: 755px;
}
#foot {
	background: url(../images/shadowsEnd.png) no-repeat;
	bottom: -76px;
	height: 76px;
	margin: auto;
	position: absolute;
	width: 891px;
}
#contentLeft {
	float: left;
	width: 470px;
}
#contentRight {
	float: right;
	margin-right: 25px;
	width: 205px;
}
.clear {
	clear: both;
}
p {
	margin-top: 1em;
}
h1, h2, h3, h4, h5, h6, h7 {
	color: #79b2e2;
	font-family: georgia;
	font-weight: bold;
	margin: 1em 0 0.5em;
}
h1 { font-size: 20px; margin-bottom: 1em; }
h2 { font-size: 16px; }
h3 { font-size: 14px; color: #999; }
h4, h5, h6, h7 { color: #999; font-size: 12px; }
#content a {
	border-bottom: 1px solid #79b2e2;
	color: #50606d;
	text-decoration: none;
}
#content a:hover {
	color: #000;
}
#content strong {
	font-size: 12px;
}
#contentLeft div {
	margin-top: 1em;
}
#contentLeft .memberSection {
	clear: both;
	margin-bottom:2em;
}
#contentLeft .member {
	float: left;
	margin: 0;
	text-align: center;
	width: 200px;
}
#contentLeft .member img {
	margin-top: 5px;
	max-height: 100px;
}
#contentLeft .member .image {
	height: 100px;
}
#contentLeft .member p {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
#contentLeft .member h3 {
	margin-top: 5px;
}
#contentLeft .linkSection {
	margin-top: 2.5em;
}
#contentLeft .link {
	border-bottom: 1px solid #eee;
	cursor: pointer;
	display: block;
	padding: 0.3em 0;
}
#contentLeft .link.first {
	border-top: 1px solid #eee;
}
#contentLeft .link:hover {
	background-color: #eee;
}
#contentLeft .link strong {
	float: left;
	max-width: 150px;
}
#contentLeft .link span {
	color: #444;
	float: right;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	margin-right: 10px;
	margin-top: 2px;
	width: 300px;
}
#contentLeft .news h2 {
	float: left;
}
#contentLeft .news .date {
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 18px;
}
#contentRight h2 {
	margin-top: 0;
}
#contentRight .newsTeaser, #contentRight .newsTeaser strong {
	font-size: 11px;
}
#contentRight .newsTeaser .readMore {
	float: right;
	margin-right: -25px;
}
#contentRight .sponsor {
	margin-top: 1em;
}
#contentRight .sponsor a {
	border: none;
}
