* {
    padding: 0;
    margin: 0;
}
html {
	min-height: 100%;
}

body {
	margin: 0px;
	text-align: center;
	background: #EFEDE0;
}

.clear { clear: both; height: 0px; overflow: hidden; }


body, table, td, div, input, select, p {
	font-family: 'Verdana';
	font-size: 12px;
	color: #000000;
}

ul, ol {
	margin-left: 30px;
	padding-bottom: 10px;
}

input, select {
	color: #333333;
}

a {
	color: #333333;
	font: normal 12px verdana;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}



h1, h2, h3 { font-family: Verdana; }

h1 {
	color: #FF0000;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
}

h2 {
	color: #FF0000;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
}

h3 {
	color: #333333;
	font-size: 15px;
	margin: 0px 0px 20px 0px;
}

p {
	margin: 0px 0px 10px 0px;
	line-height: 18x;
}

#main {
	width: 780px;
	margin: 0px auto;
	text-align: left;
	background: #CBC39F;
	border: 1px solid #336699;
}

#upperNav {
	height: 62px;
	background: url('../images/navbg.gif');
	color: #666666;
	text-align: center;
	border-width: 2px;
	border-color: #999999;
	border-bottom-style: solid;
	width: 780px;
}

#upperNav a {
	line-height: 62px;
	color: #FFFFFF;
	padding: 23px 20px 22px 20px;
	font-size: 15px;
}

#upperNav a:hover {
	text-decoration: none;
	background: url('../images/navbgover.gif');
}

#header {
	height: 200px;
	border-color: #DBD5B3;
	border-width: 3px;
	border-bottom-style: solid;
}

#bodyContainer {
	
}

#body {
	margin: 20px;
}

#footer {
	height: 35px;
	margin-top: 20px;
	background: url('../images/navbgover.gif') bottom left;
	width: 780px;
}

#footerLeft {
	width: 360px;
	float: left;
	margin-left: 20px;
	color: #FFFFFF;
	line-height: 35px;
	font-size: 12px;
}

#footerRight {
	width: 300px;
	float: right;
	text-align: right;
	margin-right: 20px;
	line-height: 35px;
	font-size: 11px;
}

#footerRight a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
    line-height: 35px;
}

#listtable {
	border-width: 1px;
	border-color: #999999;
	border-left-style: solid;	
	border-bottom-style: solid;
}


a.listLink {
	color: #333333;
	font-weight: bold;
}


.listHead {
	height: 20px;
	line-height: 20px;
	background: url('../images/reportheader.gif') top right;
	color: #333333;
	display: block;
	padding: 0px 7px 0px 7px;
}

.listHead:hover {
	text-decoration: none;
	background: url('../images/reportheaderover.gif') top right;
}

.listingOdd {
	border-width: 1px;
	border-color: #999999;
	border-right-style: solid;	
	padding: 0px 10px 0px 10px;
	background: #D3CEB0;
	line-height: 18px;
}

.listingEven {
	border-width: 1px;
	border-color: #999999;
	border-right-style: solid;
	padding: 0px 10px 0px 10px;
	line-height: 18px;
}