body {
margin: 0;
padding: 0;
/* margin-bottom:-50px; */
background-image:url(/app_themes/indiana/images/parchment2.jpg);
}

table.currentExec {
border:0;
}

td.execPic {
width:89px;
}

div td.execPic {
text-align:center;
}


table.adrSchedule {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: separate;
}
table.adrSchedule th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.adrSchedule td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:center;
}

.style3 {font-size: small}
.rpg {background-color:#d83145}
.wg {background-color:#f1b62a}
.bg {background-color:#f5ef39}

.pageContent
{

	/* background-attachment:fixed;
	background-position:left top;
	background-repeat: repeat; */
	margin:0;
	padding:0;
}

.skip {
      position: absolute;
      left: -999em;
      width: 990em;
}

.style2 {font-size: small}

a.skip:active, a.skip:focus {
        left: 12em;
		top: 125px;
		width:auto;
        border: 3px #cc0000 solid;
        /* background-color: #fff; */
}

/* repeated code per header */
.nav {
 margin-top: 0; margin-bottom: 0;
 font-size: medium;
 text-align: right;
}

li.nav {
text-align:left;
}

.strongText
{
	font-weight:bold;
}

.emphasisedText
{
	font-style:italic;
}

.underlinedText
{
	text-decoration:underline;
}

.faqList dd p
{
	margin:0 10px 0 0;
	padding:0px 10px 0px 0px;
}

.faqList dt
{
	padding:0;
	margin:0;
	font-weight:bold;
}

.googleMap
{
	margin: 10px auto;
	border: solid 1px #3a357a;
}

#navbar ul {
list-style-type: none;
padding:0;
margin:0;
}

#navbar li {
text-align:right;
}

#navbar img {
border:0;
}

li span {
 display: block;
 /* place the span on top */
 position: relative;
 z-index: 1;
}

#body {
 position: relative;
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
#main {
 padding-left: 10.5em;
 min-height:400px;
}
#navbar {
 position:absolute;
 top: 0;
 left: 0;
 width: 132px;
/* border: medium solid #ACA250; */
/* background-image:url(images/login-bg2.png); */
}

/* #divLogin {
position:relative;
margin:0;
padding:0;
} */

#copyright {
clear:both;
border-top:inset 1px black;
font-size: x-small;
text-align: center;
margin-left:132px;
}

/* CROW Menu */
#crow-navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #000;
color: #FFF;
width: 100%;
font: normal 90% /* arial, helvetica, sans-serif */;
text-align: center;
}

#crow-navlist li { display: inline; }

#crow-navlist li a
{
text-decoration: none;
background-color: #000;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

#crow-navlist li a:hover
{
background-color: #fff;
color: #000;
}

#crow-navlist li a#current
{
background-color: white;
color: black;
}
/* End CROW Menu */

.img-lnk a:focus {
outline:none;
}

/* Start of Sticky Footer CSS */
/** {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
/*}
.footer, .push {
	height: 120px; /* .push must be the same height as .footer */
/*}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/