/* Global Styles */

body {
	margin:0px;
	}
	
a {
	color: #8080FF;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #f45044;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:visited  {

	color:#FC6F56;
	text-decoration:underline;
	}
	

/* Class Styles */

.bodyText {
	font:11px verdana;
	color:#EEEEEF;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	text-align: left;
	padding: 10px;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF3300;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
}
	
.subHeader {
	color: #E0E0E0;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	font-family: georgia;
	font-size: 16px;
	}	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9966;
}
	
.sidebarHeader {
	color: #FF3300;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	font-family: georgia;
	font-size: 14px;
	margin: 5px;
	padding: 5px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	color:#99CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 5px;
	padding: 5px;
	}
#sidebar #form1 .smallText {
	font-size: 11px;
}

.imgRight {
	border: thin solid #CCCCCC;
	padding-left: 0px;
	margin-left: 10px;
}
.imgLeft {
	border: thin solid #CCCCCC;
	padding-right: 0px;
	margin-right: 10px;
	}
	
	




.leftCol  {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	text-align: left;
	vertical-align: top;

}
.centerCol {
	background-image: url(../images/music.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bodyText td {
	border-right-width: 1pt;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
