/*
UW-Stout Men's Rugby
Author: Zajack, Matt - 23.May.2007
Designer: Jeff Hickleman

Colors:
	Dark Blue: #000352
	Light Blue: #001e99
	Gray: #A7A7A5
	
*/

	body {
		font: 10pt Helvetica, Verdana, Arial, Helvetica, sans-serif;
		background: url(../images/devils.png) repeat fixed;
		margin:0 0 100px 0;
		padding:0;
	}
	a img, img {
		border:0;
	}
	div#container {
		width:990px;
		background-color:#A7A7A5;
		color:black;
	}
	div#topticker {
		height:25px;
		width:100%;
		background-color:#001e99;
		color:white;
		font-weight:bold;
		position:relative;
		font-size:9pt;
	}
	div#topticker p {
		padding:.5em 0 0 0;
		margin:0;
		color:#868da8;
		position:absolute;
	}
	div#topticker p em {
		font-style:normal;
		color:white;
	}
	div#header {
	}
	div#header img {
		float:left;
	}
	div#topnav {
		width:100%;
		clear:both;
		height:56px;
		background: url(../images/topnav-bg.png) repeat-x scroll left top;
		font-weight:bold;
		color:white;
	}
	div#topnav ul {
		padding:13px 0 0 0;
		margin:0 0 0 0;
		list-style:none url(../none);
	}
	div#topnav ul li {
		float:left;
		width:11em;
		height:21px;
		margin-left:3px;
		text-align:center;
		padding-top:0.5em;
	}
	div#topnav ul li a {
		color:white;
		text-decoration:none;
		padding:0.7em 1em;
		margin:0 1.7em;
		background: url(../images/dingbat.png) no-repeat scroll left center;
	}
	div#topnav ul li a span {
	}
	div#topnav ul li a:hover {
		color:#CCCCCC;
	}
	div#topnav ul li:hover, div#topnav ul li.selected {
/*		background: url(../images/topnav-bg-down.png) repeat-x scroll left center;		*/
	}
	div#leftcol {
		float:left;
		width:188px;
		text-align:right;
	}
	div#leftcol ul {
		padding:1em 0;
		margin:0;
		color:white;
		font-weight:bold;
		list-style:none none;
		background: url(../images/leftnav-bg.png) no-repeat scroll center top;
	}
	div#leftcol ul li {
	margin:1em 1em 0 0;
	padding-right:1em;
	background: url(../images/dingbat.png) no-repeat scroll right center;
	}
	div#leftcol ul li a {
		color:white;
		text-decoration:none;
	}
	div#leftcol ul li a:hover {
		color:#CCCCCC;
	}
	div#centercol {
		float:left;
		width:518px;
		background-color:#000352;
	}
/*	div#centercol #headlines p {
		margin:0;
		padding:0.5em 0;
		color:white;
		background-color:#000352;
		font-weight:bold;
		font-size:12pt;
	}
	div#centercol #headlines a {
		color:white;
	}
*/
	div#content {
		background-color:white;
		color:black;
		padding:10px 15px;	
	}
	div#content h1 {
		font-size:x-large;
		font-weight:bold;
		color:#000352;
		padding:0.2em;
		margin:0 0 0.2em 0;
	}
	div#content h2 {
		font-size:large;
		border-bottom:1px solid #000352;
		margin:0.4em 0.2em;
		padding:0;
		clear:left;
	}
	div#content p {
		margin:auto 0.2em;
	}
	div#rightcol {
		float:left;
		width:284px;
	}
	div#footer {
		position:relative;
		clear:both;
		width:100%;
		height:56px;
		background: url(../images/footer-bg.png) repeat-x scroll left center;
		color:white;		
	}
	div#footer p {
		padding:2.5em 0 0 0;
		margin:0 0 0 0;
		font-size:7pt;
		position:absolute;
	}
	div#footer a {
		color:white;
	}
	.totheleft {}
	.tothecenter {left:300px;}
	.totheright {left:707px;}

	div#content img.imgleft {float:left; padding:0 1em 1.5em 0;}
	div#content img.imgright {float:right; padding:0 0 1.5em 1em;}

/* News Styles */
	div#content ul#news {
	list-style:none none;
	margin:0; 
	padding:0;
	}
	div#content ul#news li {
		margin:0 0 0 1em;
		padding-left:1em;
		background: url(../images/dingbat.png) no-repeat scroll left center;
	}
