html
	{
	background-color: #454545;
	}
body
	{
	padding: 0px;
	margin: 0px;
	background-color: #ffcc99;
	border-right: #000000 solid 2px;
	border-bottom: #000000 solid 2px;
	}
div#header
	{
	background-color: #990000;
	position: fixed;
	width: 100%;
	border: 2px #000000 solid;
	}
div#headplace
	{
	background-color: #990000;
	visibility: hidden;
	}
div#lefter
	{
	left: 0px;
	position: relative;
	}
div#righter
	{
	top: 0px;
	right: 0px;
	position: absolute;
	border-right: 2px solid #000000;
	}
div#nav
	{
	position: fixed;
	float: left;
	background-color: #990000;
	padding: 0px;
	width: auto;
	margin-right: 5px;
	height: 100%;
	z-index: 2;
	border: #000000 solid 2px;
	}
/*div#button
	{
	padding-left: 45px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: white;
	border-bottom: 2px #000000 solid;
	text-align: right;
	width: auto;
	}*/
.button a
	{ 
	padding-left: 45px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	display: block;
	height: 100%;
	width: auto%;
	background-color: white;
	border-bottom: 2px #000000 solid;
	text-align: right;
	text-decoration: none;
	color: #000000;
	text-decoration: none;
	}
div#notbutton-up,div#notbutton-mid,div#notbutton-down
	{
	float: left;
	position: relative;
	background-color: #000000;
	height: 0px;
	width: 20px;
	padding: 10px;
	}
div#notbutton-up
	{
	top: -12px;
	}
div#notbutton-mid
	{
	top: -10px;
	}
div#notbutton-down
	{
	top: -8px;
	}
div#imadethis
	{
	position: relative;
	text-align: right;
	font-size: small;
	border-top: #000000 solid 2px;
	padding-right: 10px;
	background-color: #FFCC99;
	}
div#content
	{
	padding: 5px;
	padding-left: 8.6em;
	margin-top: 1.5em;
	background-color: #FFCC99;
	}
div#subnav
	{
	font-variant: small-caps;
	background-color: gray;
	color: white;
	text-align: right;
	border-top: #000000 solid 2px;
	border-bottom: #000000 solid 2px;
	border-right: #000000 solid 2px;
	position: fixed;
	right: 0;
	width: 100% !important;
	}
div#insidesubnav
	{
	padding: 5px;
	margin-right: 4em;
	margin-left: 8em;
	border-right: #000000 solid 2px;
	border-left: #000000 solid 2px;
	}
.cover
	{
	width: 200px;
	height: 200px;
	}
.floater_left
	{
	float: left;
	margin-right: 10px;
	}
.small
	{
	font-size: small;
	}
div#knownissues
	{
	width: 12em;
	font-size: x-small;
	}
.news
	{
	border: dotted 1px #000000;
	background-color: #CC9966;
	}
.oldnews
	{
	border: dotted 1px #333333;
	color: #666666;
	}
.new
	{
	border: solid 2px #FFFFFF;
	background-color: #FFDDAA;
	}
.news,.oldnews,.new
	{
	margin-right: 10px;
	padding: 5px;
	padding-left: 10px;
	clear:both;
	}
.cancelled
	{
	border: dotted 1px #000000;
	margin-right: 10px;
	padding: 5px;
	padding-left: 10px;
	background-color: #990000;
	color: #FF6666;
	}
.explain
	{
	color: #FFFFFF;
	text-align: right;
	}
.date
	{
	text-decoration: underline;
	font-weight: bold;
	}





table.calendar
	{ 
	padding: 0px;
	background-color: #FFCC99;
	font-size: 80%;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
table.calendar th
	{ 
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	background-color: gray;
	}
table.calendar td
	{ 
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 1px 3px;
	background-color: white;
	text-align: right;
	}
table.calendar td.inmonth
	{ 
 	background-color: #CC9966;
	}
table.calendar td.outmonth
	{ 
 	background-color: #FFCC99;
 	color: #666666;
 	}
table.calendar td.canceldate
	{ 
 	background-color: #990000;
 	color: #FF6666;
 	}
