@charset "UTF-8";
body, html {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(images/.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 100%;
	
}
body,td,th {
	vertical-align: top;
	text-align: justify;
}
td,th {
	background-repeat: no-repeat;
	background-position: 50% top;	
}
#container {
	width: 953px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 20px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #000;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
} 
#mainContent {
	height: 100%;
	width: 341px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 328px;
	padding-top: 360px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.images { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	margin: 0px;
	padding-bottom: 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;		
}
.greenBold {
	color: #137E34;
	font-weight: bold;
}
a:link {
	color: #030303;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #662D91;
}
a:active {
	color: #000000;
}
ul {
	text-align: left;
	margin: 0px;
	padding-left: 16px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/bullet.png);
}
#rightCol {
	color: #FFF;
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#rightCol a:link {
	color: #FFF;
}
#rightCol a:visited {
	color: #FFF;
}
#rightCol a:hover {
	color: #3FC8F4;
}
#mid-row {
	margin-top: 30px;
}
#mid-row a {
	text-decoration: none;
}
#mid-row a:hover {
	text-decoration: none;
	color: #16822C;
}
.date {
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-weight: bold;
	font-size: 22px;
}
.name {
	color: #662D91;
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.genre {
	font-size: 10px;
	font-weight: bold;
}
.orange {color: #F9961D}
.small {
	font-size: 11px;
	font-weight: bold;
}
.tool-tip {
	color: #fff;
	width: 400px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3D773D;
	padding: 8px 8px 4px;
	background-image: url(images/bubble.png);
	background-position: left top;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background-image: url(images/bubble.png);
	background-position: right bottom;
	color: #000000;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
.blueBold {
	color: #9cdaed;
	font-weight: bold;
	text-shadow: #000 0 1px 1px;
	filter:DropShadow(OffX=1, OffY=1, Color='black', Positive='true');
	font-size: 14px;
}
.sponsors {
	margin-bottom: 15px;
}
