body {
	font-family : Arial, Helvetica, sans-serif;
	background-color : white;
	color : black;
}

a {
	color: #01274E;
}

a:hover {
  color: #922b26;
}

p, div {
	font-size : 13px;
	text-align: justify;
}
ul {
	font-size: 14px;
	list-style-type: square;
}
pre {
	font-family : Courier, Monaco, 'Andale Mono', monospace;
	font-size : 12px;
	font-weight: normal;
	font-style: normal;
}
hr {
	color: #666666
	height: 1px;
}
h1 {
	font-size : 20px;
	font-weight: bold;
	color: #002cac; /* #727272; */
}
h2 {
	border-top: 1px solid #333;
	padding-top: 15px;
	margin-top: 0px;
	font-size : 16px;
	font-weight: bold;
	color: #555;
}
h3 {
	font-size : 14px;
	font-weight: bold;
	color: black; /* #727272; */
}
td {
	font-size : 10px;
}

#menu {
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
}
#nav, #nav ul { /* all lists, removes indenting and bullets */
	padding: 0px;
	margin: 0px;
	display: block;
	list-style: none;
	white-space: nowrap;
}
#nav {   /* moves whole structure over */
	margin-left: 0px;
}
#nav ul {
	vertical-align: middle;
}
#nav a {
	display: block;
	width: 8em;
	border: none;
}
#nav a:hover {
  color: #922b26;
}
#nav li { /* all list items, makes horizontal w/dropdowns underneath */
	float: left;
	width: 8em;
}
#nav li { /* style top button */
	color: #5a595a;
	font-size: 13px;
	padding: 0px 5px 5px 25px;
	background-image: url(../black/red_bul.jpg);
	background-repeat: no-repeat;
	background-position: 0% 40%;
}
#nav li a { /* style top link text */
	color: #fff;
	text-decoration: none;
}
#nav li a:hover {
  color: #922b26;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #fcf17d;
	width: 12em;
	margin-top: 5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width: 12em;
}
#nav li ul li { /* style dropdowns */
	background: #3e3e3e;
	border-left: none;
	border-bottom: 1px solid #cccccc;
	color: #fff;
	width: 12em;
	text-align: left;
}
#nav a:hover {
  color: #922b26;
}


div#last-updated {
	position: absolute;
	bottom: 70px;
	right: 40px;
	
	width: 200px;
	
	font-weight: normal;
	padding: 5px;
	text-align: center;
	border: 0px;
}
.logo-liq-l {
	background-image: url(../black/logo_liq_l.jpg);
	background-repeat: repeat-x;
}
.logo-liq-r {
	background-image: url(../black/logo_liq_r.jpg);
	background-repeat: repeat-x;
}

.menu-liq {	
	background-image: url(../black/menu_liq.jpg);
	background-repeat: repeat-x;
}

#content-left div, #content-center div {
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content-left h1, #content-center h1 {
	font-family: verdana, geneva, sans-serif;
	color: #000;
	font-size: 150%;
	font-weight: bold;
	margin-top: 15px;
}
#content-left h2, #content-center h2 {
	font-family: verdana, geneva, sans-serif;
	color: #111;
	font-size: 130%;
	font-weight: bold;
	border-top: 1px solid #222;
	padding-top: 10px;
	margin-right: 0px;
	margin-top: 0px;
}
#content-left h2 {
  color: #922b26;
}

#content-left h2 a, #content-center h2 a {
	color: #111;
}
#content-left h2 a, #content-center h2 a:hover {
  color: #922b26;
}

#content-left p, ul, ol {
	font: 100%/140% verdana, geneva, sans-serif;
}
#content-center p, ul, ol {
	font: 100%/140% verdana, geneva, sans-serif;
}

.content-dot {
	background-image: url(../black/dot.jpg);
	background-repeat: repeat-y;
}

.contact-liq div {
	font: 150%/180% Arial, Helvetica, sans-serif;;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background: #fafafa;
	border-top: 5px solid #aaa;
	border-bottom: 5px solid #aaa;
}

.copy-liq div {
	font: 100%/140% Arial, Helvetica, sans-serif;;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

#article-summary {
	text-align: left;
}
#article-summary h1, h2, h3 {
	font-size: 110%;
}
#article-summary p {
	text-align: center;
}
#template .article-summary a {
  color: #01274E1;
}
#template .article-summary a:hover {
  color: #922b26;
}
td#content-left {
  border-right: 0px dotted #d2d2d2;
  padding-right: 20px;
}
td#content-right {
  padding-left: 5px;
}
.content-dot {
  background-image: url(../black/dot.jpg);
  background-repeat: repeat-y;
}
div#article-summaries {
  margin: 10px;
}
div#article-summaries img {
  display: block;
  margin: 10px auto 10px auto;
}
div.article-summary {
  margin-top: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
div.article-summary h2 {
  margin-top: 5px;
  padding-top: 0px;
  border-top: none;
  text-align: center;
}

#content-center div {
  margin-right: 200px;
}
td#content-left ul li, td#content-center ul li {
  line-height: 1.8em;
}
td#content-left ul li a, td#content-center ul li a {
  color: #111;
  font-size: 110%;
  font-weight: bold;
}
td#content-left ul li a:hover, td#content-center ul li a:hover {
  color: #922b26;
}

#content-center #container {
  margin: 30px 0px 20px 0px;
  padding: 0px;
  width: 966px;
}
#content-center #images {
  width: 400px;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}
#content-center #text {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 550px;
}
#content-center #text #item-title {
  font-size: 140%;
  color: #922B26;
  font-weight: bold;
}
#content-center #text #item-grade {
  color: #111;
  font-size: 110%;
  font-weight: bold;
}
#content-center #images a {
  border: 0px;
}

#template #author {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 90%;
}
#template #created_on {
  margin: 0px;
  font-size: 90%;
}
#breadcrumb {
  margin-top: 20px;
}

.greyCat {
  font-size: 12px;
  color: #666;
}
