﻿body {
	background-color: #EDFAFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	text-align: center;
}

td {
	font-size: 10pt;
}

#center-column {
	margin: 0 auto;
	text-align: left;
	width: 770px;
}

#title {
	background: url(../images/bar.gif) no-repeat left bottom;
	font-size: 14pt;
	height: 80px;
	padding-left: 15px;
	padding-top: 25px;
}

#main-table {
	width: 100%;
}

#navigation {
	padding-left: 15px;
	width: 169px;
}

#navigation a {
	background: url(../images/tinyarrow.gif) no-repeat left center;
	border-bottom: dashed 1px silver;
	color: black;
	display: block;
	font-size: 11pt;
	padding: 10px 0 10px 10px;
	text-decoration: none;
}

#navigation a:visited {
	color: black;
}

#navigation a:hover {
	color: #199E69;
}

#content {
	height: 400px;
	padding: 10px;
}

#content li {
    padding-bottom: 5px;
}

#content a {
    color: black;
}

#content a:visited {
	color: #808080;
}

#content a:hover {
	color: #199E69;
}

#page-title {
    border-bottom: solid 1px #199E69;
    color: #199E69;
    font-size: 14pt;
    text-transform: uppercase;
}

#footer {
	background: url(../images/footergrad.gif) no-repeat;
	clear: both;
	color: gray;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	height: 30px;
	padding-top: 40px;
	text-align: center;
}
