body {
	background-color: #FFF04B;
	//color: #A40C63;
	color: black;
	font-size: 11pt;
	font-family: "Century Gothic", arial, san serif;
}

image {
	background-color: inherit;
}
ul {

	list-style-type: disc;

}

li {
	text-align: left;
	font-size: 11pt;
}

td {
	font-size: 11pt;
}


a:link { 
	color: #0082FF;
	text-decoration: none; 
	font-weight: bold;
}
a:visited {  
	color: #0082FF;
	text-decoration: none; 
	font-weight: bold;
}
a:active {  
	color: #0082FF;
	text-decoration: none; 
	font-weight: bold;
 }
a:hover { 
	color: #0082FF; 
	text-decoration: underline;
	font-weight: bold;
}

#page_container {
	width: 650px;
	margin: auto;
}	

h1 {
	color: #0082FF;
	text-decoration: none; 
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

#navigation {
	width: 600px;
	margin: auto;
}

p {
	color: black;
	text-align: left;
	font-size: 10pt;
}

#bodytext {
	width: 500px;
	margin: auto;
}

#list {

	width: 100%; /* Fix disppearing bullets in IE */
	width: 300px;	
}
#header a:hover {
	text-decoration: none;
}

#hours {
	width: 300px;
	margin: auto;
	text-indent: -12px;
	text-align: left;
	font-size: 11pt;
}

#copyright {
	width: 300px;
	margin: auto;
	font-size: 8pt; 
	text-align: center;
	font-style: normal;
	font-family: "Century Gothic", arial, san serif;
}
