/* HTML Undo */
* {
	color: #000000;
	background-color: #FFFFFF;
}

/* Base Print */
BODY {
	color: black;
	background: white;
	margin-right: 7%;
	margin-left: 7%;
}
A:link, A:visited {background: white; color: black; text-decoration: none; font-weight: bold;}
H1, H2, H3, H4, H5 {background: white; color: black; padding-bottom: 1px;}
H1, H2, H3 {border-bottom: 1px solid gray;}
.sIFR-flash, object, embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;*/
}

/* Layout */
#pagetop {
	text-align: center;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	height: 95px;
}
#leftcol { width: 100%}
#bodydiv {background-color: #000000;}
#rightcol {display: none}
#missiondiv {
	margin-left: 10px;
	position: relative;
}
#contactdiv {}
#footer {display: none}
.clear {clear: both;}
.printonly { }
.screenonly {display: none;}
.noprint { display: none}
.nohandheld {display: none;}
#extracode {display: none}

/* Title Style */
#pagetop h1 {
	font-size: 260%;
	margin: 0px;
	border-bottom-width: 0px;
	padding-top: 0px;
	text-align: center;
	border-bottom-style: none;
}
#pagetop img {
	float: left;
	padding-left: 15px;
}
li {
	list-style-type: square;
}
#leftcol .container .events a {
	color: #000000;}
#pagetop h2 {
	border-bottom-style: none;
}
#pagetop h3 {
	border-bottom-style: none;
	font-size: 1.5em;
	line-height: 17px;
}
#center dt {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6C411F;
	line-height: 18px;
}
#center dt span {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: lighter;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6C411F;
	line-height: 18px;
}
.thumb img{
	display: inline;
	float:left;
	margin: 5px;
	border-top: 1px solid #A0ACC0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #A0ACC0;
	}
#miscinfo {
	margin-top: 30px;
	clear:both;
	padding: 10px;
	border-top: 1px dotted #999999;
	font-style: italic;
}

/* Media Handling */
.print-no {display: none;}
.print-yes {}
.screen-yes {}
.screen-no {}
.handheld-yes {}
.handheld-no {}
.oldbrowser-yes {}
.oldbrowser-no {}