body{
	font-family: sans-serif;
	font-size: 12px;
	color: black;
}

.bodySection{
	font-family: sans-serif;
	font-size: 12px;
	color: black;
}

.menuSecondColor
{
    
	background-color:#FCEEC2;
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	
}
.menuThirdColor
{
	background-color: #CFD7B4;
	font-family: sans-serif;
	font-size: 12px;
	color: black;
}

.pageText{
	font-family: sans-serif;
	font-size: 12px;
	color: black;
}


.pageHeader{
	color: #FFBD6A;
	font-family: Georgia;
	font-size: 24px;
	margin: 0px 0px 0px 95px;
	text-align: left;
}

.MenuItem{
	color: #AA4B11;
	font-weight: bold;
	margin: 0px;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #AA4B11;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0;
}



h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #AA4B11;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

h4
{
	font-family:sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
}

.subHeader
{
	font-family:sans-serif;
	font-size: 14px;
	color: #AA4B11;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
}

.locationList
{
	font-family: arial;
	font-size: 12px;
	margin-top: 0px;
	color:Black;
	list-style-type: square;
}

.locationText
{
	font-family: arial;
	font-size: 12px;
	margin-top: 0px;
	text-align: left;
	color:Black;
}

.locationImage
{
	margin-left: 15px;
}

.locationDetailTitle
{
	font-family: arial;
	font-size: 12px;
	margin-top: 0px;
	color:#CE9E6B;
}

.toolBarMenuL1
{
	color:#CE9E6B;
	line-height:25px;
	font-weight: 600;	
	font-family: sans-serif;;
	font-size:13px;
	margin-left: 10px;
	padding-left: 10px;	
	list-style: none;
	text-decoration: none;
}

.toolBarMenuL1 li a, a:active, a:focus, a:link, a:visited {
	
	/*padding: 0;	*/
	text-decoration: none;
	color:#CE9E6B;
	/*width: 100%;*/
}

.toolBarMenuL1 li a:hover {
	text-decoration: underline;
}


.toolBarMenuL2
{	
	margin-left: 10px;
	padding-left: 10px;
	font-weight: normal;
	list-style-image: url(Images/bullet.jpg);	
}

.boldText
{
	color: #AA4B11;
	font-weight: bold;
}

.subTitle
{
	color: #AA4B11;
	font-weight: bold;
	font-size: 12px;
}

.noPadList
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	margin-left:10px;
	padding-left: 10px;
}

.blueLink a:active, a:focus, a:link, a:visited
{
	color: blue;
}