/* CSS Document */

body {
	margin: 0;
	background-color:#003000;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.273em;
	text-decoration: none;
	}
#wrapper {
	width: 770px;
	text-align: left;
	}
a,
a:link,
a:visited {
	text-decoration: underline;
	color: #093;
	}
a:hover {
	color: #0C0;
	}
.RightColumnItem a,
.RightColumnItem a:link,
.RightColumnItem a:visited,
#Footer a,
#Footer a:link,
#Footer a:visited, {
	text-decoration: underline;
	color: #FFF;
	}
.RightColumnItem a:hover,
#Footer a:hover {
	color: #EBCB87;
	}
table {
	border: 0;
	font-size: 1em;
	text-decoration: none;
	}
td {
	text-align: left;
	vertical-align: top;
	}
p {
	color: #000;
	font-size: 1em;
	text-decoration: none;
	}
form {
	margin: 0;
	padding: 0;
	}
input, 
select {
	font-size: 1em;
	}
.StandardButton {
	background-color: #F7E9CD;
	border: 1px #EBCB87 solid;
	color: #000;
	font-size: .909em;
	font-weight: bold;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	}
div#Navigation {
	line-height: 22px;
	}
div#Navigation ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 22px;
	white-space: nowrap;
	}
div#Navigation li {
	display: inline;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	text-indent: 0;
	}
div#Navigation li a {
	text-decoration: none;
	font-weight: bold;
	padding: 4px 8px;
	border-right: #003000 solid 3px;
	color: #FFF;
	background-image:url(/images/layout/Nav.jpg);
	}
div#Navigation li a:link,
div#Navigation li a:visited {
	text-decoration: none;
	color: #FFF;
	}
div#Navigation li a:hover {
	color: #000;
	text-decoration: none;
	background-image:url(/images/layout/NavHighlight.jpg);
	}
.RightColumnItem {
	padding: 8px;
	border-bottom: #003000 solid 3px;
	}
.FirstItem {
	background-color: #FFF;
	border-bottom: #003000 solid 3px;
	}
.SecondItem {
	padding: 8px;
	width: 179px;
	float: left;
	}
.SecondItemTwoCol {
	padding: 8px;
	width: 268px;
	float: left;
	}
.LargeBodyItem {
	padding: 8px;
	width: 537px;
	float: left;
	}
.LargeBodyItemAdminExtract {
	padding: 8px;
	width: 733px;
	float: left;
	}
h1 {
	font-weight: normal;
	font-size: 2em;
	padding: 0 0 6px;
	margin: 6px 0;
	}
h2 {
	font-weight: bold;
	font-size: 1.5em;
	padding: 0 0 4px;
	margin: 0;
	}
h3 {
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 2px;
	margin: 0;
	}

/* Java Dropdown Menu Start */
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}
}
/* Java Dropdown Menu End */
