﻿body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
}

body, td
{
	font-family: Arial, verdana, helvetica, Sans-Serif;
	font-size: 11px;
	color: Black;
}

h1 {
	font-family:  Trebuchet MS, Tahoma, Arial, Sans-Serif;
	font-style:italic;
	font-size: 18px;
	color: #555;
	margin-top: 2px;
	margin-bottom:8px;
	text-shadow: 2px 2px 3px #999; /* little support for this... works in FF */
}

h2 {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 16px;
	margin-top: 0px;
	text-shadow: 2px 2px 3px #999; /* little support for this... works in FF */
}

li
{
	margin-left: 5px;
	padding-left: 0px;
}

hr
{
	color: #333333;
	height: 1px;
}

a
{
	color: #0000dd;
}

#outerDiv {
	background-color:White;
	margin-top:20px;
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666;
}

#mainContentDiv {
	margin:20px;
	margin-top:0px;
}

#creditDiv {
	margin-top:5px;
	text-align:center;
}

.infoBox {
	border:1px solid black;
	width: 219px;
}

#homeLeftDiv {
	width:480px;
	float:left;
}

#homeRightColDiv 
{
	float:right;
}

#contactBarDiv {
	text-align: right;
	font-size: 16px;
	color: #555;
	text-shadow: 1px 1px 1px #999; /* little support for this... works in FF */
}

#contactBarDiv a  {
	text-decoration:none;
	color:#555;
}