
/* CSS Document */
html {
	font-size:146%;
	}


body {
	background-image:  none;
	background-color: white;
	background-repeat: repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
	behavior:  url(csshover.htc);
	font-size: 50%;
	height:50em;
	}
	
a {
	color: black;
	text-decoration: none;
	}
a:hover {color: grey;
}

.banner {
	position: fixed;
	bottom: 0px;
	right:0px;
	margin: 0px;
	padding: 0px;
	height:250px;
	width:250px;
	z-index:100;
	
	background-image:  url(../images/banner.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

	
.header {
	position: fixed;
	top: 0px;
	left:0px;
	margin: 0px;
	padding: 0px;
	height:100px;
	max-height:100px;
	width:100em;
	
	background-color: white;			background-position: 0px 0px;
	z-index:99;
	}
	
.header img {
	border:none;
	margin:0;
	}
	
.header div{
	position: absolute;
	height: auto;
	max-height: 82px;
	top: 33px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	
	
	font-family: "gill sans", "gill sans mt", futura, "century gothic", verdana, arial, sans-serif;
	font-variant: small-caps;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 1.6em;
	color: #292929;
	line-height:1.05em;
	}
	
.header div a{
	display:block;
	position:relative;
	float:left;
	margin:.25em 1em 0em -.2em;
	}

.header div a:link{
	color: #292929;
	text-decoration: none;
	}

.header div a:visited{
	color: #292929;
	text-decoration: none;
	}
	
.header div a:hover{
	color: gray;
	text-decoration: none;
	}
	
.header div a:active{
	color: gray;
	text-decoration: none;
	}

.container {
	height:31em;
	position: absolute;
	top: 85px;
	left:10px;
	font-family: "gill sans", "gill sans mt", futura, "century gothic", verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #292929;
	line-height:1.1;
	z-index:50;
	}

.container div {
	font-size:inherit;
	height: 25em;
	position: relative;
	float: left;
	top:1px;
	padding:0em;
	margin:1em;
	background-image: none;
	background-attachment:fixed;
	}
	
.container div ul
	{
	margin:0em;
	padding:0em;
	}

.container div ul li
	{
	list-style-type:none;
	}	
	
.w 
	{
	width: 20em;
	}
	
.container p {
	margin:0em 1ex 1em 0em;
	}
	
.container div.w img
	{
	float:left;
	height:2em;
	border:none;
	margin-right:.25em;
	}

.container b {
	display: inline;
	font-family: inherit;
	font-variant: small-caps;
	text-transform: lowercase;
	font-weight: bold;
	font-size: inherit;
	color: black;
	line-height:inherit;	
	}
	
.container em{
	font-style:normal;
	display: block;
	font-family: inherit;
	font-variant: small-caps;
	text-transform: lowercase;
	font-weight: bold;
	font-size: inherit;
	color: #292929;
	width:16em;
	padding:.5em 1em;
	}
	
.container h1
	{
	font-family: inherit;
	font-variant: small-caps;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 1.75em;
	line-height: .85em;
	margin-top:-.1em
	}
	
.container h2
	{
	font-family: inherit;
	font-weight: bold;
	font-size: 1.25em;
	line-height: .95em;
	}
.container h2 + p
	{
	margin-top: 0em;
	margin-left:0em;
	}
	
.fill_div
	{
	height: 25em;
	border:1px solid white;
	}

.container div.image_column
	{
	overflow:visible; 
	text-align:left;
	border:none;	
	}

.image_caption
	{
	display:block;
	visibility:hidden;
	}

.container div.w div {
	position:relative;
	top:0px;
	left:0px;
	width: 100%;
	height:1.5em;
	padding:0em 0em 0em 0ex;
	margin:0px 0px 0px 0px;
	line-height:1.5em;
	text-indent:1ex;
	}
	
div#colophon {
	position: relative;
	clear:both;
	height:2em;
	max-height:2em;
	width:42em;
	max-width:42em;
	float:left;
	left: 0px;
	top:1em;
	margin:1em;
	
	font-family: "gill sans", "futura", "trebuchet ms", verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #292929;
	text-align: left;
	line-height: 2em;
	}

#colophon span
	{
	float:left;
	}

#colophon span + span
	{
	float:right;
	}

#colophon a{
	color: #292929;
	text-decoration: none;
	}
	
.container div form{
	padding:0em;
	margin:0em;
	}
	
.add b 
	{
	cursor: pointer;
	color: black;
	}
	