body {
	background-color: #999999;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page-content, #content {
	font-family: 'Lucida Bright', 'Times New Roman', Arial;
	line-height: 17px;
	/* font-size: 14px; */
	font-size: 9pt;
}

h1 {
	font-family: 'Lucida Bright', 'Times New Roman', Arial;
	color: #002060;
	font-style: italic;
	font-size: 20px;
	border-bottom: 2px solid #002060;
	padding-bottom: 8px;
	text-align: center;
}

#index_page h1 {
	font-size: 13.5pt;
	color: navy;
	border-bottom: 0;
	padding-bottom: none;
}

#index_page a {
	color: #004dbb;
	text-decoration: underline;
}

#index_page h2 {
	font-size: 16px;
}

#content a[href^="mailto"] {
	color: #000;
	text-decoration: underline;
}

.yui-hr {
	display: block;
	height: 0px;
	width: 100%;
	border-top: 1px solid #002060;
	margin: 10px 0;
}

.yui-style-person {
	color: #002060;
}

.yui-style-company {
	font-weight: bold;
}

.yui-style-title {
	color: #002060;
	text-decoration: underline;
}

body.gecko, body.webkit, body.ie  {
	background-color: #fff;
	background-image: none;
	text-align: left;
}


textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.box {
	border: thin solid #003366;
	border-bottom: 1px;
	border-right: 1px;
	border-top: 1px;
	border-left: 1px;
	width: 100%;
}
.main {
	margin-left: auto;
	margin-right: auto;
	border-width: 3px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.item {
	background-image: url(bg_item.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 14px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
#head {
	background-image: url(/bg_top.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}
#title {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 24px;
}
#tag {
	font-size: 14px;
}

/* Drop Down Menu */

.ddm1 {
    font: 14px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    border: 0px #1D4427;
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #cccccc;
    color: #1E355F;
	text-align: center;
	font-weight: bold;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #cccccc;
    color: #1E355F;
}
.ddm1 .item2:hover {
    background: #999999;
    color: #ffffff;
}
.ddm1 .section {
    border: 1px #1E355F;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	filter:Alpha(opacity=90);
}
.ddm1 .left, .ddm1 .left:hover {
	border-style: solid none solid solid;
}
.ddm1 .right, .ddm1 .right:hover {
	border-style: solid solid solid none;
}

* html .ddm1 td {
	position: relative;
} /* ie 5.0 fix */

.dumpQuery, .edit-table {
	border-collapse: collapse;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.dumpQuery th , .dumpQuery td, .edit-table th , .edit-table td {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0 3px 0 3px;
}

A:link {text-decoration: none; color: #2A6237}
A:visited {text-decoration: none; color: #2A6237}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #1D4427}

#search-area {
 float: right;
 position: relative;
 top: -23px;
 margin-right: 5px;
 color: #fff;
 font-size: 12px;
 font-weight: bold;
}

#search-area input {
 font-size: 12px;
 font-weight: normal;
}

.search-result-url {
	display: block;
	padding-bottom: 10px;
	font-weight: normal;
}

#search-message, #search-results li a {
	font-weight: bold;
}

/* Screen only */
@media screen {

	.noprint { }
}

/* Print only */
@media print {

	.noprint, #eselcornerSmall, #eselcornerBig {
		display: none;
	}
}


