﻿html {
  overflow-y: scroll;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #333B48;
}

a {
	text-decoration: none;
	color: #000000;
	background-color: #F8EECF;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0px;
	padding-bottom: 50px;
	text-align: left;
	font-weight: normal;
	font-size: x-large;
}

h2 {
	font-weight: normal;
}

img {
    max-width: 100%;
    max-height: 100%;
}

p {
	line-height: 20px;
	font-size: small;
}

span {
	text-align: center;
}

ol {
	line-height: 20px;
	font-size: small;
}

ul {
	line-height: 20px;
	text-align: left;
}

.funday {
	text-align: center;
	list-style-type: none;
}

.funday-2 {
	text-align: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.funday li {
	padding-left: 1em;
	padding-right: 1em;
	display: inline-block;
}

.funday-2 li {
	padding-right: 1em;
	display: inline-block;
}

table {
	font-size: small;
}

#header {
	width: 1000px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
}

#spacer {
	width: 1000px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F8EECF
}

#nav {
	width: 900px;
	height: 33px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F8EECF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #E4DBBE;
	padding-left: 50px;
	padding-right: 50px;
}

#nav a {
	border-radius: 5px 5px 0px 0px;
	height: 30px;
	float: left;
	vertical-align: middle;
	line-height: 30px;
	font-weight: bold;
	font-size: small;
	margin-right: 6px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
	transition: 0.2s;
}

#nav a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #52A1D2;
}

#main {
	width: 880px;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	background-color: #F8EECF;
	padding-left: 60px;
	padding-right: 60px;
	text-align: center;
	padding-bottom: 40px;
}

.zoom {
	width: 280px;
	height: 210px;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
	transition: 0.2s;
}

.zoom:hover {
	width: 290px;
	height: 220px;
}

.img-div {
	width: 280px;
	height: 210px;
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
	overflow: hidden;
}

.cap-div {
	border-color: #E3DABE;
	width: 280px;
	height: 40px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	background-color: #F8EECF;
}

.cap-div a:hover {
	text-decoration: underline;
}

.quiz-div {
	border-color: #E3DABE;
	width: 880px;
	height: 40px;
	float: left;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	background-color: #F8EECF;
	margin-bottom: 20px;
}

.quiz-div a:hover {
	text-decoration: underline;
}

.current {
	border-style: solid solid none solid;
	border-width: thin;
	border-color: #E4DBBE;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #52A1D2;
}

.default {
	background-color: #F8EECF;
	border-style: solid solid none solid;
	border-width: thin;
	border-color: #E4DBBE;
}

.column-div {
	width: 427px;
	height: auto;
	float: left;
	background-color: #F8EECF;
	text-align: left;
}

.column-div div {
	width: 427px;
	text-align: center;
}

.clear { clear: both; }

.table-left {
	text-align: right;
	padding-left: 50px;
	padding-right: 20px;
}

.table-right {
	text-align: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.table-left2 {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;
}

.quiz-nav {
	font-size: small;
	list-style-type: none;
}

.quiz-nav li {
	float: left;
	margin-right: 15px;
}

.quiz-ul {
	font-size: small;
	list-style-type: lower-latin;
}