@charset "utf-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-align: center;
	background-color: #202020;
	color: #c0c0c0;
}
h1	{
	font-size:36px;
	font-weight:bold;
}
.footer {
	font-size:12px;
}
.header {
	text-align:center;
	font-weight:bold;
	font-size:36px;
}
.subheader {
	text-align:center;
	font-weight:bold;
	font-size:28px;
}
div.content {
	width: 65%;
	float:center;
	margin-left:auto;
	margin-right:auto;
}
div.container {
	width: 100%;
	min-height:84px;
}


/*NAVIGATION BAR*/
#navbar {
	float:left;
	width: 100%;
	min-width:450px;
	height:37px;
	margin: 0 0 1em 0;
	padding: 0;
	background-color: #333333;
	border-bottom:5px inset #454545;
}
#navbar ul {
	display: inline-block;
    list-style-type: none;
	margin: 0 auto;
	padding: 0;;*/
	/* OLD CODE
	display:inline-block
	list-style:none;
	text-align:center;
	width:230px;
	margin: 0 auto;
	padding: 0;;
	*/
}
#navbar li {
	float:left;
}

#navbar a {
	display:block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #0079fa;
}
#navbar a:hover {
	color:#c7c7c7;
	border-bottom:5px inset #0085ff;
}
#navbar a:link,a:visited {
/*	display:block;
	width:120px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#39F;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;*/
}