@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/bg.gif) center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#container {
	width: 760px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: #000000 solid 1px;
	text-align: left;
}
h1 {
	font-size: 32px;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
        font-weight: 900;
	color: #333399;
}
p {
	line-height: 1.5em;
}
ul {
	list-style: square outside;
	margin: 0 0 0 15px;
	line-height: 1.5em;
}
li {
	color: #333399;
}
li span {
	color: #000000;
}
#leftcolumn {
	width: 435px;
	padding: 20px 10px 20px 20px;
	float: left;
}
#rightcolumn {
	width: 240px;
	margin: 20px 20px 20px 10px;
	padding: 10px;
	float: right;
	border: solid 1px #660000;
}
#rightcolumn h1 {
	font-size: 18px;
	color: #333399;
}
#header {
	width: inherit;
	background: #660000;
	padding: 10px 0 0 0;
	text-align: center;
}
#header h2 {
	color: #FFFFFF;
        font-weight: bold;
}
#main {
	margin: 20px;
}
#main ul {
	line-height: 2.5em;
}
#footer {
	clear: both;
	width: inherit;
	background: #660000;
	padding: 20px 0;
	text-align: center;
}
#footer a {
	padding: 0 5px;
	color: #FFFFFF;
	text-decoration: none;
	border-right: solid 1px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #last {
	border: none;
}
span.fasttrack, span.asterix {
	color: #FF0000;
        font-weight: bold;
}
.question {
	color: #FF0000;
        font-weight: bold;
}
.question span {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.answer span {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #00FF00;
}
.padbottom {
	padding: 0 0 15px 0;
}