/*
Believe-Victim Support Society 
Web Site Stylesheet
Copyright 2006 Believe-Victim Support Society. All rights reserved.

Note to maintainers: http://www.blooberry.com/indexdot/css/propindex/all.htm
*/
html{
	
}
body{
	background-color: #000000;
	color: #a0c4e8;
	font-family: sans-serif;
}
h2{
	border-bottom: 1px solid;
}
h3{
	border-bottom: 1px dashed;	
}
a{
	background-color: inherit;
	color: inherit;
}
a:hover, a:active, a:visited{
	background-color: #4a6585;
	color: inherit;
}
img{
	border: none;
}
#header, #navigation, #footer, #container, #ie{
	overflow: auto;
	position: absolute;
}
#header, #footer, #ie{
	left: 0;
	right: 0;
}
#header, #ie{
	top: 0;
}
#navigation, #container{
	margin-top: .5em;
	margin-bottom: .5em;
	top: 100px;
	bottom: 2em;
}
#header:before{
	content: url("data/believe_banner.png");
}
#header{
	font-weight: normal;
	margin: 0;
}
#footer{
	text-align: center;
	font-size: smaller;
	bottom: 0;
	max-height: 3em;
}
#footer > p{
	margin: 0;
}
#navigation{
	width: 20%;
	right: 0;
}
#container{
	left: 0;
	right: 20%;
	margin-left: 1%;
	margin-right: 1%;
}
.notice{
	background-color: inherit;
	color: #cc0000;
}
#ie{
	background-color: inherit;
	color: #ff0000;
	height: 100px;
	font-size: xx-large;
	z-index: 999;
}
#navigation > dt{
	font-size: larger;
	border-bottom: 1px solid;
}
