* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
}
body {
	color: #26306D;
}

a {
	color: #E81C26;
}

h1 {
	color: #E81C26;
	padding: 1em 0px 1.6em 1em;
	font-size: 1.6em;
}
h2 {
	padding: 1em 0px 1.6em 0px;
}

p {
	padding-bottom: 0.6em;
}

table {
	width: 100%;
}

img {
	border: 0px;
}

li {
	margin-left: 15px;
	/* Text indent */
	padding-left: 5px;
}

#bannerad {
	padding-top: 40px;
	text-align:center;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}
#bannerad img {
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}
.bannerad-list {
/*	padding: 5px;*/
	border-top: 2px dotted #ccc;
	margin-left: 50px;
	margin-right: 50px;
/*	text-align:left; <- use if including text */
	text-align: center;
	font-size: 10px;
	clear:both;
}
.bannerad-list img {
/*	float: left; <- use if including text */
	padding: 10px;
	background: #fff;
}
.bannerad-list a {
	color: #E81C26;
}

#forms th {
	padding-top: 1em;
	text-align: center;
	vertical-align: top;
}
#forms td {
	text-align: center;
	vertical-align: top;
}
#contact {
	margin-left: 50px;
	margin-right: 50px;
}
#contact th {
	vertical-align: top;
}
#contact td {
	vertical-align: top;
}

.dyn_pointscore {
	border-collapse: collapse;
}
.dyn_pointscore th {
	border: 1px solid #ccc;
	text-align: center;
	padding: 3px;
}
.dyn_pointscore td {
	border: 1px solid #ccc;
	text-align: center;
	padding: 3px;
}

#menubar {
	padding: 10px 10px 10px 10px;
}
#submenubar {
	padding: 10px 10px 10px 10px;
}
#submenubar td {
	text-align: center;
}

#body_text {
	padding: 10px 10px 10px 10px;
}

#banner {
	width: 100%;
	border-collapse: collapse;
}

#banner-l {
	background: url(images/banner-l.gif) no-repeat;
	width: 50px;
	height: 188px;
}
#banner-m {
	background: url(images/banner-m.gif) repeat-x;
	height: 188px;
	color: #999;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
/*	letter-spacing: -0.1em;
	padding-bottom: 18px;*/
}
#banner-m a:link,a:visited {
	color: #EC1C24;
	text-decoration: none;
}
#banner-m a:hover {
	color: #fff;
	text-decoration: none;
}

#headline-banner {
/*	position: relative;
	top: -20px;*/
	width: 468px;
	height: 60px;
/*	background: #000;*/
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
}

#banner-r {
	background: url(images/banner-r.gif) no-repeat;
	width: 260px;
	height: 188px;
}

#footer {
	text-align: center;
	color: #E81C26;
	border-top: 1px solid #26306D;
	padding-top: 2em;
}
