BODY
{
	background-color: White;
}

BODY, TABLE
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

IMG
{
	border: none;
}

A
{
  color: #333333;
  outline: none;
}

hr
{
    width:90%;
    color:#cccccc;
    clear:both;
    margin-top:10px;
    margin-bottom:10px;
}

div.narrow
{
    width:250px;
}

H1
{
  color:#78968a;
  font-size:1.5em;
  text-align:center;
  margin-top:0em;
}

#intro
{
    padding: 275px 0 0 0;
    overflow: hidden;
    background-image: url("images/home_promo_1.jpg");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:275px; /* for IE5.5's bad box model */
    cursor: hand;
    cursor: pointer;
}

#promo1
{
	border: solid 1px #999999;
	border-bottom: none;
}

#promo2
{
	border: solid 1px #999999;
	border-top: none;
}

#copyright
{
	font-size: 11px;
	color: #999999;
}

#footer
{
    margin-top:20px;
    clear:both;
	text-align: center;
}

#pagetitle
{
  margin-left:auto;
  margin-right:auto;
  width:720px;
  margin-bottom:10px;
}

img.cc
{
    margin-top:10px;
}

.copy
{
	color: #666666;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

img.floatleft.margin
{
    margin-right:10px;
}

img.floatright.margin
{
    margin-left:10px;
}

.alignright
{
	text-align: right;
}

#content,
#content_new
{
    margin-left:auto;
    margin-right:auto;
    width:720px;
    border:solid 1px #cccccc;
    padding:15px
}

#content_new
{
    width:775px;
    border:solid 1px #cccccc;
    padding:0px
}

.center
{
 margin-left:auto;
 margin-right:auto;
}

.clear
{
    clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}