body {
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #99928c;
	background-image: url(../pics/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

h1 {
	font-size: 24px;
	line-height: 28px;
	color: #00aedb;
}
h2 {
	font-size: 18px;
	line-height: 20px;
	color: #000;
}

.highlight {
	font-size: 16px;
	line-height: 16px;
	color: #00aedb;
}

a {
	font-weight: normal;
	color: #00aedb;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

.times {font-family: Times;}
.tiny {font-size: 11px; line-height: 13px;}
.deEmphasize {font-size: 12px; line-height: 16px; color: #999;}

/* Top banner: logo and sportscene style definitions */
#top {
	width: 778px;
	height: 312px;
	background-image: url(../pics/bg-design.jpg);
}
#top #menu {
	padding-top: 35px;
	padding-left: 197px;
	clear: both;	
}
#top #logo {
	width: 191px;
	height: 96px;
	float: left;
}
#top #logo img.aspinLogo {margin-left:39px;margin-top:60px;}

#top #terms {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 181px;
	padding-right: 92px;
	padding-top: 82px;
	text-align: left;
}
#top #terms .term {
	color: #fff;
	text-align: left;
	padding-bottom: 9px;
	clear: both;
}

/* Torn page effects */
#page {
	width: 778px;
	background-image: url(../pics/bg.gif);
	background-repeat: repeat-y;
}
#page #leftMargin { width: 50px; float: left; }
#page #rightMargin { width: 50px; float: left; }

/* Content */
#page #contentLeft {width: 180px; float: left;  }

#page #contentLeft #sponsor {
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
}
#page #contentLeft #sponsor a {
	color: #fff;
}

/* Style definitions of containers in contentLeft (submenu(s) en highlights(=generic content container)) */
#page #contentLeft .submenu { width: 180px; }
#page #contentLeft .submenu .option {
	padding-right: 5px;
	height: 26px;
	text-align: right;
	background-image: url(../pics/bg-submenu.gif);
}
#page #contentLeft .submenu .option a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#page #contentLeft .submenu .option a:hover { text-decoration: underline; }

#contentLeft .highlight {width: 180px;}
#contentLeft .highlight .title {
	padding-left: 5px;
	height: 21px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-image: url(../pics/bg-highlight.gif);
}
#contentLeft .highlight .text {
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	background-color: #fff;
	padding: 5px 0px 5px 5px;
	color: #000;
}

#page #content {
	padding-left: 20px;
	padding-right: 10px;
	width: 470px;
	text-align: left;
	background-color: #fff;
	float: left;
}

/* Navigation / Footer / Company structure */
#page #content #navigation {
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	color: #999;
}
#page #content #footer {
	text-align: center;
	padding-top: 45px;
	font-size: 10px;
	line-height: 12px;
	color: #999;
}
#page #content #companyStructure {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	padding-bottom: 30px;
}
#page #content #navigation a,
#page #content #footer a {color: #999; text-decoration: underline;}
#page #content #companyStructure a {color: #999; text-decoration: none;}
#page #content #navigation a:hover,
#page #content #footer a:hover  {text-decoration: none;}
#page #content #companyStructure a:hover {color: #999; text-decoration: underline;}

/* Newsitems on homepage */
#page #content td.first {padding-right: 10px; }
#page #content td.last {padding-left: 10px; border-left: 1px dashed #b2b2b2;}

/* General classes used throughout the site */
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}
.spacer {
	line-height: 6px;
}
.thumbnail {border: solid 1px #b2b2b2;}
