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

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #12021D;
	font-size: medium;
}
#container {
	background-color: #FFFFFF;
	background-image: url(../images/background_nav.gif);
	background-repeat: repeat-y;
	border: 1px solid #12021D;
	margin: 1em;
}
#banner{
	background-color: #320450;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #12021D;
	color: #CCCCCC;
}
#banner h2 {
	margin: 0px;
	padding: .5em;
}
#nav{
	float: left;
	margin-left: 5px;
	width: 160px;
	color: #FFFFFF;
	margin-top: 0px;
	padding: 1em;
}
#nav ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#menu a{
	display: block;
	padding: 3px;
	
}
#menu a:link, #menu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover{
	background-color: #FFFFFF;
	color: #4F0B7B;
}
#active a:link, #active a:visited, #active:hover{
	background-color: #CCCCCC;
	color: #4F0B7B;
}
#content{
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 220px;
}
#footer{
	background-color: #434343;
	clear: both;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #12021D;
	font-size: 10px;
	color: #12021D;
}
#footer table{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#footer a:link {
	text-decoration: none;
	color: #12021D;
}
#footer a:hover {
	color: #12021D;
	text-decoration: underline;
}
.policies{
	text-align: left;
}
.datestamp{
	text-align: center;
}
.hits{
	text-align: center;
}
.copyright{
	text-align: right;
}

#displaycase{
	font-size: 12px;
	text-align: center;
	color: #4F0B7B;
	float: right;
	width: 600px;
	position: relative;
	right: -5px;
	top: -5px;
	padding: 0px;
	margin: 0px;
}
#displaycase img.tick{
	float: right;
}
#displaycase .quote{
	font-style: italic;
	font-weight: bold;
}
#displaycase .quoter{
	font-size: 10px;
}
/* default opacity for IE */
img{
	filter:alpha(opacity=100);
}

/* duplicate image positioning */
img.idupe{
	position:absolute;
	z-index:30000;
	visibility:hidden;
}