body{
	margin-top: 0;
	margin-left: 0;
	margin-bottom:0;
	margin-right:0;
	background-color: #ffffff;
	font-size: 1em;
}

.nobullet{
	list-style-type:none;
}

.researchLinks{
	margin-top:1em;
	font-weight:bold;
	display:block;
}
table{
	background-color: #ffffff;
	cellpadding: 0;
	cellspacing: 0;
	border-width: 0;
}

form{
	margin-top: 0;
	margin-bottom: 12;
}

select{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: .7em;
	background:#ffffcc;
	color:#000000;
	margin-right:12;
	width:300px;
}

hr{
	color:#990000;
}

h3{
	color:#990000;
}

/*used for indenting subheadings on navigation bar*/
blockquote.nav{
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	margin-left:4px;
}

.button{
	background-color: #990000;
	padding:0;
	color:#ffffcc;
	font-size: .8em;
	font-weight:bold;	
}

div.banner{
	height:130px;
	width:720px;
	background-image: url('images/panorama.jpg'); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: center top;
	background-color: #000000;
	margin-top:12px;
	margin-bottom:12px;
	/*font-size is deliberately fixed, so it won't grow to be huge if a person needs to magnify other parts of the page*/
	font-size: 48px; 
	font-family:Arial;
	color:#FFFF00;
	text-align:center;
}

.dropdownTitle{
	color:#990000;
	font-weight:bold;
	font-size: .8em;
	text-align:left;
	margin-top:0;
	margin-bottom:0;
	text-decoration:none;	
}

.pageTitle{
	color:#990000;
	font-weight:bold;
	font-size: 2em;
	text-align:center;
}

span.currentPage{
	font-family:Verdana;
	font-size: .9em;
	font-color:#CC0000;
	background-color:#ffffcc;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
}

.withAnnotation{

}

.ruleTitle{
	color:#0000ff;
	font-weight:bold;
}

div.whiteBox{
	background-color:#ffffff; 
	width:88%; 
	margin-left:20px;
	margin-top:12px;
	margin-bottom:12px;	
	border-style:solid;
	border-width:1px;
	padding:5px;
}

.rightColumn{
	width:500px;
	font-family:Arial;
	padding:2em;
	text-align:left;	
	background-color:#ffffcc;
	font-size:.8em;
}



/*tables within the right column*/
.rightColumn table{
	background-color:#ffffcc;
}

.rightColumn td{
	padding-right:3em;
	font-size:.8em;
}


td.leftColumn{
	margin-left:0;
	margin-right:0;
	padding-right:20px;
	/*background-color:#ff00ff;*/
}

/*used for horizontal navigation bar at top of page*/
a.navTop{
	font-family:Verdana;
	font-size: .9em;
	font-color:#CC0000;
	font-weight:bold;
}

/*used within right column on home page*/
a.navTitle{
	font-size: 1.1em;
	font-color:#990000;
	font-weight:bold;
}

/*used within left column on non-home pages; to go to parts of that page, not to other pages*/
a.navInternal{
	font-color:#800000;
	font-family:Arial;
	font-weight:bold;
	font-size:1em;
}

a.navInternalSub{
	font-color:#800000;
	font-family:Arial;	
	font-size:.9em;
}

a:hover{
text-decoration:none;
color:#990000;
}

div#accessibility li{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#accessibility ul{
	list-style: none;
	margin:0;
}
div#accessibility a{
	color: #dc2a1a;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 0px;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: .8em !important;
	z-index: 1002;
}
#accessibility A:active, .accessibility A:focus { /* Only show skiplinks on focus */
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	font-size: 1em;
	border: 0;
	margin: 0;
	padding: 6px;
	font-size: .6em;
	background: #FFF;
	z-index: 10000;
}
