/* CSS Document */

.about {
	background-color: #FFFFFF;
}

.about p {
	font-size: 11px;
	font-family: Verdana, Arial;
	margin-left: 5px;
	}
.about h3 {
	color: #FF3333;
	margin-left: 5px;
	}
.about img {
	margin: 2px;
	}

/*****************************************************************************************************
								Begin Left Column for non home pages
*****************************************************************************************************/
.lftc {
	width: 160px;
	background-color: #82b1f1;

	}
.lftc h5 {
	display: block;
	padding: 5px 0 5px 0px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/backtxt.gif);
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	}
/* Navigation Menu for Column */
.lftc  ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
.lftc  ul li {
margin-left: 1px;
padding: 0px;
}
.lftc  ul li a {
font-size: 10px;
display: block;
border-bottom: 1px solid #CCDAF4;
padding: 5px 0px 5px 0px;
text-decoration: none;
color: #000000;
width:160px;
}
.lftc  ul li a:hover, .lftc ul li a:focus {
color: #6600FF;
background-color: #eeeeee;
}

/*****************************************************************************************************
								End Left Column for non home pages
*****************************************************************************************************/

/*****************************************************************************************************
								Directions Page CSS
*****************************************************************************************************/
/* Directions Page Navigation Menu CSS */
.dirbody {
	font-family:Verdana, Arial;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 5px;
	}
.dirbody h3{
	font-family:Verdana, Arial;
	color: #FF6600;
	margin: 0px;
	font-size: 14px;
	}
.dirbody img
    {
	padding-left: 5px;
	padding-right: 5px;
	}
.directions ul
{
width:600px;
padding:0;
margin:0;
list-style-type:none;
}
.directions a
{
width:auto;
text-decoration:none;
font-size: 10px;
font-family: verdana;
color: #0000FF;
padding:.1em .8em;
}
.directions a:hover {color: #FF0000;}
.directions li {
display:inline
}

/*****************************************************************************************************
								End Directions Page CSS
*****************************************************************************************************/