﻿@import url("layout.css");

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #8CB9F2;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
}
#masthead {
	text-align: right;
	background-color: #336699;
	background-image: url('../images/header.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 182px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #336699;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	background-position: bottom left;
	width: 217px;
	padding: 10px 10px;
	background-color: #8CB9F2;
	background-image: url('../images/sidebarcorner.jpg');
	background-repeat: no-repeat;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #FFAA33;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #FFEEAA;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px #336699 solid;
	background-color: #336699;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px #8CB9F2 solid;
	background-color: #8CB9F2;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #FFAA33;
	padding-top: 5px;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #800000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.totop {
	text-align: center;
	font-size: 120%;
	padding: 20px;
}
.Back {
	margin: 5px;
	text-align: center;
	float: inherit;
}
.pic1 {
	margin: 0px 8px 7px 8px;
	padding-left: 10px;
}
.smallnote {
	font-size: 70%;
}
.specialnotice {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	font-family: "Courier New", Courier, monospace;
	color: #FF0000;
}
.pic_index {
	border-style: solid;
	border-width: 1px;
	margin: 25px 10px 5px 10px;
	padding: 3px;
}
.style_italic {
	font-style: italic;
}
.small {
	font-size: 85%;
}
.ordered_links {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.table_center {
	text-align: center;
}
.bulletspace {
	font-size: medium;
	line-height: 30px;
	text-decoration: none;
	color: #000080;
	font-weight: bold;
}
a.bulletspace {
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
	color: #000080;
}
a:hover.bulletspace {
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
	color: #FF9933;
}
.statute_highlight {
	font-size: medium;
	color: #600;
	font-weight: bold;
}
h4.statutes {
	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
}
p.statutes {
	margin-left: 40px;
}
.small {
	font-size: 0.7em;
	font-weight: normal;
}
.lineheight {
	line-height: 30px;
}
