@charset "utf-8";
* 
{
	margin:0;
	padding:0;	
}

p
{
	margin-top: 5px;
}

.redText
{
	font-weight: bold;
	color: red;
}

#wrapper
{
	padding: 20px;
	color: #aaaaaa;
}

#top
{
	border: 0;
}

#header
{
	border: 1px solid gray;
	border-width: 1px 0;
}

/* Start of Left Side */
#leftSide
{
	width: 33%;
	float: left;
}

#time table
{
	margin-top: 5px;
}

#address
{
	margin-top: 20px;
}
/* End of Left Side */

/* Start of Center */
#center
{
	float: left;
	width: 33%;
}

#innerCenter
{
	padding-left: 20px;
}
/* End of Center */

/* Start of Right Side */
#rightSide
{
	width: 33%;
	float: left;
}

#content ul
{
	margin: 5px 0 0 20px;
	list-style-type: square;
	color: #06b1e5;
}
/* End of Right Side */


/* Start of Bottom */
#bottom
{
	border-top: 10px solid #cfcfcf;
	background-color: white;
	color: black;
}

ul#extraLinks li a:hover, ul#extraLinks2 li a:hover
{
	color: black;
}

ul#extraLinks li, ul#extraLinks2 li
{
	border-right: 1px solid black;
}

ul#extraLinks li.currentService a, ul#extraLinks2 li.currentService a
{
	color: black;
}
