body {
	font-family: Helvetica,  Arial, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #ffffff;
	margin: 35px 0 0 35px;
	padding:0 0 0 0;
	}
img {
	border:none;
	}
td {
	font-family: Helvetica,  Arial, sans-serif;
	color: #000;
	font-size: 11px;
	}
a {
	color: #3366ff;
	text-decoration: none;
	font-size:11px;
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 13px;
	font-weight: normal;
	}
h2 {
	font-size: 13px;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 7px;
	font-weight: normal;
	}
h3 {
	color: #6699ff;
	font-size: 13px;
	margin-top: 3px;
	font-weight: normal;
	}

/*Main Navigation*/
#spacer {
	position: relative;
	width: 130px; 
	height: 20px;
	margin-left: 0px;
	background-color: #989898;
	border-right: 3px solid #fff;
	border-left: 2px solid #fff;
	}	
#Nav  {
	position: relative;
	width: 755px; 
	margin-left: 0px;
	background-color: #989898;
	text-align:center;
	font-size: 12px;
	height: 26px;
	/* font-weight: bold; */
	border-bottom: 0px solid #FFF;
	}
#Nav ul		{
	display: inline;
	list-style-type: none;
	}	
#Nav ul li	{
	display: inline;
	}
#Nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 14px;
	text-decoration: none;
	border-right: 2px solid #FFF;
	float: left;
	color: #FFF;
	/* width: 80px; */
	height: 14px;
	font-size: 11px;
	font-weight: bold;
	}
#Nav ul li a:hover {
	background-color: #6599ff;
	color: #fff;
	}
#Nav ul li a.down	{
	background-color: #6599ff; 
	color: #fff;
	}

/* content */
#tagline {
	color: #333;
	font-size: 14px;
	vertical-align:top;
	padding-top:3px;
	padding-left:4px;
	}
#contact {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0;
	background-position-y: -3px;
	padding-left: 20px;
	}
#contact a {
	color: #000;
	font-size: 11px;
	}
.news_items {
	vertical-align: top;
	padding-top: 45px;
	}
.news_items ul { 
	list-style-image: url(../images/bullet.gif);
	}
.content {
	vertical-align: top;
	}
.quote {
	font-style: italic;
	color: #333;
	}
	
/* footer */
#footer {
	color: #fff;
	background-color: #666;
	padding-left: 20px;
	}
#footer a {
	color: #fff;
	}