/* 

Palette:

000000 Black
B5CFE6 Light Blue
5678B0 Pastel Blue
FFFFFF White

*/

* {
	font-family: san-serif,Arial;
	font-size: 12px;
	color: #000;
}

body{
	background-color: #5678B0;
	text-align: center;
}

a, a:link, a:visited, a:hover{
	color: #5678B0;
}

#content{	
	width: 800px;
	margin: auto;
	background-color: #B5CFE6;
	line-height: 150%;
}

#header{
	width: 100%;
}

.biglink{
	font-size: 20px;
	color: #5678B0;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.mediumLink{
	font-size: 15px;
	color: #5678B0;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

#bodycontent P{
	padding: 5px 15px;
	text-indent: 10px;
	text-align: left;
}

.linkmenu{
	width: 100%;
	color: #FFF;
	background-color: #000;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0px;
	margin: 0px;
	text-align: center;
}

.linkmenu A{
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	padding: 10px 4px;
	margin: 10px 4px;
	text-decoration: none;
}


.linkmenu A:visited{
	color: #FFF;
}

.linkmenu A:hover{
	color: #5678B0;
	text-decoration: underline;
}

.bottomcontent{
	width: 100%;
	color: #FFF;
	background-color: #000;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}



.bottomcontent A{
	color: #FFF;
	text-decoration: none;
}

#bottomimage{
	display: block;
}

h1{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

h2{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
}

h3{
	text-align: center;
}

.townname{
	color: #000000;
	font-weight: bold;
	padding: 15px 3px 0px 6px;
	font-size: 14px;
}

.stores{
	padding: 2px 2px 2px 8px;

}

.directions{
	margin: auto;
	text-align: center;
}


.indexcontent{
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 5px;
	font-family: "Georgia, Helvetica, Arial";
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 160%;
}

#contacttable{
	border: 1px solid #000;
}