﻿/* CSS layout */

body {
	font-family: "Trebuchet MS";
	font-size: 80%;
}

p {
  margin-top:1ex;
	line-height:125%;
}

address {
  margin-left:1em;
  margin-top:2ex;
  margin-bottom:2ex;
}

h1 {
	font-size: 170%;
	font-weight: bold;
	color: #10582B;
	text-transform: capitalize;
}

h2 {
  font-size:150%;
  border:1px;
  margin-bottom:1ex;
}

h3 {
	font-size:130%;
	margin-top:1ex;
	margin-bottom:1ex;
}

h4 {
  margin-bottom:1ex;
}

img {
  vertical-align:middle;
}

tr {
	
	vertical-align:top;
}
a img {
	border:0px;
}

ul {
  margin-left:1.5em;
}

#pagewrapper {
	width: 66.2em;
}
.green {
	color:#1FB25A;
}

.cyan {
	color:#88D4E2;
}
#masthead {

}

#logo {
  float:left;
}

#masthead_name {
	color: #10582B;
	padding: 10px;
	margin: 0 0 0 120px;
	background: #88D4E2;
	font-size: 28px;
	font-weight: bold;
	font-family: "Arial Black";
	text-align: center;
}

#masthead_name a {
	text-decoration:none;
	color:#10582b;
}

#masthead_name a:hover {
	text-decoration:underline;
}

#masthead_subtitle {
	padding: 9px;
	color: #ffffff;
	background: #10582B;
	margin-left: 240px;
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#top_nav {
	margin-top: 10px;
	margin-bottom: 40px;
	clear: both;
}

#top_nav div {
	width: 11em;
	float: left;
}

#top_nav a {
	color: #ffffff;
	background: #10582B;
	margin-right:1px;
	font-size:11px;
	padding:3px;
	display: block;
	text-align:center;
	text-decoration: none;
	color: #ffffff;
}

#top_nav a:hover {
	background:#CEECF0;
	color:black;
}

#container {
  margin-top:20px;
	position: relative;
	width:100%;
}

#left_col {
	width: 110px;
	position: absolute;
	left: 0px;
	top: 0px;
	background:#CEECF0;
	height:100%;
	padding:5px;
	font-size:90%;
	line-height:125%;
}

#left_col h3 {
  font-size:120%;
}
#page_content {
	margin-left: 130px;
}

#footer {
	margin-top:4ex;
	font-size: 70%;
	text-align: center;
}


@media print {
  #left_col {
	display:none;
  }
  
  #page_content {
	margin-left:0px;
}
  #pagewrapper {
	width:100%;
}
}