body {
	background-color: #110A3D;
	margin: 0px;
	padding: 0px;
}
.mainTbl {
	background-image: url(../images/purple/contentBg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.hdrNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #110A3D;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	text-transform: uppercase;
}
.hdrNav a{
	color: #110A3D;
	text-decoration:none;
}
.navBar {
	background-image: url(../images/purple/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}
.ftrNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCCCCC;
	background-image: url(../images/purple/ftr_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-left: 10px;
	height: 23px;
}
.ftrShadow a {
	text-decoration:none;
	color:#CCCCCC;
}
.ftrShadow {
	background-image: url(../images/purple/ftr.gif);
	background-repeat: no-repeat;
	background-color: #110A3D;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}

.lvl1 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        color: #666666;
        padding-top: 10px;
        padding-right: 5px;
        padding-bottom: 5px;
	padding-left:20px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #999999;
}
.lvl1Selected {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        color: #666666;
        padding-top: 10px;
        padding-right: 5px;
        padding-bottom: 5px;
	padding-left:20px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #999999;
}

.lvl2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left:40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.lvl2Selected {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        color: #666666;
        padding-top: 10px;
        padding-right: 5px;
        padding-bottom: 5px;
	padding-left:40px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #999999;
}
.lvl1 a {
	text-decoration:none;
	color:#666666;
}
.lvl2 a {
	text-decoration:none;
	color: #666666;
}
.lvl1Selected a {
	text-decoration:none;
	color: #666666;
	font-weight:bold;
}
.lvl2Selected a {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 23px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
	text-align: right;
	padding-left: 10px;
}
.content {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        line-height: 23px;
        color: #333333;
}
.outerContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 23px;
	color: #333333;
	padding-right: 20px;
	padding-left: 15px;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 15px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #110A3D;
	padding-top: 10px;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #110A3D;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 14px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#header { position: relative; height: 167px; overflow: hidden; }
   #phoneNumber {
      position: absolute;
      bottom: 7px;
      right: 30px;
      z-index: 3;
      font-family: "Futura", "Tahoma", Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
      font-size: 18px;
      color: #000;
   }

