@charset "UTF-8";
/* CSS Document */

* html .box {
height: 100%;
	}

html, body {
	height:100%;
	}

body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	background:fixed url(siteimg/mainbg.jpg) no-repeat top left;
	}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
hr {
	height:1px;
	background:#3366FF;
	border:0px;
	}
.box {
	width:80%;
	min-height:100%;
	padding:10px 0px;
	margin:0px auto;
	text-align:center;
	position:relative;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='siteimg/boxbg.png');
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.box[class] {
  background-image:url(siteimg/boxbg.png);
}
.intro {
	padding:10px 20px;
	background:#FFFFFF;
	color:#333333;
	}
.citation {
	font-size:12px;
	color:#333333;
	}
#guts {
	margin:0px auto;
	padding:10px 0px;
	text-align:left;
	width:90%
	}
#guts a {
	color:#000066;
	}
#head {
	margin:0px auto;
	border:1px solid #FFFFFF;
	padding:10px;
	width:95%;
	background: url(siteimg/head.jpg) right no-repeat #748cad;
	}
#nav {
	font-size:12px;
	color:#CCCCCC;
	height:30px;
	}
#nav a {
	color:#000066;
	padding:0px 5px;
	}
h1, h1 a {
	font-size:20px;
	color:#FFFFFF;
	}
h1 a:hover {
	text-decoration:none;
	color:#CCCCCC;
	}
h2 {
	font-size:18px;
	color:#000066;
	}
h3, h4 {
	color:#000000;
	border-top:1px solid #FFFFFF;
	padding-top:8px;
	}
h3 {
	font-size:16px;
	}
h4 {
	font-size:14px;
	font-weight:normal;
	}
