/* Basic Styles */

a {	
	color: #3333CC;	
	text-decoration: none
}

a:hover {	
	color: #3333CC;	
	text-decoration: underline;
}

body {
	background: #000000 url(/images07/background.png) no-repeat left top;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:62.5%;
	font-style:normal;
	margin: 0;
	padding: 0;
	color: #000000;
	}


h2 {
	color: #CCCCCC
	}
h3 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
	background-color: #006666;  	
	color: #DCDCDC
	}
h4 {
	color: #000000
	}
/* //END Basic Styles */

/*****************************************/
/*** Top Nav ***/
#topnav {
	color:#999999;
	font-size:1.1em;
	font-style:normal;
	list-style:none;
	float:right;
	margin:0;
    padding:5px 40px 0px 0px;
}

#topnav a {
    text-decoration:none;
    color:#FFFFFF;
	padding:0px 5px;
    }
	
#topnav a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
/*** //END Top Nav ***/
/*****************************************/

/*****************************************/
/*** Top Nav ***/
.yellowbkdg {
	background: url(/images07/bkgd_mainnav.gif) no-repeat right top;
	
}

#mainnav {
	padding: 0px 60px 0px 0px;
	margin:0;
	/*** text-align:center;***/
}

#mainnav a {
	margin:0;
	padding: 0 5px;
	color:#5D5747;
	font-size:1.3em;
	font-weight:bold;
    text-decoration:none;
}
	
#mainnav a:hover {
	color:#2C2CB0;
	text-decoration:underline;
}
/*** //END Top Nav ***/
/*****************************************/

/*****************************************/
/*** Main Content ***/
.mainbkdg {
	background: #FFFFFF url(/images07/background_middle.gif) repeat left top;
	
}

#rsug {
	padding-left: 9px;
}
.division {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	padding: 5px;
}

.team {
	background-color: #CCCCFF;
	font-size: 1em;
	color: #3333CC;
	font-weight: bold;
	padding: 3px;
	border-bottom: 1px solid #000099;
}


.RDSL {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background-color: #ffffff;
	font-size: 1.3em;
	color: #3333CC;
	font-weight: normal;
	padding-left: 3px;
}

.teamgray {
	background-color: #E5E5E5;
	font-size: 1em;
	color: #000;
	font-weight: bold;
		padding: 3px;
			border-bottom: 1px solid #000099;
}

.score {
	background-color: #9999FF;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.scoregray {
	background-color: #B3B3B3;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.bkgdwedge {
	background: url(/images07/bkgd_wedge.gif) repeat-y left top;
}

.welcometable {
	border-top: 4px solid #F78624;
}

.welcometitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.3em;
	color: #3333CC;
	font-weight: bold;
}

.welcometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.3em;
	color: #000000;
}

.newstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.3em;
	color: #000000;
}

#events ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#events li {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.3em;
	list-style: none;
	line-height: 1.5em;
}

#events a {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	background: url(/images07/arrow.gif) no-repeat 0% 50%;
	padding: 0 0 0 20px;
}

.coming {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	background: url(/images07/arrow.gif) no-repeat 0% 50%;
	padding: 0 0 0 20px;
}
/*** //END Main Content ***/
/*****************************************/



/*****************************************/
/*** Footer ***/
#footer {
	clear: both;
	width: 740px;
	margin: 0 auto;
	padding: 0px 0 30px;
	background: url(/images07/img08.gif) repeat-x;
	color: #999999;
	
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin: 0;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3em;
}

#footer p a {
	color:#FFFFFF;
    text-decoration:none;
}

#footer p a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
/* Footer > Legal */

#legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em;
}

/* Footer > Links */

#links {
}
/*** //END Fotter and Links ***/
/*****************************************/

