body {
	text-align: center; /* for IE */
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image: url('images/site_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	margin-top:10px;
}

a:link, a:visited {
	color: black;
	text-decoration: underline;
}

a.blueLink:link, a.blueLink:visited {
	color: #0000FF;
	text-decoration: none;
}

a.blueLink:visited{
	color: #0000FF;
	text-decoration: underline;
}

.cursor_hand {
	cursor: pointer;
}

.error{
	color: red;
	font-weight: bold;
}

ul.activityList{
	list-style: none;
	margin: 1px;
	padding: 0px;
	font-size: 10px;
}
ul.activityList li{
	
}

img.ad {
	border: solid 1px #000000;
}

img.sponsor {
	margin-bottom: 30px;
}

tr.rowheader{
	background-color: #a7a7a7;
}

tr.datalist1 {
	background-color: #eae8e8;
}
tr.datalist2 {
	background-color: #d6d6d6;
}

tr.datalist1:hover {
	background-color: #cecece;
}
tr.datalist2:hover {
	background-color: #cecece;
}

table.gb_box{
	width:100%;
	margin-bottom:15px;
	border:solid 1px #000;
}

tr.bg_header{
	border-bottom: solid 1px #000;
	background-color: #b1dbbb;
	color: #333333;
}

tr.bg_header a{
	text-decoration: none;
	font-size: 10px;
	color: #333333;
}

td.bg_date{
	font-size: 10px;
	text-align: right;
}


#logo {
	position: absolute;
	background-image: url('images/club_logo.png');
	background-repeat: no-repeat;
	width: 120px;
	height:100px;
	left: 15px;
	top: 15px;
}

#header {
	position: absolute;
	left: 160px;
	top: 20px;
	width: 628px;
	height: 100px;
}

#title_text{
	position: absolute;
	top: 95px;
	left: 18px;
	width: 200px;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	
}

#time {
	position: absolute;
	background-image: url('images/gradient_time.png');
	background-repeat: no-repeat;
	top: 0px;
	right: 5px;
	width: 249px;
	height: 16px;
	font-size: 12px;
	text-align: right;
}

#overlay{
	position: absolute;
	width: 94px;
	height: 110px;
	top: 2px;
	left: 270px;
	background-image: url('images/overlay.png');
	background-repeat: no-repeat;
} 

p {
	margin: 0.3em 0.3em 0.5em 0.3em;
}


td {
	font-size: 12px;
}

h1 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

h1.newsHeader{
	font-size: 18px;
	font-weight: bold; 
	color: #003366;
	margin-bottom: 10px;
}

h3.mediaArticle {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 6px;
}
h3.mediaArticle a {
	color: #0000ff;
	text-decoration: underline;
}

#container {
	position: relative;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 900px;
	border: solid 1px #6d6d6d;
	margin-bottom: 10px;
	overflow: visible;
	background-color: #FFFFFF;
}	
#ramme {
	width: 900px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 4px;
	border: solid 1px #6d6d6d;
	overflow: visible;
	background-color: #FFFFFF;
}
#topHeader {
	position: relative;
	height: 120px;
	width:100%;	
}

#topMenu {
	position: relative;
	width: 100%;
	border-bottom: solid 1px #969595;
}

#content{
	position: relative;
	width:100%;
	margin-top: 6px;
	margin-bottom: 10px;
	text-align:left;
}

#leftCol{
	position: relative;
	width: 174px;
	float: left;
	margin-left: 4px;
}

#centerCol{
	position: relative;
	width: 535px;
	float: left;
}

#rightCol{
	position: relative;
	width: 173px;
	float: right;
	margin-right: 4px;
}

.box {
	position: relative;
	background-image: url('images/box_bg');
	background-repeat: repeat-y;
	width: 170px;
}

.box_top {
	position: relative;
	width: 170px;
	text-align: center;
	font-weight: bold;
}

.box_content{
	padding-left: 4px;
	font-size: 10px;
}

.box_content_inv{
	padding-left: 2px;
	font-size: 10px;
}

#footer {
	background-color: #a5a5a5;
	clear: both;
	text-align: center;
	font-size: 10px;
	margin: 3px;
	width: 888px;
	padding: 2px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}


