body {
	background-color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:link {
	color: #900
}

a:visited {
	color: #000
}

a:hover {
	color: #900;
	text-decoration: none;
}

#container {
	width: 100%;
	height: 100%;
	display: table;
}

#position {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	text-align: center;
}

#content {
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	background-color: #999;
}

#header {
	margin-bottom: 10px;
	padding-top: 10px;
	background-image: url(images/pageTR.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#footer {
	font-size: 12px;
	padding: 8px 0px 15px 0px;
	background-image: url(images/pageBL.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

table.nav {
	margin: 2px 1px;
	width: 900px;
	height: 24px;
	background-color: #000;
}

td.nav {
	width: 98px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #000;
	color: #fff;
}

td.navTL {
	width: 98px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-image: url(images/navTL.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
}

td.navBR {
	width: 98px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-image: url(images/navBR.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #fff;
}

.nav a:link, .nav a:visited, .nav a:active, .nav a:hover {
	color: #fff;
	text-decoration: none;
}

.nav a:hover {
	color: #900;
	text-decoration: none;
}

table.main {
	width: 898px;
	background-color: #CCC;
}

table.transp {
	width: 898px;
	background-image: url(images/patBWtransp.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

td.main {
	padding: 0px 15px;
}

td.main2 {
	padding: 0px 0px 0px 0px;
	width: 4px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

td.hr {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

td.scheduleDay {
	background-color: #999;
}

.scheduleA {
	background-color: #AAA;
}

.scheduleB {
	background-color: #BBB;
}

.stripedtables {
	
}

.evenrow {
	background-color: #BBB;
}

.oddrow {
	background-color: #AAA;
}

tr.scheduleLabel {
	background-color: #999;
}

p.rightten {
	margin-right: 10px;
}

img.press {
	padding: 5px;
	background-color: #FFF;
	border: 1px outset #999;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

img.pressleft {
	padding: 5px;
	background-color: #FFF;
	border: 1px outset #999;
	float: left;
	margin: 3px 1em 1em 0;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

img.pressright {
	padding: 5px;
	background-color: #FFF;
	border: 1px outset #999;
	float: right;
	margin: 3px 0 1em 1em;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.quote {
	font-size: 13px;
	color: #333;
	border: 3px double #900;
	padding: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

.alignright {
	text-align: right;
}

.top10 {
	margin-top: 10px;
}

#presslist a:hover img {
	-moz-box-shadow: 0 0 5px #000;
	-khtml-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

#socialmedia a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

td#logo {
	width: 409px;
	height: 100px;
	background: url(images/logo.jpg);
	-moz-box-shadow: inset 0 0 0 2px #999;
	-khtml-box-shadow: inset 0 0 0 2px #999;
	-webkit-box-shadow: inset 0 0 0 2px #999;
	box-shadow: inset 0 0 0 2px #999;
}

td#logo:hover {
	cursor: pointer;
	cursor: hand;
}
