@charset "UTF-8";

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 130%;
	background-color: #091C53;
	text-align: left;
}
.directors {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 120%;
	text-align: left;
}

p {
	margin-bottom: 5px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bolder;
	color: #666666;
	margin-bottom: 10px;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #666666;
	margin-bottom: 4px;
}

#top_nav {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0033FF;
	height: 29px;
	margin-top: 6px;
	margin-bottom: 20px;
	overflow: visible;
}

#left_nav {
	float: left;
	width: 188px;
	background-color: #FFFFFF;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #939598;
	padding-top: 0px;
	padding-right: 9px;
	padding-left: 9px;
	clear: right;
	margin-bottom: -100px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	width: 900px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#footer_rule {
	height: 16px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #939598;
	background-color: #FFFFFF;
	width: 950px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#main_body {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 496px;
	padding-top: 4px;
	padding-right: 24px;
	padding-left: 18px;
	clear: none;
	margin-bottom: 0px;
}

#right_nav {
	background-color: #FFFFFF;
	width: 180px;
	border-left-width: medium;
	border-left-color: #939598;
	float: right;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 9px;
	padding-left: 9px;
	margin-top: 0px;
	margin-bottom: -100px;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	position: relative;
}

#legislation {
	background-image: url(images/red_button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	padding-right: 6px;
	padding-left: 18px;
	padding-top: 12px;
}

#updates {
	background-image: url(images/blue_button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 6px;
	padding-left: 18px;
	margin-top: 4px;
	padding-top: 12px;
}

#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.leg_number {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	padding-top: 7px;
}

.leg_descr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}

a:link {
	color: #0055A5;
	font-weight: bold;
}

a:visited {
	color: #0055A5;
	font-weight: bold;
}

a:hover {
	color: #0055A5;
	font-weight: bold;
}

a:active {
	color: #0055A5;
	font-weight: bold;
}

footer a:link {
	color: #333333;
}

footer a:visited {
	color: #333333;
}

footer a:hover {
	color: #333333;
}

footer a:active {
	color: #333333;
}

#left_nav a:link {
	color: #FFFFFF;
}

#left_nav a:visited {
	color: #FFFFFF;
}

#left_nav a:hover {
	color: #FFFFFF;
}

#left_nav a:active {
	color: #FFFFFF;
}

