/* CSS Document */


body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../Backgrounds/BothBGs.jpg);
	background-repeat: repeat;
	background-position: center top;
	
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	margin-right: 25px;
	margin-left: 25px;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;

}

#container {
	width: 772px;
	margin: 0px;
	padding: 0px;
	
}

#leftcol {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 141px;

}

#maincol {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 481px;
	background-color: #FFFFFF;

}

#maintitle {
	height: 103px;
}

.mainnotes {
	background-image: url(../MainPageGraphics/MidCtrBG-Notes.jpg);
	height: 92px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
		
	}

.mainsingers {
	height: 127px;
	background-image: url(../MainPageGraphics/BottomCtr-Singers.jpg);
	background-repeat: no-repeat;

}

.t2main {
	background-image: url(../Tier2Graphics/Tier2MidCtrBG-Notes.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
	background-repeat: no-repeat;
	background-position: left top;
		
	}

.mainsingers-t2 {
	height: 127px;
	background-image: url(../Tier2Graphics/Tier2BottomCtr-Singers.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 20px;

}
#mainbody {
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 20px;
}

#rightcol {
	margin: 0px;
	padding: 10px 0px 0px;
	float: left;
	width: 150px;

}

hr {
	width: 95%;
	color: #003366;
}
