* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	margin-top: 17px;
}
h1.csc-firstHeader {
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 0px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 0px;
}
p.bodytext {
	margin: 0 10px 10px 0;
	text-align:justify;
}
ol, ul {
	margin-left: 20px;
}
body {
	background: url(../img/background.gif) repeat #5b5b5b;
	font-family: Arial;
	font-size: 13px;
}
#container {
	width: 900px;
	margin: 0 auto;
	border: 2px solid black;
	background: #FFFFFF;
}
#banner {
	background: url(../img/banner.jpg) no-repeat black;
	width: 100%;
	height: 150px;
}
#content {
	background: #FFFFFF;
}
#naviFrame {
}
#mainContent {
	padding: 10px 50px;
	min-height: 500px;
}
.clearFloat {
	clear: both;
}
#footer {
	height: 20px;
	padding: 5px;
	background: #f3f3f3;
	border-top: 2px solid #d8d8d8;
	clear: both;
}

/*--------------------NEWS--------------------*/

.news-list-image {
	float: left;
	border: 1px solid #FFFFFF;
}
.news-list-content {
	float: left;
	padding-left: 10px;
}
.news-list-title {
	height: 20px;
	background-color: #f3f3f3;
	font-weight: bold;
	font-size: 14px;
	padding-top: 4px;
	padding-left: 5px;
	margin-bottom: 3px;
}
.news-list-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	margin-bottom: 20px;
}
.news-list-date {
	background-color: #F3f3f3;
	font-size: 10px;
	padding-left: 10px;
	clear: both;
}

.news-list-container {
	width: 600px;
	height: 800px;
}

.news-list-browse {
	text-align: center;
}
.news-list-morelink {
	font-size: 11px;
	font-style: italic;
	margin-left: 10px;
}
.news-list-content .bodytext, .news-list-content a {
	margin-left: 5px;
}
.news-list-border {
	border: 1px dashed #cccccc;
}





table.hundertpro, table.contenttable {
	width: 100%;
	margin: 10px 0;
}

.hundertpro td, .hundertpro th , .contenttable td, .contenttable th{
	text-align: center;
}

.tx_mgchampionship_result_list { width: 100%; margin: 20px 0 10px 0; }

.tx_mgchampionship_result_list td img { position:relative; top: 2px; margin-right: 5px; }

#mainContent table {
		border-collapse:collapse;
		background:#f3f3f3 url("../images/tbody_background.png") repeat-x;
		border: none;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font: 9pt 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

#mainContent td, #mainContent th {
		padding:5px;
}

#mainContent caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

#mainContent table a {
		color:#950000;
		text-decoration:none;
}

#mainContent table a:link {}

#mainContent table a:visited {
		font-weight:normal;
		color:#666;
}

#mainContent table a:hover {
		border-bottom: 1px solid #bbb;
}

/* =head =foot
----------------------------------------------- */

#mainContent thead th, #mainContent tfoot th, #mainContent tfoot td {
		background:#333 url("../images/thead_background.png") repeat-x;
		color:#fff;
		border: none;
}

#mainContent tfoot td {
		text-align:left;
}

/* =body
----------------------------------------------- */

#mainContent tbody th, #mainContent tbody td {
		border-bottom: 1px solid #333;
}

#mainContent tbody th {
		white-space: nowrap;
}

#mainContent tbody th a {
		color:#333;
}

#mainContent .odd {}

#mainContent tbody tr:hover {
		background:#fafafa;
}

