* { padding: 0; margin: 0; }

body {
 background-color:#000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(images/background.jpg); background-repeat: repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 850px;
}

IFRAME{
border-width:0px;
background:transparent;
margin:0 auto;
}

#header {
 overflow:hidden;
 background-color:#333333;
 color: #ffffff;
 width: 845px;
 float: left;
 padding: 0px;
 border: 2px solid orange;
 height: 141px;
 margin: 10px 0px 5px 0px;
 z-index:1;
}
#leftcolumn { 
 font-size: 13px;
 color: white;
 border: 1px solid orange;
 background: #333333;
 margin: 0px 5px 5px 0px;
 padding: 5px;
 width: 117px;
 float: left;
}
#content {  
 float: left;
 color: black;
 border: 1px solid orange;
 background: #E0E0E0;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 min-height:610px;
 height:auto !important;
 height:610px;
 width: 553px; 
 display: inline;
}
#rightcolumn { 
 color: white;
 border: 1px solid orange;
 background: #333333;
 margin: 0px 0px 5px 0px;
 padding: 5px;
 width: 123px;
 float: left;
 display:inline;
 overflow:hidden;
 
}
#footer { 
 /*width: 827px;*/
 width:553px;
 clear: both;
 color: #ffffff;
 border: 1px solid orange;
 background: #333333;
 margin: 0px 0px 10px 0px auto;
 position:relative; left:134px;
 padding: 10px;
 text-align: center;
}

#footer ul {
 margin: 0.25em 0;
 padding: 0 1em;
 list-style: none;
}
#footer li {
 display: inline;
 margin: 0;
 padding: 0 0.2em 0 0.5em;
 border-left: 1px solid;
}
#footer .first {
 padding-left: 0;
 border: 0;
}

h3 {
 font-size: 15px;
 background-color: #333399;
 font-weight:bold; 
 text-align: center;
}

h4 {
 font-size: 15px;
 background-color: #333399;
 font-weight:bold; 
 text-align: center;
}

h2 {
			
 font-weight:bold; 
 text-align: center;
 border-bottom: black 2px solid;
 padding: 10px;
}

#news{
width: 470px;
padding: 15px;
border-bottom: black 1px dashed;
}


/*LINKS*/
 A:link {color:white; text-decoration: none}
 A:visited {color:white; text-decoration: none}
 A:active {color:orange; text-decoration: none}
 A:hover {font-weight:normal; color: orange;}

 A.mainLink:link {color: blue; }
 A.mainLink:visited { color: blue; }
 A.mainLink:active {color:orange; text-decoration: none}
 A.mainLink:hover {color: orange;font-weight:normal}

 A:link img, A:visited img {border-width:1px; border-color:orange;}
 A:hover img {border-color:white;}

 A.headerLink:link img, A:visited img {border-width:0px;}

 A.headerLink:active {color:white; text-decoration: none}
/*LINKS END*/


#tabsI {
      font-size:93%;
}
#tabsI ul {
	margin:0;
	padding:10px 10px 0px 15px;
	list-style:none;
}
#tabsI li {
      display:inline;
      margin:0;
      padding:0;
}
#tabsI a {
      z-index:1;
      position:relative; top:-36px; left:117px;
      float:left;
      background:url("tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
}
#tabsI a span {
      float:left;
      display:block;
	font-weight:normal;
      background:url("tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span {float:none;}
/* End IE5-Mac hack */
#tabsI a:hover span {
      color:#FFF;
}
#tabsI a:hover {
      background-position:0% -42px;
}
#tabsI a:hover span {
      background-position:100% -42px;
}

img.right {border-width:1px;
display:block;
margin-left:auto;
margin-right:auto; 
}

.schedules{
margin:0 auto;
border:none;
border-collapse:collapse;
}

.schedules td{
padding-top:2.5px;
padding-bottom:2.5px;
padding-right:10px;
padding-left:10px;
}

.tableTopRow {
	color:white;
	background-color:#333399;
	font-weight:bold;
}

.teamPageLeft {
	float:left;
	display:inline;
	width:30%;
	text-align:center;
}

.teamPageRight{
	float:left;
	display:inline;
	width:70%;
	text-align:center;
}

.teamPageHeader {
 display:block;
 font-size: 15px;
 color:white;
 background-color: #333399;
 font-weight:bold; 
 text-align: center;
}

