/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background:#e4e4e4;
}

.shadow
{
	position: relative;
	width:984px;
	bottom: 3px;
	right: 5px;
	top:10px;
}

.shadow{
	background-color: #FFFFFF; /*shadow color*/
	color: inherit;
	border:1px SOLID #444;
}

#wrap {
	background: #ffffff;
	color: #303030;
	margin: 0 0 0 0;
	width: 983px;
	/*border-right: 1px SOLID #C0C0C0;
	border-bottom: 1px SOLID #C0C0C0;*/
}

#header {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	height: 100px;
	/*border-bottom: 1px SOLID #444;*/
	/*background:#FFFFFF;*/
	/*border-right: 1px SOLID #C0C0C0;*/
	
}

#frontphoto {
	margin: 0 0 0 0;
	border: 0;
}

#left{
	clear: left;
	float: left;
	margin: 0 0 0 -6px;
	font-size:8pt;
	width: 175px;
}

#left ul{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	width: 165px;
}

#left li {
	background: #448CCB;
}

#left li a{
	color: #FFFFFF;
}

#left .title {
	background: #003470;
	color:#FFFFFF;
	padding: 4px 4px 4px 4px;
	font-weight:bold;
}

#avmenu {
	margin: 0 0 0 0;
	padding: 0;
}

#sponsors{
	margin: 0 0 0 1px;
	padding: 0;
}

#sponsors li{
	background:#FFFFFF;
}

#links{
	margin: 0 0 0 1px;
}

#links li{
	padding:4px 4px 4px 4px;
	margin-bottom: 1px;
}

#avmenu li {
	margin-bottom: 1px;
}

#avmenu li a {
	text-decoration: none;
	/*color: #678197;*/
	color: #FFFFFF;
	display: block;
	padding: 4px 4px 4px 4px;
	/*background: #c7e0f6;*/
	background: #003470;
	/*border-left: 4px solid #0C0DB3;*/
	border-left: 1px solid #336699;
	
}	
	
#avmenu li a:hover{
	background-color:#FFCC00;
	color: #990000;
	/*border-left: 4px solid #0C0DB3;*/
	/*background: #f9f6b9;*/
	border-left: 1px solid #336699;
}

#extras {
	text-align:left;
	clear:right;
	float: right;
	width: 165px;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	font-size: 0.9em;
	border-left: 1px solid #d8d7d7;
}

#extras .title {
	text-align:center;
	/*background: #0C0DB3;*/
	background: #003470;
	color:#FFFFFF;
	padding: 4px 4px 4px 4px;
	font-weight:bold;
}

#extras .teamTitle {
	text-align:left;
	margin-top: 5px;
	padding: 4px 4px 4px 4px;
	font-weight:bold;
	background: #FFCC00;
	color: #990000;
}

#extras ul {
	list-style: none;
	width: 165px;
	padding: 0;
	margin: 0 0 0 0;
}

#extras li {
	margin-bottom: 1px;
	color: #FFFFFF;
	padding-top:3px;
}

#extras .name {
	background:#448CCB;
	padding: 2px 2px 2px 2px;
	color: #FFFFFF;
}



#content {
	margin: 0 175px 0 165px;
	padding: 0 0 0 10px;
	line-height: 1.6em;
	text-align: left;
	background:#FFFFFF;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

h3 {
font-size: 1.3em;

}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 1px solid #d8d7d7;
width: 984px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/* Additional classes */
/* start */

.goals{
	margin-top:-16px;
	margin-left:145px;
	font-weight:bold;
	color:#FFFFFF;
}

#avmenu .menuItemSelected{
	/*background: #f9f6b9;*/
	background: #FFCC00;
	color: #990000;
	border-left: 1px solid #336699;
	font-weight:bold;
}
.menuItem{
	font-weight:bold;
}
#avmenu .subMenuItem{
	background:#448CCB;
	border-left: 1px solid #336699;
	border-top: 1px SOLID #FFFFFF;
}

#avmenu .innerSelected{
	/*background: #f9f6b9;*/
	background: #FFCC00;
	color: #990000;
	border-left-color: #FFF300;
}


.newsticker {
	list-style-type: none;
	/*border: 1px SOLID #C0C0C0;*/
	background: #fff;
	padding: 3px;
	margin: 0;
	color: #678197;
}

.odd{
	background:#f7fbff;
}

.player			{
					font-family:Arial; 
					font-weight:bold; 
					font-size:8pt;
				}
				
.team			{
					font-family:Arial; 
					font-weight:bold; 
					font-size:8pt; 
					color:#880000;
					text-align:left;
				}

.NewsHeading 	{
					font-family:Verdana;
					font-weight:bold;
					font-size:10pt;
				}

				
/* end */



