/* CSS Document */
A:link        { font-weight: normal; text-decoration: underline; color: #000000; }
A:visited     { text-decoration: underline; color: #000000; font-weight: normal; }
A:hover       { text-decoration: none; color: #333399; }
BODY {
	background-color: #ffffff;
	background-image: url('http://www.eltinglibrary.org/assets/images/001_pg_bkg_bl.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#navigation {
	background-color: #CCCCCC;
	height: 30px;
	width: 730px;
	text-align: left;
	vertical-align: middle;
	background-image: url('http://www.eltinglibrary.org/assets/images/001_navigation_bkg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	width: 730px;
	background-color: #FFFFFF;
}
#quicklink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #333333;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	margin-right: 8px;
}
#quicklink A:link 		{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
#quicklink A:visited    {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
#quicklink A:hover      {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.icon {
	padding-right: 4px;
}
#quickwrap {
	height: 50px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	text-transform: capitalize;
	color: #666666;
	text-align: center;
	vertical-align: top;
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #003366;
	width: 740px;
	margin-top: 10px;
	padding-top: 5px;
}
#contentText {
	padding: 5px;
	width: auto;
}
.frame {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 740px;
	background-color: #FFFFFF;
}
#subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	text-transform: capitalize;
	color: #003366;
	padding: 5px;
	width: auto;
}
#header {
	background-color: #FFFFFF;
}
