body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color:#cccccc;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

.firstLetter {

}
.firstLetterOld {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #000066;
}
.question {
	font-weight: bold;
	color: #000066;
}
.answer {
	font-weight: bold;
	color: #FF0000;
}
.top {
	font-weight: bold;
	color: #000066;
}
.whiteTxt {
	color: #FFFFFF;
}
.comic {
	font-family: "Comic Sans MS", cursive, sans-serif;	
}
h1 {
	color: #FF0000;
	font-size: 1.8em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

#top {
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #000066;
	padding: 0px;
	border-bottom: 2px solid #000066;
	z-index: 3;
}
#imgL {
	float: left;
	padding: 0px 20px 10px 0px;
}
#imgR {
	float: right;
	padding: 0px 0px 10px 20px;
}
#leftBox {
	width: 120px;
	height: 900px;
	left: 0px;
	top: 0px;
	background-color: #FF0000;
	border-right: 2px solid #000066;
}
#left {
	width: 110px;
	height: 900px;
	left: 0px;
	top: 100px;
	float: left;
	font-size: small;
}
#left ul {
	margin: 0;
	padding: 0;
}
#left li {
	list-style-type: none;
	padding: 0px;	
}
#left a {
}
/*/*/a{}
#left a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	display: block;
	width: 100%;
	border-bottom: 2px solid #000066;
}
#left a:hover, #left a:focus {
	background-color: #000066;
	padding: 7px 3px 3px 7px;
}
#mainBox {
	padding: 20px;
	position: absolute;
	left: 130px;
	top:110px;
}
#main {
	border: 2px solid #000066;
	background-color:#FFFFFF;
	padding: 0px 40px 20px 40px;
	z-index: 100;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
