@import "content_protected.css";

body{
background-color: #ffffff;
font-family: "Lucida Bright","Times New Roman","Times",serif;
padding-right: 0;
margin-right: 0;
}

h1,h2,h3,h4,h5,h6{
font-weight: bold;
font-family: Arial, Helvetica, Geneva, sans-serif;
color: #000033;
}

h1{
font-size: 164%
}

h2{
font-size: 132%
}

h3{
font-size: 116%
}

h4{
font-size: 108%
}

h5{
font-size: 104%
}

h6{
font-size: 102%
}

.main{
	text-align: center; 
	font-family: verdana, sans-serif;
}

div.display{
	font-size: 150%; 
	font-weight: bold; 
	margin-bottom: 3em;
}

div.contact, div.display{
	text-align: center;
}

.top-nav{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	padding-right: 2em;
	background-color: #000033;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.youarehere{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	background-color: #ccccff;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.path{
	padding-right: 2em;
}

.factbar{
	font-size: 85%;
	background-color: #d8d8ff;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	padding: 1ex;
	margin: 1em;
}

ol,ul{
	text-align: left;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	padding-left: 1em;
}

ul ul, ul ol, ol ul, ol ol{
	margin-left: 0.5em;
	padding-left: 0.5em;
}

address.legal {
	font-size: 80%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
}

address.credits {
	font-size: 80%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

li{
	margin-top: 1ex;
	margin-bottom: 1ex;
}

ul.display{
	 text-align: center;
	 margin-left: 0px;
}

ul.display li{
	 list-style-type: none;
}

dt{
	margin-top: 1ex;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

dd{
	margin-bottom: 1ex;
}

.content{
	margin-left: 2em;
	margin-right: 2em;
}

hr {
	border-style: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}

a:link, .path a:link{
	color: #333399;
	text-decoration: none;
}
a:visited, .path a:visited{
	color: #000066;
	text-decoration: none;
}
a:active, a:hover, .path a:hover, .path a:active{
	color: #666699;
	text-decoration: underline;
}

a.top-nav:link {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a.top-nav:visited{
	color: #ccccff;
	text-decoration: none;
	font-weight: bold;
}
a.top-nav:active, a.top-nav:hover{
	color: #ddddff;
	text-decoration: underline;
}

table.gallery_table {
	width: 85%;
}

table.gallery_table td {
	border: solid 1px #666666; 
	text-align: center;
	valign: top;
}
table.gallery_table td a:link, table.gallery_table TD a {
	border: solid 2px white;
}

table.gallery_table td a:active, table.gallery_table td a:hover {
	border: solid 2px red;
}
