body {
	overflow-wrap: normal;
	width: 99%;
	max-width: 640px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
img {
	border: none;
}
input[type="image"] {
	border: none;
}
input[type='radio'] {   
    vertical-align:-1px;
 } 
input[type='button'] {   
    cursor: pointer;
 }
a:link, a:visited {
	color: #253B63;
	text-decoration: none;
	font-weight:700;
}
a:hover, a:active {
	color: #EA572E;
	text-decoration: none;
	font-weight:700;
}
a.rollover {
	display: inline-block;
	width: 70px;
	height: 70px;
	border:1px solid #1F69B1;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #C4B2A7;
	margin:5px;
}
a.rollover:hover {
	box-shadow: 0px 1px 6px #EA572E;
}
a.rollNot {
	display: inline-block;
	width: 100px;
	height: 80px;
	border:0;
}
a.rollover2 {
	display: inline-block;
	width: 114px;
	height: 70px;
	border:1px solid #1F69B1;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #C4B2A7;
	margin:5px;
}
a.rollover2:hover {
	box-shadow: 0px 1px 6px #EA572E;
}
a.rollNot2 {
	display: inline-block;
	width: 123px;
	height: 80px;
	border:0;
}
a.rollover3 {
	display: inline-block;
	width: 140px;
	height: 110px;
	margin-top: 10px;
	border:1px solid #1F69B1;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #C4B2A7;
	background-position: center bottom;
}
a.rollover3:hover {
	background-position: center top;
}
a.rollNot3 {
	display: inline-block;
	width: 60px;
	height: 80px;
	border:0;
}
h1 {
	text-align: left;
	margin-left: 40px;
	margin-right: 0;
	margin-top: 0;
	padding-top: 14px;
	padding-right: 5px;
	margin-bottom: 5px;
	padding-left: 60px;
	font-style: italic;
	color: #ffffff;
	background-color: transparent;
	font-size: 1.5em;
	text-shadow: 2px 2px 6px #644A40;
}
h2 {
	text-align: left;
	margin: 12px 0 10px;
	text-indent: 0;
	line-height: 1px;
	font-style: normal;
	font-weight: 700;
	color: #000000;
	background-color: transparent;
	font-variant: normal;
	font-size: 1.4em;
	vertical-align: 0;
}
h3 {
	text-align: left;
	margin: 12px 0 0;
	text-indent: 0;
	line-height: 1px;
	font-style: normal;
	font-weight: 700;
	color: #000000;
	background-color: transparent;
	font-variant: normal;
	font-size: 1.4em;
	vertical-align: 0;
}
p {
	text-align: left;
	margin-left: 0px;
	margin-right: 0;
	margin-top: 0;
	text-indent: 0;
	font-style: normal;
	color: #000000;
	background-color: transparent;
	font-variant: normal;
	font-size: 1.2em;
	vertical-align: 0;
}
.no-js nav li:hover ul {
	display: block;
}
.content {
	margin-top: 0;
	margin-bottom: 2px;
	margin-left: 1px;
	border: 0px solid #335573;
	background: #ffffff; 
}
header {
	display: block;
	margin: 0px;
	background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(left,  #7db9e8 0%, #207cca 44%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7db9e8), color-stop(44%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #7db9e8 0%,#207cca 44%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #7db9e8 0%,#207cca 44%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #7db9e8 0%,#207cca 44%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to right,  #7db9e8 0%,#207cca 44%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=1 ); /* IE6-9 */

}
#top {margin: 0px 0px 0px 5px;
}

img.c1 {
	float: left;
	width: 40px;
	height: 40px;
	margin-left:10px;
	margin-top: 2px;
}
.contentMain {
	display: block;
	width: 100%;
	font-size: medium;
}
nav {
	display: inline-block;
	margin: 5px 0 0 5px;
	width: 98%;
}
nav ul {
	padding: 0;
	margin: 0;
	border: none;
	z-index: 5;
}
nav li {
	position: relative;
	float: left;
	list-style-type: none;
}
nav ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
nav li a {
	display: block;
	padding: 5px 15px 1px 9px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 700;
}
nav li a:focus, nav li a:hover, nav li a:active, nav li a:visited, nav ul ul a:hover, nav ul ul a:active {
	font-size: 1.2em;
	font-weight: 700;
	outline: none;
}
nav ul ul {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	}
nav ul li a:link, nav ul li a:visited {
	color:#ffffff;
	text-shadow: 1px 1px 3px #644A40;
	font-weight:700;
}
nav ul li a:hover, nav ul li a:active {
	color: #FCB69F;
	text-decoration: none;
	font-weight:700;
}	
#dropMenu1 {
	background: #4E9AD9;
}
#dropMenu2 {
		background: #378BD1;
	}
#dropMenu3 {
		background: #1F7BC9;
	}
nav ul ul li {
	float: none;
}
nav ul li ul {
	float: none;
	width: 135px;
}
nav ul ul a {
	padding: 15px 6px 0px 10px;
}

#question, #firstChoice, #secondChoice, #thirdChoice, #quizIn {
	text-align: left;
}
#quizIn, #quizRes {
	position: relative;
	display: inline-block;
	width: 290px;
	border: 0px solid black;
	display: block;
	margin-left: 3px;
	margin-right: 2px;
	font-size: 1.2em;
}
#quizRes {
	text-align: left;
	display: none;
}
button .restart {
	border: 1px solid black;
	border-radius: 2px;
	padding: 0;
	color: #000000;
	cursor: pointer;
}
.restart {
	width: 140px;
	cursor: pointer;
}
.trans {
	color: #874343;
}

.bottoma {
	width:100%;
	margin-top: 50px;
	margin-bottom: 50px;
	}
footer {
	position: relative;
	text-align: center;
	font-size: 10px;
	color: black;
}
.C-4 { font-style:normal;font-size:0.8em;margin-bottom:20px; }
.C-5 { font-style:normal;font-weight:700; }
.C-7 { font-style:normal;font-weight:normal; }
.C-8 { font-style:italic;font-weight:normal; }
         
table {
	border: 1px solid #253B63; 
	font-size: 14px;
	margin-left:20px;
} 
table td {
	padding: 4px;
	margin: 3px;
	border: 1px solid #ccc;
}
table th {
	background-color: #1A60A5; 
	color: #FFF;
	font-weight: bold;  
}
         
