BODY {
	background-color: #1f2526;
	margin: 0;
	padding:0;
	color: #8d9b9c;
	font-family: Tahoma, Sans-Serif;
     }
A {
	color: #e5e5e5;
	text-decoration: none;
  }
A:HOVER {
	color: #e5e5e5;
	text-decoration: underline;
        }
.header {
	width: 778px;
	padding: 0px;
	background-image: url('images/header.gif');
	height: 144px;
        }
.alphabg {
	background-image: url('images/alphabg.gif');
	width: 778px;
	height: 33px;
	color: #e8e8e8;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
         }
h1 {
	font-size: 20px;
	font-weight: bold;
	text-align:center;
         }
.leftcolumn {
	width: 178px;
	background-image: url('images/nav_bg.gif');
        }
.leftcolumnlink {
	font-weight: bold;
	margin-left: 14px;
	font-size: 11px;
	margin-bottom: 1px;
             }
.sectionhead {
	background-image: url('images/section_head_bg.gif');
	background-repeat: no-repeat;
	width: 178px;
	padding-top: 10px;
	margin-bottom: -10px;
	padding-left: 14px;
	margin-right: -14px;
	height: 46px;
              }
.sectionheadtext {
	font-weight: bold;
	font-size: 11px;
	color: #e5e5e5;
                   }
.linksbg {
	background-image: url('images/links_bg.gif');
	width: 178px;
	padding-top: -3px;
	color: #e5e5e5;
         }
.googlead {
	background-image: url('images/links_bg.gif');
	width: 178px;
	padding-top: -3px;
	text-align:center;
	color: #e5e5e5;
         }
.bigsectionhead {
	background-image: url('images/content_top.gif');
	background-repeat: no-repeat;
	width: 600px;
	height: 17px;
              }
.content {
	background-image: url('images/content_bg.gif');
	width: 600px;
         }
.content_bottom {
	background-image: url('images/content_bg.gif');
	width: 600px;
	height:500px;
         }
.contenttext {
	font-size: 12px;
	padding-left: 16px;
	margin-right: -16px;
	width: 560px;
             }
.pagefooter {
	background-image: url('images/footer_bg.gif');
	width: 778px;
	height: 47px;
	color: #8d9b9c;
	font-size: 12px;
	font-weight: bold;
	background-repeat: repeat-x;
        }
.footerlink {
	color: #FFFFFF;
             }
.footertext {
	padding-top: 5px;
            }

.inline {
  display: inline;
  padding-right: 4px;
  border-right: 1px dotted #066;
  margin:4px;
  }

.alphalist {
  display: inline;
  padding-left: 4px;
  border-left: 1px dotted #066;
  }
