body {
	background-color: #DDDDDD;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
links {
	color: #882200;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #882200;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #882200;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CB8800;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #882200;
	font-weight: bold;
	text-decoration: none;
}
#main {
	background-color: #DDDDDD;
	width: 90%;
	min-height: 2000px;
	text-align: center;
	margin: 0 auto;
	padding: 2%;
	border: 1px dotted #777777;
}
.ad {
	background-color: #DDDDDD;
	color: #666666;
	line-height: 120%;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
}
.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 #777777;
}
.homebanner {
	background-color: #FFCC66;
    border: 1px dotted #777777;
	text-decoration: none;
	margin: 0 auto;
	width: 79%;
	position: relative;
	left: 1%;
	display: inline-block;
}
.homebanner img {
  max-width: 100%;
  height: auto;
  width: auto; /* For IE8 */
}
.textbox {
	background-color: #FFCC66;
	font-size: 3vw;
	font-weight: bold;
	color: #882200;
	padding-top: 33px;
	width: 79%;
	height: 76px;
	max-height: 100%;
	position: relative;
	left: 1%;
	border: 1px dotted #777777;
	display: inline-block;
}
.textbox img {
  max-width: 100%;
  height: auto;
  width: auto; /* For IE8 */
}
.leftcol {
	background-color: #F0F0F0;
	margin: 0 auto;
	width: 60%;
	top: 20px;
	padding: 1%;
	position: relative;
	border: 1px dotted #777777;
	float: left;
}
.leftcol img {
  max-width: 100%;
  height: auto;
  width: auto; /* For IE8 */
}
.leftcol a:link {
	color: #882200;
	text-decoration: none;
	border-bottom:1px dotted #F0F0F0;
}
.leftcol a:visited {
	color: #882200;
	text-decoration: none;
	border-bottom:1px dotted #F0F0F0;
}
.leftcol a:hover {
	color: #000000;
	text-decoration:none;
	border-bottom-color: #000000;
}
.leftcol a:active {
	color: #882200;
	text-decoration: none;
	border-bottom:1px dotted #F0F0F0;
}
.leftcol li {
	font-size: 1em;
}
.leftcol h1 {
	font-size: 1em;
}
.leftcol h2 {
	font-size: 1em;
}
.leftcol h3 {
	font-size: 1em;
}
.leftcol h3 a:link {
	color: #882200;
	text-decoration: none;
	border-bottom:1px dotted #F0F0F0;
}
.leftcol h3 a:visited {
	color: #882200;
	text-decoration: none;
	border-bottom:1px dotted #F0F0F0;
}
.leftcol h3 a:hover {
	color: #CB8800;
	text-decoration:none;
	border-bottom:1px dotted #F0F0F0;
}
.leftcol h3 a:active {
	color: #882200;
	text-decoration: none;
	border-bottom:1px dotted #F0F0F0;
}
.leftcol ul {
	text-size: 1em;
	text-align: left;
}
.rightcol {
	background-color: #DDDDDD;
	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 */
}
.mainleftcol {
	background-color: #F0F0F0;
	text-align: left;
	width: 48%;
	padding: 1%;
	position: relative;
	float: left;
}
.mainrightcol {
	background-color: #F0F0F0;
	text-align: left;
	width: 48%;
	padding: 1%;
	position: relative;
	left: 10px;
	float: left;
}
