body {
	background-image: url('../images/homepage_03.jpg');
	background-repeat: repeat-x;
	line-height: 110%;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	}

.content {
	width: 999px;
	margin: 0 auto;
  	position: relative;
  	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
  	float: left;
	}

.main {
	width: 685px;
	float: right;
	font-family: verdana;
	font-size: 11px;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 83px;
	border-left: 2px #555 solid;
	}

.leftinfo {
	width: 290px;
	float: left;
	font-family: verdana;
	font-size: 11px;
	margin-top: 8px;
	padding: 5px;
	margin-bottom: 83px;
	}

h3 {
	font-size: 13px;
	height: 17px;
	font-weight: bold;
	}

h4 {
	font-size: 12px;
	height: 15px;
	font-weight: bold;
	text-decoration: underline;
	}

ul {
	list-style-image: url('../images/sitephotos/bullet2.gif');
	}

.table {
	font-size: 11px; 
	}

.line1 {
	background-color: #CCCCFF;
	}

.line2 {
	background-color: #FFF;
	}

a:link {
	color: #2F334C;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

a:visited {
	color: #2F334C;
	text-decoration: underline;
	}

a:visited:hover {
	text-decoration: none;
	}

.footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 83px;
	width: 100%;
	background-image: url('../images/homepage_14.jpg');
	}

.footer-content {
	font-family: verdana;
	font-size: 9px;
	text-align: center;
	padding-top: 25px;
	vertical-align: middle;
	}