html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 5px 1px 1px 1px;
	padding: 0;
	color: #000;
	font: 90% Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/background.gif);
}

#wrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

#navbar {
	width: 163px;
	text-align: center;
	background: transparent;
}

#content {
	position: absolute;
	top: 0;
	left: 170px;
	background-color: #fff;
	color: #000;
	border: 1px solid #0000cc;
	padding: 0 7px 7px 7px;
	width: 560px;
}

img {
	border: none;
}

.centered {
	text-align: center;
}

.txtRight {text-align:right;}

li {
	margin-bottom: 5px;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}

div#divsplash {
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	border: 6px solid;
	border-color: #0033cc #0033cc #66ccff #66ccff;
	text-align: left;
}

div#missing {
	position: relative;
	margin: 0 auto;
	padding: 5px;
	width: 550px;
	border: 6px solid;
	border-color: #0033cc #0033cc #66ccff #66ccff;
	text-align: left;
	background-color: #fff;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h2 span {
	font-size: .8em;
}

h3 {
	font-size: 1.1em;
	color: #0033cc;
}

h2 {
	color: #0033cc;
	font-size: 1.3em;
}

.smaller {
	font-size: .85em;
}

a {text-decoration:underline;}

a:link {
	color: #0000ff;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

a:hover {
	color: #ff0000;
}
.warning {
	color:  #f00;
}
.faqintro {border-bottom: 1px solid #000; font-weight: bold;margin-bottom: 10px;}
.answer {padding-left: 15px;cursor: default;}
.question {cursor: default;}