td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004040;
	vertical-align: text-top;
}

a {
	color: #005f5f;
	text-decoration: underline;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005f5f;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
	color: #005f5f;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
    color: #005f5f;
}

#banner p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: teal;
	font-weight: bold;
	vertical-align: baseline;
	left: 0px;
	top: 0px;
}
#banner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
}
#banner img {
	left: 0px;
	top: 0px;
}

#Main {
	margin-left: 40px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
/* The footer will span the whole page with its content centered */
#Footer {
	clear: both;
	color: #008080;
	font-size: 75%;
	margin-top: 0px;
	padding: 10px 10px 10px 10px;
	text-align:center;
}


/* the following allows for liquid 2 column output (40-60 split) to fit a RSS feed */
#container2 {
    float:left;
    width:100%;
    background:white;
    position:relative;
}
#container1 {
    float:left;
    width:100%;
    background:white;
    position:relative;
    right:65%;
}
#col1 {
    float:left;
    width:36%;
    position:relative;
    left:65%;
    overflow:hidden;
}
#col2 {
    float:left;
    width:60%;
    position:relative;
    left:68%;
	overflow:hidden;
}
