/* element styles */
body {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 140%;
	background-color: #003;
	margin: 0px;
	padding: 10px;
}
iframe, #conash3D0 { display: none; }
a:link, a:visited {
	color: MidnightBlue;
	text-decoration: underline;
}
a:hover {
	color: Yellow;
	background-color: MidnightBlue;
	text-decoration: underline;
	font-size: 18px;
}
blockquote {
	margin: 5px 15px;
	padding: 0px;
}
ul {
	margin: 3px 0px 5px 10px;
	padding: 0px 20px;
	list-style-type: square;
}
tr {
	vertical-align: top;
}

/* outer frame */
#outerFrame {
	display: block;
	background-color: MidnightBlue;
	font-size: 1em;
	padding: 0px;
	border: 6px double OrangeRed;
	width: 95%;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* nav box */
#navBox {
	display: block;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: Yellow;
	height: 100%;
	width: 190px;
	margin: 0px;
	padding: 5px;
}
#navBox h1 {
	font-size: 1.5em;
	line-height: 110%;
	margin-left: 6px;
}
#navBox ul#navLinks {
	font-size: 1.1em;
	margin: 10px 0px 0px 6px;
	padding: 0px;
	list-style-type: none;
	border: 1px solid Yellow;
	border-bottom: 0px;
	width: 170px;
}
#navBox ul#navLinks li {
	padding: 4px;
	margin: 0px;
	border-bottom: 1px solid Yellow;
}
#navBox ul#navLinks a:link, #navBox ul#navLinks a:visited {
	color: Yellow;
	text-decoration: none;
}
#navBox ul#navLinks a:hover {
	color: Blue;
	background-color: Yellow;
	text-decoration: none;
}
#navBox img {
	margin: 15px 5px;
	border: 3px double black;
	display: block;
}

/* content box */
#contentBox {
	background-color: Linen;
	color: #006;
	height: 600px;
	width: 100%;
	margin: 0px;
	padding: 20px;
	border-left: 2px solid OrangeRed;
	line-height: 18px;
	list-style-image: none;
	font-family: Georgia, Times, serif;
}
#contentBox h1 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 1.4em;
	color: MidnightBlue;
	margin-top: 2px;
	margin-bottom: 15px;
	padding-bottom: 6px;
	border-bottom: 3px double #DDD;
	line-height: 28px;
	font-style: italic;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}
#contentBox h2 {
	color: MidnightBlue;
	margin-top: 20px;
	margin-bottom: 2px;
	padding: 0px;
	text-align: left;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contentBox h3 {
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 1em;
	color: MidnightBlue;
	margin-top: 10px;
	margin-bottom: 1px;
	padding: 0px;
}

/* forms */
.formTable {
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	color: Black;
	background-color: WhiteSmoke;
	border: 1px solid DimGray;
	margin: 10px;
	border-collapse: collapse;
	line-height: 120%;
}
.formTable tr {
	vertical-align: top;
}
.formTable td.formLabel {
	border-bottom: 1px solid Gainsboro;
	font-weight: bold;
	padding: 3px;
}
.formTable td.formInput {
	border-bottom: 1px solid Gainsboro;
	padding: 3px;
}
.formTable td.formInput textarea {
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 1em;
}
.formTable td.formSubmit {
	background-color: DimGray;
	border-bottom: 0px;
	padding: 5px;
}













/* footer box */
#footerBox {
	clear: both;
	padding: 10px;
	border-top: 2px solid OrangeRed;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	color: Linen;
	background-color: MidnightBlue;
	text-align: right;
	font-style: italic;
}

/* misc */
.spacer {
	height: 500px;
}
.smallNote {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	color: DimGray;
}
#skala {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006;
}
#subhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 24px;
}
#skalahead {
	line-height: 24px;
}
#skala {
	font-size: xx-large;
}
#biohead {
	text-align: center;
}
