/* CSS Document */

 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }

body {
	margin:0;
	padding:0;
	background:#f9f5a8 url('../images/bottom-right.gif') no-repeat fixed bottom right;
	z-index:1;
}

#header {
	width:100%;
	height:50px;
	background:#f9f5a8;
	padding-bottom:5px;
	border-bottom: 2px #6d7072 solid; 
	top:0;
}


#maingraphic {
	width:478px;
	height:39px;
	display:block;
	background: #f9f5a8 /* url('../images/header-graphic.gif') no-repeat*/;
	border:none;
	text-decoration:none;
	float:left;
	margin-top:7px;
	left:0;
}

#maingraphic a{
	border:none;
	text-decoration:none;
}

#top_logos {
	margin:0;
	padding:3px 0 0 0;
	border:none;
	text-decoration:none;
	float:right;
	bottom:0px;
	vertical-align:bottom;
}

.top_logos a{
	border:none;
	text-decoration:none;
}

#nav {
	padding-top: 10px;
	color: #6d7072;
	height:30px;
	width:100%;
	clear:both;
}

.nav {
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height:1.5em;
	vertical-align:middle;
	margin: 0px 0px 0px 5px;
	text-decoration:none;
}

a, a:visited {
	text-decoration:none;
	color: #3c3c3c;
}

a:hover, a:hover:visited {
	text-decoration:none;
	color:#c2c2c2;
}

a.nav, a.nav:visited {
	text-decoration:none;
	color: #6d7072;
}

a.nav:hover, a.nav:hover:visited {
	text-decoration:none;
	color:#c2c2c2;
}

#content {
	padding-top: 25px;
	color: #6d7072;
	width:75%;
	margin: 0px 0px 0px 10px;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:1.5em;
	text-align: left;
	color: #6d7072;
}

.callout {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:1.5em;
	text-align: left;
	color: #3c3c3c;
}

#homepage {
	padding-top: 15px;
	color: #6d7072;
	width:100%;
	margin: 0px;
	left:-10px;
	position:absolute;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	padding-top:10ox;
	letter-spacing: 3px;
	color:#3c3c3c;
}

h1 a, h1 a:visited {
	text-decoration:none;
	color: #3c3c3c;
}

h1 a:hover, h1 a:hover:visited {
	text-decoration:none;
	color: #c2c2c2;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	padding-top:5px;
	letter-spacing: 3px;
	margin:0;
	color:#3c3c3c;
}

h2 a, h2 a:visited {
	text-decoration:none;
	color: #3c3c3c;
}

h2 a:hover, h2 a:hover:visited {
	text-decoration:none;
	color: #c2c2c2;
}

.subhead {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	letter-spacing: 3px;
	color:#3c3c3c;
}


#credit {
/*	position: fixed;
	bottom:10px; */
	width:100px;
	height:50px;
	position:fixed;
	bottom:0;
	right:130px;
	z-index:100;
}

#thisyear {
/*	position: fixed;
	bottom:10px; */
	width:152px;
	height:152px;
	position:fixed;
	bottom:0;
	right:0px;
	z-index:90;
}

/* OLD
#thisyear {
	position: fixed;
	bottom:10px;
	color:#D1D3D4;
	width:600px;
	height:25px;
	position:fixed;
	bottom:0;
	left:20px;
	letter-spacing: 3px;
}
*/


a.pic {
	text-decoration:none;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.toggleopacity img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.toggleopacity:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}

img.contrib {
	float:left;
	padding: 5px 0 5px 0;
}

td.contrib {
	border-bottom: #c2c2c2 1px solid;
}
