html, body {
	color: #000; 
	background: #fff; 
	font-family: "Times New Roman", "Times", serif;
	font-size: 100%; 
	line-height: 110%;
}

a {
	color: #000000;
	border:0px;
}

img {
	border:0px;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

.printable {
	display: block;
}

legend {
	color: #000000;
}

#main-content {
	float:none;
}

#page-content {
	width:600px;
}


#path, #skip, #flag-box, #header, #footer, #zoom-box, #left-side-items, #flex-box-content, #left-column, #right-column, #content-bottom, #top-search, #navigation, .hide {
   display: none;
}

#top A.logo-link, #top A.logo-link:hover, #top A.logo-link:visited {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	z-index: 100;
	text-decoration: none;
	height: 115px;
	width:199px;
	color: #000000;
	text-align: center;
}

A.logo-link .logo-text {
	font-size:11px;
	white-space: nowrap;
	cursor: pointer;
}

ul li {
	background-image: none;
	list-style: disc;
}

#center-column {
	font-size: 13px;
}

#center-column A {
	text-decoration: underline;
}

#center-column h1 {
	font-size: 21px;
	margin-left: 0px;
	color: #001117;
}

#center-column h2 {
	font-size: 16px;
	color: #000000;
	margin-left: 0px;
}

#center-column h3 {
	font-size: 14px;
	color: #000000;
	margin-left: 0px;
}

#center-column .back-link {
	font-size: 13px;
	text-decoration: underline;
}

#center-column .original-url {
	font-size: 13px;
	display: block;
}


textarea {
	width: 245px;
	border:1px solid #9BDCF1;
	background-color: #F5F5F5;
	font-size: 100%;	
}

select {
	width: 245px;
	border:1px solid #9BDCF1;
	background-color: #F5F5F5;
	font-size: 100%;	
}

#sample-form .errors-box {
	margin:-10px 0px 10px 121px;
	padding:0px;
	color: #CC0000;
	font-size: 91%;
	font-weight: bold;
}

.errors-box ul {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.errors-box ul li {
	background-image: none;
	color: #CC0000;
}

#sample-form select
{
	position: relative;
	top: -1.4em;
	left: 121px;
	display: block;
	font-size: 100%;
}

#sample-form input
{
	position: relative;
	top: -1.4em;
	left: 121px;
	display: block;
}

#sample-form input.form-text {
	width: 245px;
	height: 18px;
	border:1px solid #9BDCF1;
	background-color: #F5F5F5;
	font-size: 100%;	
}

#sample-form textarea {
	position: relative;
	top: -1.4em;
	left: 121px;
	display: block;
}

#sample-form label
{
	position: relative;
	clear: both;
	float: left;
	display: block;
	width: 10em;
	margin-top: -0.6em;
	margin-left: 1px;
	font-weight: bold;
	color: #000000;
}

#sample-form label .form-required {
	color: #CC0000;
	position: absolute;
	top: 0px;
	left: 375px;
	display: inline;
}

#sample-form label.error {
	position: relative;
}

#sample-form label.error input.form-text {
	color: #CC0000;
	border: 1px solid #CC0000;	
	font-weight: bold;
}

#sample-form label.error select {
	color: #CC0000;
	border: 1px solid #CC0000;	
}

#sample-form label.error textarea {
	color: #CC0000;
	border: 1px solid #CC0000;	
	font-weight: bold;
}

#sample-form fieldset
{
	display: block;
	border: 0px solid #000000;
	padding: 10px 0px 0px 0px;
	width: 400px;
	font-size: 100%;
}

#sample-form fieldset fieldset
{
	margin:0px 0px 0px 0px;
	padding: 0px;
}

#sample-form fieldset fieldset input
{
	position: static;
	float: left;
	font-size: 100%;
	margin-left:-1em;
}

#sample-form fieldset fieldset label
{
	float: left;
	position: relative;
	top: -1.25em;
	display: inline;
	font-weight: bold;
	white-space: nowrap;
	font-size: 100%;
}

#sample-form fieldset fieldset legend
{
	font-weight: bold;
	padding: 0px 0px 30px 0px;
	margin-left: -7px;
}

#sample-form fieldset fieldset.group
{
	position: relative;
	margin: -15px 0px 5px 0px;
	padding:0px;
}

#sample-form fieldset fieldset.group .form-required {
	position: absolute;
	top: -10px;
	left: 375px;
	color: #CC0000;
}

#sample-form fieldset fieldset.group input
{
	position: relative;
	left: -0.5em;
	top: 0.2em;
	padding: 5px 0 0 7.8em;
}

*:first-child+html #sample-form fieldset fieldset.group input
{
	top: -0.1em;
}

#sample-form fieldset fieldset.group label
{
	margin: 5px 0 0 140px;
	font-weight: normal;
	white-space: nowrap;
	color: #000000;
	font-size: 100%;
	
}

*:first-child+html #sample-form fieldset fieldset.group label {
	margin: 2px 0 0 137px;
}

#sample-form fieldset fieldset.group legend
{
	float: left;
	font-weight: bold;
	padding: 0px;
	margin-bottom:-4px;
	color: #000000;
}

* html #sample-form fieldset fieldset.group legend
{
	margin-bottom:-10px;
}

.btn-group {
	clear: both;
	padding-top: 28px;
}

*:first-child+html .btn-group {
	padding-top:10px;
}


table {
	border-color:#000000;
	border-style:solid;
	border-width:0px;
	font-size:100%;
	line-height:130%;
	margin:1em 2% 1.5em;
	width:96%;
}

thead th {
	background: #9EECFA;
	color:#000000;
	font-weight:bold;
	padding: 5px;
	font-size: 115%; 
}

tbody tr.row-0 {
	background-color: #ffffff;
	padding:3px;
}

td {
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	color:#000000;
	font-weight:normal;
	text-align:center;
	vertical-align:top;
}

td {
	background-color:	#ffffff;
}


tfoot td{
	text-align:left;
	font-style: italic;  
}


/************************** Agenda Print Style *************************/

.agenda-item {
	margin: 10px 0px 20px 0px;
}

.agenda-title {
	font-size: 116.66%;
	margin-top:20px;
	font-weight: bold;
}

.agenda-date {
	margin-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
}

.agenda-label {
	display: block;
}


/************************** List Print Style *************************/

.list-item {
	margin: 10px 0px 25px 0px;
}

.list-title, .blue-list-title {
	font-weight: bold;
}

.light-blue-list-header {
	font-weight: bold;
}

.list-header strong {
	color: #000000;
}

strong.light-blue-list-header {
	margin-bottom: 2px;
}

/******************************** News Style **********************************/

.news-title {
	font-weight: bold;
}

/********************************** Pagination Style ****************************/

.pagination {
	margin: 20px 0px 4px 0px;
	color: #001117;
}