body {
	 behavior: url("javascript/csshover.htc");
	background-image: url('../images/bodyBG.jpg');
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #333;
}

#wrapper {
	background-image: url('../images/wrapperBG1.jpg');
	background-repeat: no-repeat;
	background-color: #FFF;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 778px;
}

html>body #wrapper {
	background-image: url('../images/wrapperBG1.jpg');
	background-repeat: no-repeat;
	background-color: #FFF;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 778px;
}

#wrapper-bottom {
	background-image: url('../images/wrapperBG_bottom1.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #FFF;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	width: 778px;
}
/*Begin MENU CSS*/

#menu-wrapper {
	background-image: url('../images/menuBG.jpg');
	background-repeat: repeat-x;
	width: 760px;
}

html>body #menu-wrapper {
	background-image: url('../images/menuBG.jpg');
	background-repeat: repeat-x;
	margin-left: 10px;
	width: 758px;
}

#menu {
	text-align:left;
	float:left;
	width: 600px;
	height: 25px;
}

html>body #menu {
	text-align:left;
 	float:left;
	width: 500px;
	height: 25px;
	margin-left: 5px;
}

#menu ul {
	margin: 0;
	padding: 2px 0px 0px 5px;
}

html>body #menu ul {
	margin: 0;
	padding: 3px 0px 0px 0px;
}

#menu ul li {
	display:inline;
	text-align:left;
	padding: 5px 0px 5px 10px;
}

html>body #menu ul li {
	display:inline;
	text-align:left;
	padding: 0px 0px 0px 10px;
}

#menu a {
	text-decoration: none;
	color: #333;
	padding: 5px 10px 5px 0px;
}

html>body #menu a {
	text-decoration: none;
	color: #333;
	padding: 10px 10px 10px 0px;
	height: 20px;
}

#menu a:hover {
	text-decoration: none;
	background-image: url('../images/rightTab.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #333;
	padding-right: 10px;
	height: 22px;
}

html>body #menu a:hover {
	text-decoration: none;
	background-image: url('../images/rightTab.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #333;
	padding: 10px 10px 10px 0px;
	height: 20px;
}

#menu li:hover {
	background-image: url('../images/leftTab.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	cursor: hand;
}

html>body #menu li:hover {
	background-image: url('../images/leftTab.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	cursor: hand;
	height: 22px;
	padding: 10px 0px 10px 10px;
}

#menu li:hover a {
	text-decoration: none;
	background-image: url('../images/rightTab.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #333;
	padding-right: 10px;
	height: 22px;
}

#menu li.selectedTab {
	background-image: url('../images/leftTab.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	cursor: default;
}

html>body #menu li.selectedTab {
	background-image: url('../images/leftTab.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	cursor: default;
	height: 22px;
	padding: 10px 0px 10px 10px;
}

#menu li.selectedTab a {
	text-decoration: none;
	background-image: url('../images/rightTab.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #333;
	cursor: default;
	padding-right: 10px;
	height: 20px;
}

html>body #menu li.selectedTab a {
	text-decoration: none;
	background-image: url('../images/rightTab.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #333;
	cursor: default;
	padding: 10px 10px 10px 0px;
	height: 20px;
}

#bluehost {
	float:right;
	margin-right: 10px;
	padding-top: 5px;
}

#bluehost a {
	text-decoration: none;
	color: #666;
	font-size: 8pt;
}

#bluehost a:hover {
	text-decoration: underline;
	color: #336699;
}

/*End MENU CSS*/

h1 {
	color: #900101;
	font-size: 12pt;
	margin: 0px 0px 5px 0px;
}

h2 {
	color: #333;
	font-size: 12pt;
	margin: 0px 0px 5px 0px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	line-height: 0;
}

#content {
	margin: 0;
	width: 760px;
	text-align:left;
}

#content-main {
	float:left;
	width: 480px;
	padding: 10px;
	line-height: 20px;
}

.small {
	font-size: 10pt;
}

.medium {
	font-size: 11pt;
}

.large {
	font-size: 12pt;
	line-height: 25px;
}

html>body #content-main {
	float:left;
	width: 475px;
	margin-left: 10px;
	padding: 10px;
	line-height: 20px;
}

#content-main p {
	margin: 0px 0px 10px 0px;
}

#content-right {
	float:right;
	width: 260px;
	line-height: 20px;
	padding-top: 10px;
}

html>body #content-right {
	float:right;
	width: 250px;
	padding: 15px 0px 0px 0px;
}

#content-right ul {
	padding: 0px 0px 10px 5px;
	margin: 0px 0px 0px 15px;
	list-style-type:disc;
}

#content-right li {
	line-height: 17px;
	padding: 10px 0px 0px 0px;
}

html>body #content-right ul {
	padding: 0px 0px 0px 10px;
	list-style-type:disc;
}

#moreInfo a {
color: #ccc;
text-decoration:underline;
}

#moreInfo a:hover {
color: #a01616;
text-decoration:none;
}

html>body #moreInfo a {
color: #ccc;
text-decoration:underline;
}

html>body #moreInfo a:hover {
color: #a01616;
text-decoration:none;
}

#moreInfo {
	background-image: url('../images/rightBG_bottom.jpg');
	background-repeat:  no-repeat;
	background-position: bottom left;
	color: #999;
	width: 250px;
	background-color:#2e2e2e;
	margin: 0px 0px 15px 0px;
}

html>body #moreInfo {
	background-image: url('../images/rightBG_bottom.jpg');
	background-repeat:  no-repeat;
	background-position: bottom left;
	color: #999;
	width: 250px;
	background-color:#2e2e2e;
	margin: 0px 0px 15px 0px;
	padding-bottom: 10px;
}

#moreInfoTop {
	background-image: url('../images/rightBG_top.jpg');
	background-repeat:  no-repeat;
	background-position: bottom left;
	height: 25px;
	text-align:center;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 2px solid #a01616;
	color: #FFF;
}

#font img {
	border: 1px solid #999;
}

#font img:hover {
	border: 1px solid #a01616;
}

#font img.selected {
	border: 2px solid #a01616;
}

#font img.selected:hover {
	border: 2px solid #a01616;
	cursor:default;
}

a {
color: #a01616;
text-decoration:underline;
}

a:hover {
color: #a01616;
text-decoration:none;
}

html>body a {
color: #a01616;
text-decoration:underline;
}

html>body a:hover {
color: #a01616;
text-decoration:none;
}

.footer {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

html>body .footer {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

/*Google Tabs*/
  #feedControl {
    font-size: 11px;
  }

  /**
   * Suppress everything except for title
   */
  #feedControl .gf-snippet,
  #feedControl .gf-author,
  #feedControl .gf-spacer,
  #feedControl .gf-relativePublishedDate {
    display : none;
  }

  /**
   * 1em Padding at the bottom of each collection of entries
   */
  #feedControl .gfc-results {
    padding-bottom : 1em;
  }

  /**
   * no padding between entries
   */
  #feedControl .gfc-result {
    margin-bottom : 5px;
  }

  /**
   * Use a larger font size for section titles
   */
  #feedControl .gfc-resultsHeader .gfc-title {
    font-size : 110%;
  }

  #feedControl .gfc-tabHeader.gfc-tabhActive {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 2px solid #a01616;
  color: #a01616;
  }

  #feedControl .gfc-tabHeader.gfc-tabhInactive {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 2px solid #999;
  background: #999;
  color: #676767;
  }

  #feedControl a {
color: #666;
}

 #feedControl a:hover {
color: #a01616;
text-decoration:underline;
}
