@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(college/images/bgTile2.jpg);
	background-repeat: repeat-x;
	background-color: black;
}

a {
	color: #d1da20;
}

.mainContentContainer {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.helpLink {
	position: absolute; 
	top: 15px; 
	display: block; 
	text-align: left; 
	left: 780px;
	width: 100px;
}


.topBar {
	background-image: url(college/images/topBar.gif);
	postion: relative;
	width: 935px;
	height: 110px;
}
.topBarLogo {
	width: 200px;
}
.topBarCenter {
	position: absolute;
	top: 0px;
	left: 300px;
	width: 500px;
	height: 30px;
	background-image: none;
	color: none;
}
.topBarRight {
	width: 92px;
	height: 110px;
}

.liveChatButton {
	position: absolute;
	top: 30px;
	left: 330px;
}


.welcomeWindow {
	background-color: #666;
	border-top: 1px solid #999;
	padding: 12px;
}

.statistics {
	background: none;
}


.leaderboardBottom {
	background-image: none;
	margin-bottom: 2px;
	height: 17px;
	width: 574px;
}


.topBarCenter .title {
	float: none;
}

.title {
	font-size: 16px;
	font-weight: bold;
	display: inline;
	color: white;
}
.subtitle {
	font-size: 12px;
	font-weight: bold;
	
	color: white;
}
.topBarCenter .title {
	padding-top: 0px;
}


.leaderboard {
	background: none;
}

#divStatsAngler .title, #divStatsAngler .subtitle {
	display: block;
}
#divStatsAngler .subtitle {
	margin-bottom: 15px;
}
#divStatsAngler .title {
	font-size: 14px;
	line-height: 14px;
	text-transform: none;
}
#divStatsAngler .photo {
	width: 90px;
	padding-right: 10px;
	float: left;
}
#divStatsAngler .subtitle, #divStatsAngler .content {
	line-height: 12px;
}
.statsTitle, .statsItem {
	font-size: 11px;
}
.statsTitle {
	
}


.topBarCenter .subtitle {
	line-height: 12px;	
}
