.Menu{
	background: #166575 url(../Images/Heading.jpg) repeat-x top center;
}

.MenuText
{
	color: #fbfae6;
	text-transform: uppercase;
	letter-spacing: 1%;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font: 10px Verdana, Arial, Helvetica, sans-serif bolder;
	text-decoration: none;

}

.MenuText:hover
{
	color: #ddd22b;
	cursor: pointer;
	text-decoration: none;
}
.SubMenu
{
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	display:table-cell;
	cursor: pointer;
	font: 11px/9px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(../Images/MouseOutMenuItem.gif) no-repeat center bottom;
}

a.SubText
{
	color: #FFFFFF;
	text-align: center;
	vertical-align:middle;
	font: 11px/9px Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
.SubMenu:hover{
	color: #fbfae6;
	background: url(../Images/MouseOverMenuItem.gif) no-repeat center bottom;
}

a.SubText:hover{
	color: #fbfae6;
}

.BaseMenu {
	color:#fbfae6;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing: 1%;
	text-align: Left;
	vertical-align: middle;
	cursor: pointer;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.BaseMenu:hover{
	color: #ddd22b;
}

.BaseMenuElements
{
	color: #000000;
	text-align:left;
	text-indent: 10px;
	display: block;
	vertical-align: middle;
	cursor: pointer;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.BaseMenuElements:hover{
	color: #1E798E;
}

.ContentTicklerElements
{
	display: block;
	vertical-align: middle;
	cursor: pointer;
	font: 12px Verdana, Arial, Helvetica, sans-serif bolder;
	text-decoration: none;
}

.GoldButton
{
	color:#333333;
	height:36px;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(../Images/MouseOutButton.gif) no-repeat bottom;
}
.GoldButton:hover{
	color: #fbfae6;
	background: url(../Images/MouseOverButton.gif) no-repeat bottom;
}

.Heading
{
	font-weight: normal;
	font-size: 20px;
	color: #414141;
	font-family: Arial;
	text-decoration: none;
}

.HeadingColor
{
	font-weight: normal;
	font-size: 20px;
	color: #166575;
	font-family: Arial;
	text-decoration: none;
}

.SubHeading
{
	font-weight: normal;
	font-size: 14px;
	color: #414141;
	font-family: Arial;
	text-decoration: none;
}

.SubHeadingColor
{
	font-weight: normal;
	font-size: 14px;
	color: #166575;
	font-family: Arial;
	text-decoration: none;
}

.SideMenuHeading
{
	font-weight: normal;
	font-size: 14px;
	color: #fbfae6;
	font-family: Arial;
	text-decoration: none;
	background: url(../Images/SideMenuHeading.jpg) repeat-x;
}

.TicklerQuestion
{
	font-weight: bold;
	font-size: 11px;
	color: #166575;
	font-family: Arial;
	text-decoration: none;
}

.TicklerAnswer
{
	font-weight: normal;
	font-size: 10px;
	color: #7E7F7F;
	font-family: Arial;
	text-decoration: none;
}

.BodyText
{
	font-size: 11px;
	color: #7e7f7f;
	line-height: 150%;
	font-family: Verdana, Arial;
	text-decoration:none;
}

.SideMenuItem
{
	border-top: #7e7f7f 1px dotted;
	font-size: 10px;
	vertical-align: middle;
	width: 225px;
	color: #414141;
	border-bottom: #7e7f7f 1px dotted;
	font-family: Verdana;
	height: 25px;
	background-color: #f3f3f3;
	text-align: left;
	list-style-type: none;
	text-decoration: none;
}

.SideMenuItem:hover{
	color: #1E798E;
}

.SideMenuSubItem
{
	border-top: #7e7f7f 1px dotted;
	font-size: 10px;
	vertical-align: middle;
	text-indent: 15px;
	width: 225px;
	color: #414141;
	border-bottom: #7e7f7f 1px dotted;
	font-family: Verdana;
	height: 25px;
	background-color: #f3f3f3;
	text-align: left;
	list-style-type: none;
	text-decoration: none;
}

.SideMenuSubItem:hover{
	color: #166575;
}

.SolutionTicklerBackground
{
	border-top: #7e7f7f 1px dotted;
	font-size: 10px;
	vertical-align: middle;
	width: 225px;
	color: #414141;
	border-bottom: #7e7f7f 1px dotted;
	font-family: Verdana;
	height: 25px;
	background-color: #f3f3f3;
	text-align: left;
	list-style-type: none;
	text-decoration: none;
}

.pageTopBackground
{
	background-image: url('../Images/Background/TopBackground.jpg'); background-repeat: repeat-x; padding-top:10px;
}
.pageBottomBackground
{
	background-image: url('../Images/Background/BottomBackground.jpg'); background-repeat: repeat-x; background-position: left bottom; text-align:center; position:relative; 
}

.pgFooter { background-image: url('../Images/Background/BaseMenuShadow.jpg'); background-repeat: no-repeat; height:51px; background-color:Gray; margin:0 0 0 0;}