body
{
	margin: 0;
	background-color: rgb(36, 41, 96);
	background-image: url(images/sky-bg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: white;
}


.header th
{
	text-align: center;
}

.right-note
{
	text-align: right;
	font-size: 1.2em;
	padding: 1em;
	width: 300px;
}

.book-button
{
	background: rgb(0, 50, 100);
	border: 2px gold outset;
}

.book-button th
{
	padding: 0 1em 0 1em;
	text-align: left;
}

.book-button a
{
	color: rgb(255, 255, 100);
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-variant: small-caps;
}

.book-button a:hover
{
	color: rgb(250, 100, 0);
}

.title
{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #f8e152;
}

.nav
{
	text-align: center;
	padding: 1em;
	width: 220px;
	font-size: 1.2em;
}

.nav_div a
{
	font-size: small;
	display: block;
	color: white;
	text-decoration: none;
}

.content
{
	padding: 1em;
}

.content a
{
	color: rgb(100, 255, 255);
}

.footer
{
	background: #b23c20;
	color: #f8e152;
	font-size: smaller;
	text-align: center;
	padding: 1em;
}

.census
{
	border-top: 3px solid silver;
	border-left: 3px solid silver;
}

.census td
{
	font-size: smaller;
	width: 200px;
	border-right: 3px solid silver;
	border-bottom: 3px solid silver;
	padding: 3px;
	background: #eee;
}

acronym
{
	color: #009;
}

.new
{
	border: 1px solid #060;
}

.new th a
{
	display: block;
	background: #060;
	color: white;
	text-decoration: none;
	padding: 5px;
}

.new td a
{
	display: block;
	background: rgb(250, 230, 90);
	color: blue;
	text-decoration: none;
	padding: 5px;
}

.new td a:hover
{
	text-decoration: underline;
}


.admin
{
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	font-size: smaller;
}

.admin th a
{
	color: #def;
}

.admin td a
{
	color: blue;;
}

.admin th
{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px;
	background: #248;
}

.admin td
{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px;
	background: #ddf;
	color: #333;
}

.nav_head
{
	font-weight: bold;
	border: 2px silver outset;
	padding: 3px;
	text-align: center;
	color: white;
	background: rgb(0, 50, 100);
}

.nav_staff a
{
	display: block;
	font-weight: 400;
	border: 1px silver outset;
	padding: 3px;
	text-align: left;
	text-decoration: none;
	color: rgb(200, 250, 250);
	background: rgb(0, 50, 100);
}


.account
{
	border-color: rgb(200, 200, 200);
	border-width: 1px 0 0 1px;
	border-style: outset;
}

.account th
{
	padding: 5px;
	background: rgb(100, 100, 100);
	color: rgb(250, 250, 250);
}

.account td
{
	border-color: rgb(100, 100, 100);
	border-width: 0 1px 1px 0;
	border-style: solid;
	font-size: small;
	padding: 5px;
	background: rgb(250, 250, 250);
	color: rgb(50, 50, 50);
}

.black
{
	background: #003;
	padding: 3px;
	border-top: 1px solid #336;
	border-left: 1px solid #336;
}

.part-border
{
	border: 1px outset silver;
}








