body
	{
  	background-color: #FFFFFF;
    	color: #000000;
    	font-family: Arial, Verdana, Geneva, sans-serif;
    	margin: 0px;
	scrollbar-base-color: #EFEFEF;
	scrollbar-arrow-color: #000000
   	}
a:link
   	{
   	font-weight: bold;
   	color: #333333;
   	text-decoration: none
   	}
a:visited
	{
	font-weight: bold;
   	color: #333333;
 	text-decoration: none
 	}
a:hover
	{
 	font-weight: bold;
	color: #000000;
	text-decoration: none
	}
a:active
	{
	font-weight: bold;
	color: #333333;
	text-decoration: none
	}

#container
	{
	width: 800px
	}
#titlegraphic
	{
	text-align: center;
	}
#welcome
	{
	text-align: center;
	font-size: 80%;
	background-image: url(http://www.austinburg.info/images/austinburgsign_color.jpg);
	background-repeat: no-repeat;
	height: 505px;
	width: 450px;
	}
#pagetitle
	{
	text-align: center;
	font-size: 100%;
	font-weight: bold
	}
#bodytext
	{
	font-size: 80%
	}
.image
	{
	text-align: center
	}
.anaform
	{
	width: 500px
	}
.anaform2
	{
	border-bottom: 1px solid black
	}
#copyright
	{
	text-align: center;
	font-size: 70%
	}
.bold
	{
	font-weight: bold;
	}
/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	padding: 0;
	margin: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	color: #000;
	width: 100%;
}

ul.nav{
	display: table;
	
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}
ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
	width: 175px;
	text-align: left;
	font-size: 80%;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #D1D5D6;
}


ul.nav li:hover,
.nav ul li a:hover{
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	color: #fff;
}

ul.nav,
.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}

.nav a:hover {
	color: #fff;
}