body {
	background-color: #222222;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-style: normal;
	text-align: center;
	line-height: 150%;
	color: #111111;
}
img {
	border: none;
}
ul {
        list-style-type: none;
        line-height: 1.8;
}
.bodycontent {
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;	
	padding-top: 20px;
	padding-bottom: 20px;
	color: #111111;
}
#maintable {
	width: 70%;
	text-align: center;
	background-color: #AAAAAA;
	margin-left: auto;
	margin-right: auto;
}
.navbar {
        list-style-type: none;
        clear: both;
	width: 100%;
        display: block;
        font-size: 1.2em;
        font-weight: bold;
        font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
        margin: auto auto;
        background-color: #777777;
        padding: 0;
        line-height: 1.5;
        text-decoration: none;
}
.navbar li {
	display: inline; 
}
.navlink {
        display: inline;
        padding: 0.8em 0 0.8em 0;
        float:left;
	height: 1.5em;
        margin: 0;
        width: 50%;
        color: #222222;
        background-color: #777777;
        text-decoration: none;
}
.navlink:hover {
        color: #222222;
        background-color: #DDDDDD;
        text-decoration: none;
}
#table2 {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	display: block;
}
