body { 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 10px 10px 10px;
	background-color: #dddddd;
 }
    
a {
	/*
	color: #003578;
	*/
	text-decoration: none;
	color: #2A71AB;
}
    
a:hover {
	color: #5191CE;
	text-decoration: underline;
}

p {
	margin-top: 10px;
	margin-bottom: 0px;
}

img {
	border: none;
}

ul {
	margin-top: 0px;
}

li.Rules {
	margin-top: 10px;
}

hr {
	margin-top: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#Header {
	/*
	padding-left: 140px;
	border-bottom-style: dashed;
	border-bottom: solid 3px #5191CE;
	margin-bottom: 15px;
	padding: 15px 0px 5px 15px;
	*/
}

#Logo {
	/*
    * Logo is 156px w x 104px h
    */
	width: 156px;
	height: 104px;
	float: left;
	padding: 20px;
	background-color: #B270A0;
}

#ContactInfo {
	float: right;
	font-family: Georgia, Georgia, serif;
	font-size: 12px;
	color: #606060;
	background-color: #E0C0D0;
	text-align: right;
	height: 104px;
	width: 156px;
	padding: 20px 10px;
	/*
	margin-top: 10px;
	border-top: solid 2px #2A71AB;
	border-bottom: solid 2px #2A71AB;
	padding: 3px 0px;
	*/
}
    
#TagLine {
	font-size: 18px;
	font-style: italic;
	color: White;
	background-color: #94C6AC;
	margin-left: 156px;
	height: 144px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#TopNav {
	margin-top: 0px;
	text-align: right;
	width: 100%;
}

.NavItem, .NavItemSel {
	margin-left: 30px;
}

.NavItemSel {
	color: #5191CE;
	font-weight: bold;
}

#TopDividerMainPage {
	clear: both;
	height: 152px;
	border-top: dashed 2px #5191CE;
	border-bottom: dashed 2px #5191CE; 
}

#TopDividerSubPage {
	clear: both;
	/*
	width: 100%;
	height: 2px;
	*/
	border-top: dashed 2px #5191CE;
}

.MainPagePic, .SubPagePic {
	width: 257px;
	height: 152px;
	display: block;
}

.MainPagePic {
	float: left;
	margin-right: 0px;
}

.SubPagePic {
	margin-bottom: 10px;
}

.CatchPhrase {
	margin-left:300px;
	display: block;
	margin-top: 55px;
}


#PageArea, #Footer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #003578;
	border-top: none;
	/*
	padding-left: 10px;
	padding-right: 10px;
	*/
}

#PageArea {
	background-color: White;
	border-bottom: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

#Footer {
	clear: both;
  font-size: 12px;
  color: White;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
	background-color: #B270A0;
}

#MenuBar {
	float: left;
	padding: 10px;
	padding-right: 15px;
	width: 171px;
	background-color: #E0C0D0;
}

.MenuItem {
	font-family: Lucida Handwriting,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-align: right;
	margin-top: 15px;
}

#Content {
	margin-left: 196px;
	margin-right: 171px;
	padding: 10px 10px 0px 10px;
	padding-bottom: 3px;
	/*
	background-color: Lime;
	border-top: solid 3px #5191CE;
	border-top-style: dashed;
	*/
}

#RightNavBar {
	float: right;
	width: 156px;
	/*
	height: 200px;
	background-color: Pink;
	*/
	padding: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    
a.Legal {
  color: White;
}
    
a.Legal:hover {
  text-decoration: underline;
}

.PopupTitle {
  font-size: 1em;
  font-weight: bold;
  text-decoration: underline;
}
    
.WarningText {
  font-size: .8em;
  color: rgb(128, 0, 0);
}

.WarnTitle {
  font-size: 1em;
  font-weight: bold;
  color: rgb(128, 0, 0);
  text-decoration: underline;
}

.Question {
	color: Gray;
}

#Bee {
	margin-top: 10px;
	margin-bottom: 10px;
}

.RatesHours {
	text-align: left;
	width: 75px;
}

.RatesDollarSign {
	text-align: right;
	width: 15px;
}

.RatesPrice {
	text-align: right;
	width: 20px;
}

table#PricingTable td.LeftSpace {
	width: 25px;
}

table#PricingTable td.From {
	text-align: right;
	width: 16px;
	padding-right: 2px;
}

table#PricingTable td.To {
	text-align: left;
	/* width: 16px; */
}

table#PricingTable td.Dash {
	text-align: center;
	/*
	width: 16px;
	background-color: Lime;
	*/
}

table#PricingTable td.Classes {
	width: 80px;
}

table#PricingTable td.Price {
	text-align: center;
}

div#twitter_div {
	margin-top: 15px;
}

ul#twitter_update_list {
	font-size: 11px;
	line-height: 14px;
	padding-left: 0px;
	margin-left: 0px;
}

ul#twitter_update_list li {
	margin-top:  10px;
	list-style: none;
	margin-left: 15px;
}

