@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #990000;
	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 */
	color: #000000;
}
#bottomAd {
	width: 100%;
	clear: both;
	margin: 0 auto;
	text-align: center;
}
a {
	color: #990000;
}
a.noline {
	text-decoration: none;
}
blockquote
{
	text-align: justify;
}
.abclist
{
	list-style-type: lower-alpha;
}
#container { 
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#main {
	background: #FFFFFF;
	width: 900px;
}
#header {
	width: 900px;
	text-align: center;
}
#header h1 {
	display: none;
}
#header h2 {
	font-size: 24pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#header a {
	text-decoration: none;
	border-style: none;
	border-width: 0;
}
#header img {
	border-style: none;
}
#navigation {
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9pt;
	font-weight: bold;
}
#rightAd{
float: right;
width: 128px;
text-align: center;
margin-top: 10px;
}
#topAd {
width: 100%;
margin-bottom: 10px;
margin-top: 5px;
text-align: center;
}
#content {
	width: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: justify;
}
#contacts {
	text-align: left;
}
#content h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
	margin: 0;
	padding: 0;
}
#content hr {
	margin: 0;
	padding: 0;
}
#content h4 {
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #990000;
	margin: 0;
	padding: 0;
}
#content h5 {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
}
#content h6 {
	font-size: 11pt;
	margin: 0;
	padding: 0;
}
#footer {
	width: 900px;
	clear: both;
	text-align: center;
}
.playitoff {
	color: #990000;
	font-weight: bold;
}
.leftShadow {
	background-image: url(../img/leftshadow.png);
	background-repeat: repeat-y;
}
.rightShadow {
	background-image: url(../img/rightshadow.png);
	background-repeat: repeat-y;
	}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
