* {
	margin: 0;
	padding: 0;
}
body {
	margin: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	background-color: #875558;
}
body, h1, h2, h3, h4 {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	padding-bottom: .5em;
}
h1, h2, h3, h4 {	
	background-color: transparent;
}
h1 {
	background-image: url(../interface/h1bkg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	width: auto;
	color: #585584;
	background-color: transparent;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #875558;
	background-color: transparent;
	padding: .5em 0 0;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	text-transform:uppercase;
	font-weight: bold;
	color: #7D7D91;
	padding: 1em 0 0 1em;
	background-color: transparent;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	padding: 1em 0 0 1em;
	color: #000000;
	background-color: transparent;
}
/*-------[ Limits width of blocks of text for readability ]-------*/
p, dt, dd, blockquote, li{
max-width:30em;
width:expression(document.body.clientWidth > (500/12)*parseInt(document.body.currentStyle.fontSize)? "30em":"auto" );
}
/*------- Links ---------*/
a {
	color: #aaaa00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
a:active{
	text-decoration: none;
}
dl{
	padding-top: 1em;
}
dt {
	font-weight:bold;
}
p {
	padding-top: .5em;
	padding-bottom: .5em;
}
ol li {
	margin-left: 2em;
}
ul li {
	margin-left: 2em;
	list-style: none;
}

ul.numberedlist li{
	margin-left: 2em;
	list-style: decimal;
}
img {
	border: 0;
}
/*-----tables-----*/

table {
	margin: 1em 10px;
	width: 90%;
}
th{ 
	padding: 10px; /*
	text-align: center; */
	background-color: #BCB7DD;
	/*
	border-top: 1px solid #afafaf; 
	border-left: 1px solid #afafaf; 
	border-bottom: 1px solid #ffffff; 
	border-right: 1px solid #ffffff; */
}
td {  
	padding: 5px; 
	text-align: center; 
	border-top: 1px solid #dfdfdf; 
	border-left: 1px solid #dfdfdf; 
	border-bottom: 1px solid #afafaf; 
	border-right:1px solid #afafaf;  
}
/*__________General Formatting____________*/
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.list li {
	list-style: circle;
}
/*__________Layout Formatting____________*/
#header {
	height: 56px;
}
#bottom {
	height: 30px;
}
#title {
	position: relative; 
	width: 530px; 
	margin-left: auto; 
	margin-right: auto;
}
#skipnav {
	position: absolute; 
	left: -1000em; 
	width: 20em;
	}	
#container{
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	min-width: 600px;
	width:expression(document.body.clientWidth < 620 ? "600px" : "auto" );
}
#footer{
	position: relative;
	text-align: center;
	clear: both;
	padding-top: .5em;
}
/*---- "#footer p" required so that firefox will center footer content -------*/
#footer p {
	max-width: none;
}
#texttitle {
	display: none;
	}
#content {
	position: relative;
	top: 0;
	left: 0;
	margin-left: 20%;
	padding: 10px;
}
#leftbar {
	position: relative;	
	padding-top: 20px;
	float: left;
	text-align:right;
	width: 20%;
}

/*----- Navigation and Legend Settings -----*/
	#navigation li, #legend div {
		padding: .25em 0;
	}

/*----- Navigation Menu Styles -----*/
	#navigation ul, #navigation li{
		list-style: none;
		margin: 0;
	}
	#navigation ul {
		position: relative;
		border-top: 1px solid #875558;
		border-bottom: 1px solid #875558;
		padding: 0;
	}
	#navigation ul li {
		border-top: 1px solid #875558;
		border-bottom: 1px solid #875558;
		padding: 0;
	}
	#navigation a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #875558;
		display: block;
	}
	#navigation a:hover {
	background-color: #BCB7DD;
	}
/*-----Sets up legend area -----*/
#legend {
	 color: #BCB7DD;
	 text-align: center;
	 margin: 5px 0 0 0;
	 font-variant: small-caps;
}
	#legend div {
		color: #000000;
	 	margin: 4px 0 4px 4px;
		text-align: center;
	 	background-position: left;
	 	background-repeat: no-repeat;
		background-color:#BCB7DD;
	}
		#legend div span {
			margin-left: 23px;
		}
		#legend a {		
			color: #875558;		
		}
/*----- removes item for handheld items -----*/
 .nohand {
 	visibility: visible;
	}
/*-----Adds animated arrow to Right side of links that provide a definition or similar information -----*/
a.moreinfo {
	color: inherit;
	padding: 0 20px 0 0;
	margin: 0;
	background: url(../interface/MoreInfUp.gif) center right no-repeat;
}
a.moreinfo:hover {
	padding: 0 20px 0 0;
	margin: 0;
	background: url(../interface/MoreInfOv.gif) center right no-repeat;
}
/*-----Start: Adds window icon to Right side of links that are set to open link content in a new window -----*/
.windowset {
	padding: 0 20px 0 0;
	margin: 0;
	background: url(../interface/NewWin.gif) center right no-repeat;
}

.emaillink {
	padding: 0 20px 0 0;
	margin: 0;
	background: url(../interface/email.gif) center right no-repeat;
	}
/*----- Layout for inline definition list in information sections -----*/

.information dt {
	float: left; 
	margin-right: 0.3em;
}
.information dd dd, .information dd dt {
	margin-left: 2em;
}
.information dd dt {
	float: none;
	text-decoration: underline;
	font-weight: normal;
}
.information dd dl {
	display: block;
	margin: .5em 0 0;
}
/*dl.details {
	margin-bottom: 0;
}
dl.details dt{
	font-weight: bold;
	clear: left;
	float: left;
	display: inline;
	padding-right: 6px;
}
dl.details dd {
	clear: right;
	margin-left: 0;
}*/

/*------Start: Thumbnail pictures--------*/
.pictureset{
	overflow: auto;
	text-align: center;
	margin-left: 0;
	height: 300px;
}
.pictureset li{
	display: inline;
	margin: 0;
	text-align: center;
}
.pictureset img, .picturelist img{
	height: 53px;
	width: auto;
}
.pictureset img, .picturelist img, .insertedPic{
	margin: 5px;
	padding: 5px;
	background-color: #875558;
	border: 4px solid #585584;	
}
#placeholder {
	position: relative;
	float: right;
	padding: 15px;
	background-color:#875558;
	margin: 10px;
	}
/*------End: Thumbnail pictures--------*/

.noshow {
	display:none;
}
/*-----Start:Creates block for special information -----*/
/*-----Start:Creates Narrow block the is partially as wide as its container and is floated to one side -----*/
.specialinfonarrow {
	position: relative;
	float: right;
	margin: 15px;
	width: 50%; 
}
/*-----End-----*/
/*-----Start:Creates block that is 100% of container block width -----*/
.specialinfowide {
	position: relative;
	width: 94%; 
	padding: .5em 2%;
}
/*-----End-----*/
	.specialinfotopborder {
		height: 13px;
		background-image:url(../interface/TopGrad.gif);
		background-position: top left;
		background-repeat: repeat-x;
	}
		.specialinfotopleft {
			float: left;
			height: 13px;
			width: 15px;
			background-image:url(../interface/TLCurve.gif);
			background-position: left top;
			background-repeat: no-repeat;
		}
		.specialinfotopright{
			float: right;
			height: 13px;
			width: 15px;
			background-image:url(../interface/TRCurve.gif);
			background-position: right top;
			background-repeat: no-repeat;	
		}	
	/*------adds side border lines ----*/
	.specialinfo3 {
		position: relative;		
		border-left: 2px solid #865558;
		border-right: 2px solid #865558;
		padding: 0 15px 0 15px;
		height: 100%;
	}
	* html .specialinfo3 {
	 /*-------hack to remove gaps between boxes in IE--------*/
		top: -2px;
	}
	.specialinfobottomborder {
		clear: both;
		position: relative;
		height: 13px;
		background-image:url(../interface/BottomGrad.gif);
		background-position: left bottom;
		background-repeat: repeat-x;
	}	
	* html .specialinfobottomborder {
	 /*-------hack to remove gaps between boxes in IE--------*/
		top: -4px;
	}
		.specialinfobottomleft {
			float: left;
			height: 13px;
			width: 15px;
			background-image:url(../interface/BLCurve.gif);
			background-position: left bottom;
			background-repeat: no-repeat;
		}
		.specialinfobottomright{
			float: right;
			height: 13px;
			width: 15px;
			background-image:url(../interface/BRCurve.gif);
			background-position: right bottom;
			background-repeat: no-repeat;	
		}
dl.leaders dd{
	text-decoration: underline;
	display: inline;
	margin-left: 2em;
	padding: 0;
}
/* ---[ Multiple Block Two Column Layout ]---*/
/* ---[ Wrap Multiple Column divs in columnlineup for top of multiple column blocks to be aligned at top ]---*/
.columncontainer {
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	padding: 1em 0;
}
.columnleft, .columnright {
	display: block;
	position: relative;
}
.columnleft {
	width: 50%;
	float: left;
	padding-right: 15px;
}
.columnright {
	margin-left: 50%;
	padding-left: 15px;
}
/*event information formatting*/
.eventinfo dt {
	font-weight: bold;	
}
.eventinfo dt + dd {
	display:inline;
}
.eventinfo dd {
}
.survey li{
	 list-style-type: none;
	 vertical-align: middle;
}
form {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #999;
}
label {
	font-family:  verdana, sans-serif;
	font-weight: bold;
	color: #660000;
	margin-left: 1em;
}
fieldset {
	border: 3px solid #875558;
	padding: 10px 20px;
}
legend {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #666;
	background: #BCB7DD;
	border: 3px solid #875558;
	padding: 4px 8px;
	margin: 5px 0;
}
input.submit {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	background-color:#999999;
	border: 5px solid #875558;
	/*padding: 5px 10px;*/
	margin: 10px;
	h: expression(onmouseover=new Function("this.style.cursor='pointer';"), onmouseout=new Function("this.style.cursor='default';"));
}
input.submit:hover {
	cursor: pointer;
}

/* ---[ Access key legend styles ]---*/
#accessleg dt:before {
	content: "Alt+";
}
#accessleg dt:after {
	content: " =";
}
#accessleg dt {
	float: left;
}
#accessleg dd {
	margin-left: 2em;
}
/*
#accessleg dt, #accessleg dd  {
	display: inline;
}*/