body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	overflow: hidden;
}
a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.link a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#slider a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}



p {
	margin: 0px;
	padding: 0px;
}


div#backdrop {
	position:absolute;
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	z-index: 1;
		}
div#container {
	position:absolute;
	width:25%;
	z-index: 2;
	vertical-align: middle;
	margin: 1em;
	padding: 0em;
		}
div#footer {
	color: #FFFFFF;
	position:absolute;
	height:15px;
	width:99%;
	z-index: 3;
	margin: 1em;
	padding: 0em;
	bottom: 0px;
	font-size: 80%;
}
div#footer a{
	color: #FFFFFF;
}
.columncontainer {
	padding: 1em 0em 2em;
	margin: 0px;
	background-color: #FF0000;
	text-align: center;
		border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}

div#slider {
	color: #FFFFFF;
	margin-bottom: 0.3em;
	font-size: 125%;
	font-weight: normal;
	padding: 0px;
	display: none;
	overflow: hidden;
}
.sliderfooter {
	color: #FFFFFF;
	height: 18px;
	background-color: #FF0000;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
}


.header {
	margin: auto auto;
	padding: 0.7em 1em;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	font-size: .75em;
}
.quote {
	color: #FFFFFF;
	margin-bottom: 0.3em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: normal;
	padding: 0px;
}
.quotecaption {
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 0px;
	padding-left: 2em;
}
.link {
	font-size: 10px;
	background-color: #FF0000;
	padding: 0px 0px 1px;
	margin: 0px;
	text-align: center;


}
.link img{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -13px;
}

.imglogo {
	padding: 0px;
	margin: 0px;
}


.clearboth {
	clear: both;
	height: .5em;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 3em;
	list-style-position: outside;
	list-style-type: square;
	list-style-image:  url(beta/images/bullet_white4.gif);
}
ul a{
	text-decoration: none;
}
ul a:hover{
	text-decoration: underline;
}
li {
}
.navitem {
	background-color: #FFFF00;
	text-align: center;
	border: 1px solid #0000FF;
	height: 100px;
	width: 100px;
}
.navcontainer {
	background-color: #00FF00;
	display: inline;
}


.prev {
	float: left;
	padding-left: 0.5em;
	padding-bottom: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;

}


.next {
	float: right;
	padding-right: 0.5em;
	text-align: right;
	margin: 0px;
	padding-bottom: 0px;
		border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
}

.floatterminator {
	clear: both;
}

.entrance {
	text-align: center;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding: .5em;
}


.hidden {
	visibility: hidden;
}

