body {
	background-color: #8CB2D8;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .875em;
	color: #000000;
}
a:link {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
#main {
	background-color: #8CB2D8;
	width: 90%;
	margin: 0 auto;
	padding: 2%;
	border: 1px dotted #4F7EC6;
}
.ad {
	background-color: #8CB2D8;
	color: #FFFFFF;
	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 #4F7EC6;
}
.homebanner {
	color: #333333;
	text-decoration: none;
	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 #4F7EC6;
	display: inline-block;
}
.leftcol {
	background-color: #D8D8D8;
	width: 60%;
	padding: 1%;
	position: relative;
	overflow: hidden;
	top: 20px;
	border: 1px dotted #4F7EC6;
	float: left;
	min-height: 900px;
}
.leftcol img {
  max-width: 100%;
  height: auto;
  width: auto; /* For IE8 */
}
.leftcol a:link {
	color: #336699;
	text-decoration: none;
	border-bottom:1px dotted #D8D8D8;
}
.leftcol a:visited {
	color: #336699;
	text-decoration: none;
	border-bottom:1px dotted #D8D8D8;
}
.leftcol a:hover {
	color: #0C1926;
	text-decoration:none;
	border-bottom-color: #0C1926;
}
.leftcol a:active {
	color: #336699;
	text-decoration: none;
	border-bottom:1px dotted #D8D8D8;
}
.leftcol h1 {
	font-size: 1.5em;
	margin:15px 25px 15px 25px;
}
.leftcol h2 {
	font-size: large;
	font-weight: normal;
	text-align: left;
	line-height: 120%;
	margin:10px 25px 10px 25px;
}
.leftcol ul {
	font-size: large;
	font-weight: normal;
	text-align: left;
	line-height: 120%;
	margin:10px 30px 10px 30px;
}
.rightcol {
	background-color: #8CB2D8;
	text-align: center;
	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 */
}