html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #FFFEE3;
	margin: 0 0 0 0;
}

td {
	border-right: 1px dashed #000000;
	border-left: 1px dashed #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7D90A7;
	letter-spacing: .5px;
}

#r_image {
	margin-top: 25px;
	margin-bottom: 25px;
}

#centered {
	margin-left: auto;
	margin-right: auto;
}

#content {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#content A:link{
	text-decoration: none;
	font-weight: bold;
	color: #7D90A7;
}

#content A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #BADBED;
}

#content A:hover {
	text-decoration: none;
	font-weight: bold;
	color: #677889;
}
#footer {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #7D90A7;
	background-color: #BADBED;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
}

#navcontainer ul {
	padding-left: 12px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom:0;
	background-color: #BADBED;
	color: #7D90A7;
	float: left;
	width: 90%;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 11px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 0.5em;
	background-color: #BADBED;
	color: #7D90A7;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover {
	background-color: #7D90A7;
	color: #FFFFFF;
}