body, html {
	margin:0;
	padding:0;
	height: 100%;
}

div#container {
	position:relative;
	margin:0 auto;
	width:750px;
	height:auto !important;
	height:100%;
	min-height:100%;
}

div#header {
	text-align: center;
	font-size: 9pt;
}
#header table {
	border-collapse: collapse;
}
#header table td {
	vertical-align: top;
	border: 0px;
	margin: 0px;
}
#header a, #header a.visited {
	color: #3c4371;
	font-weight: bold;
	text-decoration: none;
}
#header a:hover, #header a.active {
	color: #4385d5;
}

div#content {
	padding:0em 0em 3em;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	
	font-size: 8pt;
	color: #3c4371;
	border-top: 2px solid #4385d5;
	
}
div#footer td {
	padding-left: 2em;
	padding-right: 2em;
}


body {
	background-color: white;
	background-image: url(images/topbg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial Narrow, Arial, Helvetica, Sans;
	font-size: 12pt;
}

a, a:visited {
	color: #4385d5;
}
a:active, a:hover {
	color: #c1e0ff;
}

a img {
	border: none;
}


h1,h2,h3,h4 {
	margin-top: 0.2em;
	color: #dd0044;
}
h5 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 12pt;                                                  
	font-weight: bold;
	color: #4385d5;
}
h6 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 12pt;
	font-weight: bold;
	color: #dd0044;
}
	
h1 {
	text-align: center;
	font-family: Times, Serif;
	font-size: x-large;
}

.slogan1 {
	font-weight: bold;
	color: #4385d5;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
}
.slogan2 {
	font-weight: bold;
	color: #dd0044;
	text-transform: uppercase;
	text-align: center;
}

.question {
	font-weight: bold;
	color: #dd0044;
}
.answer {
	font-weight: bold;
	color: #4385d5;
}
	
