@media all {
	input, textarea {
		background: #FBFBFB;
		border: 1px inset #CCC;
		text-align: center;
	}
	.submit {
		background: #EEE;
		border: 1px outset #CCC;
	}
	#header {
		width: 720px;
		margin: 0 0 0 0;
		background: #fff;
		color: #666;
	}
	#header td {
		font-weight: bold;
	}
	#header h1 {
		margin: 0 0 0 0;
	}
	#header p {
		margin: 0 0 0 0;
	}
	#header_inset {
		width: 720px;
		padding: 0 10px 0 10px;
	}

	#navbar {
		border-top: 1px solid #999;
		border-right: 1px solid #999;
	}
	#navbar a {
		font-size: 12px;
		font-style: italic;
		text-decoration: none;
	}
	#navbar td {
		font-size: 12px;
		font-weight: bold;
	}
	#links td td {
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
	}

	#content {
		width: 720px;
		margin: 0 0 0 0;
		background: #fff;
		color: #666;
		text-align: left;
	}
	#navigation {
		padding: 10px 0 10px 5px;
/*
		background: #f1e3e3;
*/
		color: #333;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
/*
		border-top: 1px solid #903;
*/
	}
	td#link {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 5px 5px 5px 5px;
	}
	td#link ul { margin: 0; padding: 0 0 0 20px; }
	td#link ul li { margin: 0; padding: 0 0 8px 0; list-style-type: square; }

	#vertical-banner {
		background: #903;
		color: #fff;
	}
	#main_content {
		padding: 0 5px 10px 10px;
		width: 77%;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
	}
	#main_content h1 {
		font: 200% serif;
		font-style: italic;
		font-weight: bold;
		text-align: center;
	}
	#main_content h2 {
		margin: 10px 0 0 0;
		color: #000;
		font: 150% arial,helvetica,sans-serif;
		font-style: italic;
		font-weight: bold;
	}

	#footer {
		margin: 2px 0 0 0;
		padding: 10px 0 10px 10px;
		border: 1px solid #999;
		background: #fff;
		color: #666;
		text-align: left;
	}
	#footer h1 {
		margin: 0 0 0 0;
	}
	#footer p {
		margin: 0 0 0 0;
	}
	#footer_inset {
		width: 700px;
		padding: 3px 0 3px 5px;
		border: 1px solid #903;
	}
	#footer_inset a {
		text-decoration: none;
	}
	#footer_inset a:hover {
		text-decoration: underline;
	}

	.border_left {
		border-left : 1px solid #830231;
	}

	#Still {
		margin: 0 5px 10px 20px;
	}
	#SlideShow {
		margin: 0 5px 10px 20px;
	}
	#SlideShow2 {
		margin: 0px 10px 10px 0px;
	}

}
@media print {
	body {
		background: #fff;
		color: #000;

		font: 75% arial,helvetica,sans-serif;
	}
	#main {
		margin: 0px 0px 0px 0px;
		width: 100%;
	}
	#content {
		margin: 0px 0px 0px 0px;
		width: 100%;
	}
	#footer {
		margin: 0px 0px 0px 0px;
		width: 100%;
	}
	#footer-wide {
		margin: 0px 0px 0px 0px;
		width: 100%;
	}
	#navigation {
		display: none;
	}
}