body {
	background-color:#809999;
	background-attachment:fixed;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	cursor:default;
	margin:0;
}
a {text-decoration:underline; font-weight:bold;}
a:hover {text-decoration:none;}
table {
	margin:0px;
	border-collapse:collapse;
	padding:0px;
	border:0px none;
}
h1, h2, h3 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color:#039;
	font-size:1.3em;
	font-weight:normal;
	padding:4px 6px 0 6px;
}
h2 {
	margin:0 5px 6px 5px;
	padding-right:5px;
	font-size:1.2em;
	text-align:right;
	border-bottom-color:#039;
	font-style:oblique;
	font-weight:bold;
	color:#039;
	border-bottom-width:1px;
	border-bottom-style:dotted;
}
h3 {
	margin:10px 6px 0;
	font-weight:bold;
	font-size:1.1em;
	text-align:left;
	border-bottom-color:#039;
	color:#039;
}
img {
	border:0;
	padding:0;
}
/*########################## Layout #########################*/
div#masthead {
	position:absolute;
	top:8px;
	left:8px;
	background-image:url(../images/bravemettle.gif);
	background-repeat:no-repeat;
	z-index:6;
}
div#masthead img {
	visibility:hidden;
}
/*################## Content Area-Specific ##################*/
div#content {
	position:absolute;
	top:105px;
	left:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0 4px;
	padding:0;
	width:540px;
	clear:both;
	background-color:#ECEACD;
	background-image:url(../images/ll.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	z-index:5;
}
div#content a {
	cursor:help;
	color:#096;
	text-decoration:none;
}
div#content acronym {
	cursor:help;
	text-decoration:none;
	border-bottom: 1px dotted #000;
	font-style: normal;
}
div#content p {
	text-indent:10px;
	padding:0 6px 0 6px;
}
div.footer {
	padding:0;
	margin:0;
	text-align:center;
	font-size:0.8em;
	background-image:url(../images/lr.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
div.footer a {font-weight:normal;}
div#content ul {
	border:0;
	margin:0;
	padding:0 0 0 30px;
	list-style-type:square;
	list-style-position:outside;
	list-style-image:url(../images/bullet.gif);
}
div#content li {
	border:0;
	margin:0;
	padding-left:8px;
}
div.row {
	clear: both;
	padding-top: 10px;
}
div.row span.label, label {
	float: left;
	width: 100px;
	text-align: right;
}
div.row .input {
	float: right;
	width: 290px;
	text-align: left;
}
.textTiny {
	font-size:.7em;
}
.required {
	color:#C00;
}
/*##################### Navigation Bar #####################*/
div#navbar {
	position:absolute;
	top:72px;
	left:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
	width:560px;
	z-index:6;
}
div#navbar ul {
	border:0;
	margin:0;
	padding:10px 4px 0;
	list-style-type:none;
	clear:left;
}
div#navbar li {
	float:left;
	border-bottom:1px solid #999;
	background:url(../images/navbar_left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 11px;
}
div#navbar a {
	cursor:default;
	float:left;
	display:block;
	width:.1em;
	background:url(../images/navbar_right.gif) no-repeat right top;
	padding:5px 15px 2px 4px;
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
div#navbar > ul a {
	width:auto;
}
/* Hide from IE5 Mac \*/
div#navbar a {float:none;}
/* Stop hiding */
div#navbar a:hover {
	color:#036;
}
div#navbar li#current {
	background-position:0 -150px;
}
div#navbar li#current a {
	background-position:100% -150px;
}
#navbar li:hover, #navbar li:hover a {
	background-position:0% -150px;
	color:#006;
}
#navbar li:hover a {
	background-position:100% -150px;
}
/*###################### Print Output ######################*/
@media print {
.printNot {
	display:none;
}
div#content {
	position:relative;
	top:57px;
	width:auto;
}
div#content acronym {
	border:0;
}
div#masthead {
	position:absolute;
	top:0px;
	width:100%;
	background-image:none;
	text-align:center;
}
div#masthead img {
	visibility:visible;
}
div#navbar {
	display:none;
}
}