*
{	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Segoe UI,Verdana,Tahoma,Sans,Arial,Helvetica,sans-serif; }
	
body 
{	width: 100%;
	text-align: center;
	background-color: #757575; }

#bannercontainer, #menucontainer, #topline
{	background-color: white;	
	text-align: left;
	position: relative; }
	
#page
{	background-color: white;	
	text-align: left; }
	
#bannercontainer, #page, #topline, #footer
{	width: 980px;
	margin: auto; }
	
#bannercontainer
{	height: 100px; }	
	
#menucontainer
{   position: relative;
	z-index: 10;
	left: 1px;
	top: -26px;
	height: 24px;
	width: 720px;
	background: white; }
	
#banner
{	z-index: 1; }
	
#page
{	width: 978px;
	border-left: solid 1px black;
	border-right: solid 1px black; }
	
.pagediv
{	width: 978px; }
	
#topline
{	height: 5px;
	width: 978px;
	font-size: 4px;
	background-color: red;
	border-left: solid 1px black;
	border-right: solid 1px black; }
	
#footer
{	background-color: #CECECE;
	width: 978px;
	text-align: left;
	position: relative;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black; }
		
a.lefttopmenuitem
{   position: relative;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 3px;
	top: 1px;
	color: black;
	float: left;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	border-left: solid 1px #808080;
	border-top: solid 1px #808080;
	border-right: solid 1px #808080; }

a.lefttopmenuitem:active, a.lefttopmenuitemactive
{   position: relative;
	top: 0px;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 3px;
	color: white;
	float: left;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	background-color: red;
	border-left: solid 1px red;
	border-top: solid 1px red;
	border-right: solid 1px red; }

a.lefttopmenuitem:hover, a.lefttopmenuitemactive:hover
{   background-color: #CECECE;
	border-left: solid 1px #808080;
	border-top: solid 1px #808080;
	border-right: solid 1px #808080; }
	
a.topmenuitem
{   position: relative;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	top: 1px;
	color: black;
	float: left;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	border-top: solid 1px #808080;
	border-right: solid 1px #808080; }

a.topmenuitem:active, a.topmenuitemactive
{   position: relative;
	top: 0px;
	float: left;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	background-color: red;
	border-top: solid 1px red;
	border-right: solid 1px red; }

a.topmenuitem:hover, a.topmenuitemactive:hover
{   background-color: #CECECE;
	border-top: solid 1px #808080;
	border-right: solid 1px #808080; }
	
a.footerlink
{	font-size: 10px;
	color: black;
	margin-right: 5px;
	text-decoration: none; }
	
a.footerlink:hover
{	text-decoration: underline; }

#copyright
{	font-size: 14px;
	color: black;
	margin-left: 5px;
	text-align: left; }
	
h1
{	font-size: 24px;
	font-weight: bold; }
	
h1.modern
{	width: 100%;
	text-align: right;
	font-size: 40px;
	font-style: italic;
	font-weight: bold; }
