
body {
	width:800px;
	margin: 0px auto;
}

.header {
	text-align:left;
	height: 104px;
	border-bottom: 1px solid #63ABAD;
	background-image: url("../images/watermark.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}


.content {
	text-align:left;
}

p, li, h1, .byline {
	font-family: arial;
	font-size: 16px;
}

h1 {
	font-size: 20px;
	color: #63ABAD;
}

.logo {
	float: left;
	width: 189px;
	position: relative;
	left: 0px;
	top: 2px; 
}

.byline {
	float: right;
	width: 240px;
	padding: 0px;
	position: relative;
	right: 0px;
	top: -40px; 
	font-size: 10px;
}

.bylineheading {
	color: #318485;
	font-size: 15px;
	font-weight: bold;
}

.nav {
	position: relative;
	float:right;
	padding: 0px;
	right: 010px;
	top: 67px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.nav ul {
	list-style: none;
}

.nav ul li {
	display: inline;
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;	
	border-left: 1px solid #63ABAD;
	border-right: 1px solid #63ABAD;
	border-top: 1px solid #63ABAD;
	font-size: 12.2px;
}
.nav ul li:hover {
	background-color: #63ABAD;
}

.nav ul li a {
	color: black;
	text-decoration: none;
	padding: 2px;
}

.nav ul li a:hover {
	color: white;
}

.hr {
	clear: both;
	border: 1px solid #63ABAD;
	border-style: solid none none none;
	text-align: right;
	padding: 1px;
}

.small {
	font-size:10px; 
	font-family:Arial; 
	color: #8DBEBE;
	text-decoration:none;
}	

.small a:hover {
	text-decoration:underline;
}