/* CSS Document */

body {
	background: url(../images/doe_bkgd.gif);
	margin-top: 0;
}

.confWrap {
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

.confWrap img {
border: 0;
}

.confWrap h1 {
font-weight: bold;
text-transform: uppercase;
color: #23408E;
font-size: 14px;
}

.confWrap h2 {
font-size: 12px;
font-weight: bold;
color: #16569d;
}

.confWrap h3 {
font-size: 12px;
font-weight: bold;
color: #16569d;
}

.confContent {
width: 800px;

margin-right: auto;
margin-left: auto;
text-align: left;
display: table;
height: auto;
background-color: #fff;
padding: 10px;
}

.confMenu {
background-color: #23408E;
display: table;
width: 100%;
height: auto;
margin-bottom: 10px;
}

.confMenu a, .confMenu a:visited {
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
}

.confMenu ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.confMenu ul li {
position: relative;
float: left;
height: 15px;
padding: 6px;
}

.confMenu li a, .confMenu li a:visited {
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
color: #fff !important;
border-right: 1px solid #fff;
padding-right: 6px;
}

.confMenu li a:hover, .confMenu li a:active {
text-decoration: none;
color: #FFFF00 !important;
}

.confMenu li a.noborder {

border-right: 0px solid #fff !important;
}

.confFtr {
width: 100%;
text-align: center;
border-top: 1px solid #999;
padding-top: 4px;
margin-top: 20px;
}

.confFtr a, .conFtr a:visited {
text-decoration: none;
color: #ba7373;
}

.confFtr a:hover {
text-decoration: underline;
color: #ce1e28; 
}

.logtab {
	width: 50%;
	border-collapse: collapse;
}

.logtab td, .logtab th {
	padding: 4px;
}

.logtab td {
	background-color:#e4e4cc;
}

.logtab th {
	background-color:#cacab5;
}
