@charset "utf-8";

* {
   margin: 0;
   padding: 0;
}
#maincontent a img {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}


body {
	letter-spacing:1;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a {
	color:#0083cb;
}

a:hover {
	color: #81bbe5;
}


/* content tags */

#headercontent {
	clear: both;
	padding: 0;
	width: 950px;
	height: 130px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#maincontent {
	clear: both;
	overflow: hidden;
	width: 950px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footercontent {
	clear: both;
	margin: 0 auto 10px auto;
	overflow: hidden;
	padding: 0;
	width: 950px;
}


#maincontent p {
	font-size: 12px;
	padding-bottom: 10px;
}
#maincontent .highlight {
	background: #CCC;
	width: 600px;
	margin: 0px auto;
	border: 3px ridge #666;
	padding: 5px;
}

#maincontent .socialmedia {
	display: block;
}
#maincontent .socialmedia a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#maincontent table {
	width: 950px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#maincontent h1 {
	font-size: 20px;
	font-weight: normal;
}
#maincontent .playtitle { font-size: 36px; }

#maincontent h2 {
	font-size: 18px;
	font-weight: normal;
}
#maincontent h3 {
	font-size: 16px;
	font-weight: normal;
}

#maincontent h1, h2, h3, h4 {
	padding-bottom: 10px;
}

#maincontent blockquote {
	padding-left: 50px;
}
#maincontent ul {
	list-style-position: outside;
	list-style-type: square;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 50px;
}
#maincontent img {
	padding-right: 10px;
	padding-left: 10px;
}
#maincontent .rightalign {
	float: right;
}
#maincontent .leftalign { float: left; }


#maincontent .button a{
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	display: block;
	width: 100px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #000;
}

#maincontent .button a:hover{
	color: #333;
	text-decoration: none;
	background-color: #fff;

}

.blue { color: #0083CB; }

.blueback {
	background: #86BDE7;
	border: 1px solid #666;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 100px;
}