
@media all {
	html,body {
		font-family: arial;
		font-size: 11px;
		color: #000;
		margin: 0;
		padding: 0;
		background-color: #fff;
	}
	
	p,td,span,blockquote,input,textarea,submit,ul,li {
		font-size: 11px;
	}

	a {
		color: #0d1e3c;
		text-decoration: underline;
	}

	a:hover {
		color: #0d1e3c;
		text-decoration: none;
	}
	
	h1 {
		color: #0d1e3c;
		font-size: 13px;
		font-weight: bold;
		padding: 0;
		margin: 0;
	}
	
	h1 a {
		text-decoration: none;
	}

	div#supcontainer
	{
		width:1112px;
	}
	
	div#subcontainer
	{
		clear:both;
		float:left;
		width:982px;
		position:relative;
		left:-10px;
	}

	div#ads
	{
		position: relative;
		left:-30px;
		float:left;
		padding-top:25px;
		width: auto !important;
		width:100px;
		min-width:100px;
		max-width:130px;
		text-align:center;
	}

	div#ads img
	{
		padding-bottom:20px;
	}

	div#container {
		width: 982px;
		background: url(/resources/images/10512_bg.gif);
	}

	/* ## HEADER ## */

	div#header {
		height: 256px;
	}

	div#header_left {
		float: left;
		width: 31px;
		height: 62px;
		background: url(/resources/images/10519_bg_header_left.gif);
	}

	div#header_img {
		float: left;
		width: 920px;
		height: 256px;
		text-align: right;
		background: url(/resources/images/10792_header7.jpg);
	}

	div#header_img img {
		padding-top: 40px;
		padding-left: 8px;
	}

	div#header_right {
		float: left;
		width: 31px;
		height: 62px;
		background: url(/resources/images/10520_bg_header_right.gif);
	}

	/* ## MAIN ## */

	div#main {
		width: 920px;
		text-align: center;
	}

	div#left {
		float: left;
		width: 134px;
	}

	div#menu ul {
		width: 134px;
		list-style: none;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 0;
	}

	div#menu ul li {
		height: 19px;
		line-height: 19px;
	}

	div#menu ul li.off {
		background: url(/resources/images/10523_bg_off.gif) no-repeat;
	}

	div#menu ul li.off_last {
		background: url(/resources/images/10524_bg_off_last.gif) no-repeat;
	}

	div#menu ul li.on {
		background: url(/resources/images/10525_bg_on.gif) no-repeat;
	}

	div#menu ul li.on_last {
		background: url(/resources/images/10526_bg_on_last.gif) no-repeat;
	}

	div#menu li a {
		padding-left: 20px;
		text-decoration: none;
		font-size: 11px;
	}
	
	div#menu li.level2 
	{
		/*padding-left: 2px;*/
	}

	div#menu li.level3
	{
		padding-left: 5px;
	}
	
	div#searchbox {
		text-align: left;
		font-size: 11px;
		padding: 10px 0 0 0;
	}
	
	div#searchbox input {
		font-size: 11px;
	}

	.searchbox_input {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 11px;
		padding: 0px;
	}	
	
	/* ## CONTENT ## */

	div#content {
		float: left;
		overflow:hidden;
		width: 593px;
		height:auto !important;
/*
		height: 325px;
*/
		min-height: 325px;
		background: url(/resources/images/10516_bg_content.gif) no-repeat;
	}
	
	div#contentnobg {
		float: left;
		overflow:hidden;
		width: 593px;
		height:auto !important;
/*
		height: 325px;
*/
		min-height: 325px;
		background: url(/resources/Images/11009_bg_content2.gif) no-repeat;
	}

	div#title
	{
		padding:0px 20px;
		text-align:left;
		color: #0d1e3c;
		font-size: 13px;
		font-weight: bold;
	}	
	
	div#printable {
		padding: 20px;
		text-align: left;
	}

	div#sports {
		font-size: 11px;
		padding-top: 13px;
		height: 100px;
	}

	div#sports img {
		padding: 0 4px 0 5px;
	}

	/* ## RIGHT ## */

	div#right {
		float: left;
		width: 193px;
	}

	div#calendar {
		clear:both;
		float:right;
		padding-top:10px;
		width: 193px;
		height: 209px;
		background: url(/resources/images/10515_bg_calendar.gif) no-repeat bottom left;
	}

	div#calendar td {
		font-size: 11px;
	}
	
	div.right_box {
		text-align: left;
		padding-left: 40px;
		width: 135px;
		
		background: url(/resources/images/10514_bg_box.gif) no-repeat;
	}
	
	.box_heading {
		font-weight: bold;
		padding-left: 15px;
		font-size: 11px;
	}
	
	div#mailinglist {
		text-align: left;
		font-size: 11px;
		padding: 10px 0 0 0;
	}
	
	div#mailinglist input {
		font-size: 11px;
	}

	.mail_input {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 11px;
		padding: 0px;
	}
	
	.date {
		color: #666;
		font-size: 10px;	
	}
	
	/* ## BOTTOM ## */

	div#footer {
		padding-top: 30px;
		width: 904px;
		height: 24px;
		color: #666;
		font-size: 10px;
		text-align: center;
		background: url(/resources/images/10517_bg_footer.gif) no-repeat;
	}

	div#bottom {
		width: 982px;
		height: 40px;
		background: url(/resources/images/10513_bg_bottom.gif) no-repeat;
	}

	div.clear {
		clear: both;
	}
	
}

@media print {
	body { font-family: arial; font-size: 11px; color: #000; background-color: #fff; }
	a { color: #0d1e3c; text-decoration: underline; }
	
	div#header { display: none; }
	div#container { background: none; width: 631px }
	div#left, div#right { display: none; }
}