#default {
	background-position:center
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

h1{	
	font-size: 12pt;
	margin-bottom: 5px;
	margin-top: 20px;
}

h2{	
	font-size: 12pt;
	margin-bottom: 5px;
}

.topnav {
	color:#9C2C3C;
	font-weight: bold;
}
.topnav a:link{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.topnav a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.topnav a:hover{
	background-color:#9C2C3C;
}

a:link{
	color:#E05B22;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	color:#E05B22;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.content{
	margin-left: 3px;
	margin-right: 10px;
	text-align: left;
}

.trivia{
	font-size: 9pt;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
.trivia a:link{
	font-size: 12pt;
	margin-top: 15px;
}
.trivia a:visited{
	font-size: 12pt;
}
.trivia a:hover{
	text-decoration:underline;
}

	
.Question{
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.Answer {
	font-weight: bold;
	text-align: left;
	margin-left: 100px;
}
.RightAnswer {
	color: #E05B22;
	font-weight: bold;
	font-style:italic;
	text-align: left;
}

.table{	
	margin-top: 20px;
	margin-left: 0px;
}
.table2{	
	margin-top: 10px;
	margin-left: 0px;
}

.leftside{
	background-image:url(../images/leftrepeat.gif);
	background-color:#3D5A2C;
}
.rightside{
	background-image:url(../images/rightrepeat.gif);
	background-color:#3D5A2C;
}
.content-leftside{
	background-image:url(../images/page-template/contentbox-leftrepeat.gif);
	background-color:#FFFFFF;
}
.content-rightside{
	background-image:url(../images/page-template/contentbox-rightrepeat.gif);
	background-color:#3D5A2C;
}

.copyright{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}