﻿body {
	margin: 0px;
	background-color: #000030;
	color: #44C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
a {
	color: #44F;
}
a:visited {
	color: #66A;
}
a img {
	border: none;
}
.center {
	text-align: center;
}
.cellnowrap td {
	white-space: nowrap;
}


#heading {
}


/* Navigation bars */
.navbar a {
	text-decoration: none;
}
.navbar a, .navbar a:visited {
	color: #002;
}
.navbar a:hover {
	color: #99F;
}
.navbar .navbutton {
	background: url("Images/NavButton.png") repeat-x center center;
	padding: .2em .4em;
	font-weight: bold;
}
.navbar .navbutton:hover {
	background: url("Images/NavButton_hover.png") repeat-x center center;
}
.horizontal_nav {
	white-space: nowrap;
	text-align: center;
}
.horizontal_nav .navbutton {
	display: inline;
}
.vertical_nav .navbutton {
	font-size: 1.5em;
	line-height: 75%;
}


#content {
	background: url(Images/LogoTile.jpg) repeat;
	padding: 1em;
}
#content p {
	text-align: justify;
}


#footing {
	margin: 1em .1em .1em .1em;
	border: thin ridge #448;
	background-color: #224;
	white-space: nowrap;
	text-align: center;
}