body {
	background-color: #889988;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
links {
	color: #889988;
	text-decoration: none;
}
a:link {
	color: #889988;
	text-decoration: none;
}
a:visited {
	color: #889988;
	text-decoration: none;
}
a:hover {
	color: #3E493E;
	text-decoration: none;
}
a:active {
	color: #889988;
	text-decoration: none;
}
#main {
	background-color: #DADFDA;
	color: #889988;
	width: 90%;
	margin: 0 auto;
	padding: 2%;
	border: 1px dotted #3E493E;
}
.ad {
	background-color: #889988;
	color: #000000;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 1%;
}
.homebutton {
	text-decoration: none;
	max-width: 20%;
    height: auto;
	float: left;
}
.homebutton img {
  max-width: 100%;
  height: auto;
  width: auto; /* For IE8 */
  border: 1px dotted #3E493E;
}
.homebutton a {
	border: none;
}
.homebanner {
	text-decoration: none;
	border: 1px dotted #3E493E;
	margin: 0 auto;
	width: 79%;
	position: relative;
	left: 1%;
	display: inline-block;
}
.textbox {
	font-size: 3vw;
	font-weight: bold;
	padding-top: 33px;
	width: 79%;
	height: 76px;
	position: relative;
	left: 1%;
	border: 1px dotted #3E493E;
	display: inline-block;
}
.leftcol {
	background-color: #EEEEEE;
	text-align: left;
	color: #000000;
	width: 60%;
	padding: 1%;
	position: relative;
	overflow: hidden;
	top: 20px;
	border: 1px dotted #666600;
	float: left;
	min-height: 900px;
}
.leftcol img {
  max-width: 100%;
  height: auto;
  width: auto; /* For IE8 */
}
.leftcol a:link {
	color: #CF5400;
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px dotted #EEEEEE;
	}
.leftcol a:visited {
	color: #CF5400;
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px dotted #EEEEEE;
	}
.leftcol a:hover {
	color: #3E493E;
	font-weight: bold;
	text-decoration: none;
	border-bottom-color:#3E493E;
	}
.leftcol a:active {
	color: #CF5400;
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px dotted #EEEEEE;
	}
.leftcolleft {
	background-color: #EEEEEE;
	width: 50%;
	position: relative;
	float: left;
}
.leftcolright {
	background-color: #EEEEEE;
	width: 50%;
	position: relative;
	float: right;
}
.rightcol {
	color: #666666;
	max-width: 34%;
	position: relative;
	left: 1%;
	top: 10px;
	padding: 1%;
	display: inline-block;
}
.rightcol img {
  max-width: 100%;
  height: auto;
  width: auto; /* For IE8 */
}