/* The Jedi Council - Version 5.1
   Main Stylesheet */
   
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #EFEFEF;
	text-align: center;
	background-position: center;
}
img {
	border: 0px;
}
.bodytable {
	font-size: 13px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}
.logoimg {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 750px;
}
.logotext {
	width: 560px;
	vertical-align: top;
	text-align: left;
}
.date {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	padding-right: 3px;
	width: 190px;
	vertical-align: top;
}
.bar {
	height: 23px;
	background-image: url('images/site_headerbar.gif');
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 4px;
	text-align: left;
}
.body {
	width: 560px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	line-height: 1.4em;
}
td.nav {
	width: 190px;
	padding: 3px;
	vertical-align: top;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
table.navbox {
	font-size: 13px;
	width: 190px;
	vertical-align: top;
	text-align: left;
}
.botcurve {
	width: 750px;
}
p.footer {
	font-size: 10px;
	color: #333333;
}

/* Other Important Styles */
table {
	font-size: 13px;
	vertical-align: top;
}
td {
	vertical-align: top;
	text-align: left;
}
.smalltext {
	font-size: 10px;
}
.titletext {
	font-size: 15px;
	font-weight: bold;
}

/* Link Styles */
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a.nav {
	color: #CC0000;
	text-decoration: none;
	font-size: 10px;
}
a:hover.nav {
	text-decoration: underline;
}
a:active.nav {
	color: #CC0000;
}
a:visited.nav {
	color: #CC0000;
}
a.footer {
	color: #333333;
	text-decoration: none;
}
a:hover.footer {
	text-decoration: underline;
}
a:active.footer {
	color: #333333;
}
a:visited.footer {
	color: #333333;
}

/* Quiz specific styles */
.choice-list {
	list-style-type: none;
}
.good-result {
	font-weight: bold;
	color: #00CC00;
}
.bad-result {
	font-weight: bold;
	color: #FF0000;
}