html {
	height: 100%;
	overflow-y: scroll;
}

body {
	font-family: verdana;
	background:  #333333 none repeat-y fixed top center;
	margin: 0px auto;
	/*border-left: 5px solid black;
	border-right: 5px solid black;*/
	height: 100%;
	padding: 0px 0px;
}

/*td {
	font-variant: small-caps;
}*/

table#Main {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-left: 5px solid black;
	border-right: 5px solid black;
	padding: 0px 0px;
	margin: 0px 0px;
}

td#Title {
	height: 75px;
	padding-left: 20px;
	vertical-align: top;
	padding-top: 10px;
	color: #444444;
}

td#Title h1 {
	letter-spacing: 5px;
	font-size: xx-large;
	font-weight: 100;
	display: inline;
}

td#Navigation {
	width: 200px !important;
	max-width: 200px !important;
	vertical-align: top;
	padding: 0px 0px;
	padding-left: 10px;
}

td#Navigation table {
	border-collapse: collapse;
	width: 100%;
}

.button {
	height: 33px;
	width: 185px;
	vertical-align: middle;
	cursor: pointer;
	color: #EEEEEE;
	background-image: url('../image/button_bg2.png');
	background-repeat: no-repeat;
	line-height: 16px;
	padding: 0px 15px 15px 0px;
}

td#Navigation td.spacer {
	background: none;
	height: 10px;
}

.button.highlighted {
	background-position: 0px -48px;
	color: white;
	padding: 2px 13px 13px 2px;
}

.button.disabled {
	background-position: 0px -96px;
	cursor: default;
	color: gray;
}

div.button {
	text-align: center;
	color: black;
}

td#Navigation a {
	text-decoration: none;
	color: white;
}

td#Navigation .button {
	margin-bottom: 10px;
	color: white;
	text-transform: lowercase;
}

.button.selected {
	color: gold !important;
	font-weight: bold;
}

td#Content {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}

td#Announcement {
	background-image: url('../image/darken.png');
}

td#Announcement table {
	border-collapse: collapse;
	width: 100%;
}

td#Announcement td {
	font-size: 8pt;
	padding: 5px 5px;
	color: black;
}

td#Announcement td.right {
	text-align: right;
}

td#Announcement td a:Link {
	color: blue;
}

td#Announcement td a:Hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

