/*simple styles for simple browsers. primarily nn4. make sure everything in here is overridden in the real css*/
/*
red			 #D0003C;
blue		 #0492D2;
lightblue	 #F1F9FD;
*/

body, ol, ul, li, p, td, th, tr, blockqoute {
	font-family: verdana, arial, helvetica, sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #0492D2;
	background: #fff;
	}
body {
	margin: 3px 10px;
	color: #000;
	background: #fff;	
	}
a:link {
	color: #800080;
	background: transparent;
	}
a:visited {
	color: #800080;
	background: transparent;
	}
a:active {
	color: #D0003C;
	background: transparent;
	}
a:hover {
	color: #D0003C;
	background: transparent;
	}

h1 {
	font-size: 150%;
	font-weight: normal;
	}
h2 {
	font-size: 120%;
	font-weight: normal;
	}
h3 {
	font-size: 100%;
	font-weight: normal;
	}
h4 {
	font-size: 80%;
	font-weight: bold;
	color: #000;
	}
h5 {
	font-size: 70%;
	font-weight: bold;
	}
h6 {
	font-size: 64%;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 80%;
	line-height: 120%;
	}
p, label {
	font-size: 80%;
	line-height: 120%;
	}
pre, .mono {
	font-family: "Courier New", Courier, monospace;
	font-size: 80%;
	}
strong, b {
	font-weight: bold;
	}

#main { 
	margin: 0px;
	padding: 0px 15% 20px 15%;
	}
#header {
	border-bottom: 1px solid #0492D2;
	color: #000;
	background: #F1F9FD;
	padding-bottom: 3px;	
	margin-bottom: 0px;
	width: 100%;
	}
#header span { 
	display: none;
	}
#footer {
	background: #F1F9FD url(/graphics/wave.gif) 5px 3px no-repeat;
	border-top: 1px solid #0492D2;
	color: #0492D2;
	margin-top: 10px;
	padding: 5px 8px 8px 38px;
	}
#bottomnav {
	text-align: center;
	}
.tabbed {
	padding-left: 2em;
	}
#monument {
	float: right;
	margin: 0px;
	padding: 0px 0px 3px 5px;
	}
#exterior {
		text-align: center;
		padding-bottom: 12px;
	}
.img { padding: 1em;
	}
#gotgame {
	margin-top: 1em;
	margin-bottom: 0em;
	font-weight: bold;
	font-size: 1.3em;
	}