* {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	align: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #DDDDDD;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
.statement {
	font-size: 12px;
	color: #003399;
	text-align: center;
	float: left;
	margin-left: 150px;
}
.error {
	color: #FF0000;
}
#nav {
	background-color: #000000;
	height: 25px;
	color: #FFFFFF;
}
#nav .left {
	text-align: left;
	float: left;
	margin-left: 25px;
}
#nav .right {
	text-align: right;
	float: right;
	margin-right: 25px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
}
#nav a:hover {
	color: #999999;
}
#subnav {
	color: #000000;
	background-color:#999999;
	text-align: left;
	padding-left: 25px;
}
#subnav a {
	color: #000000;
	text-decoration: none;
	line-height: 25px;
}

#subnav a:hover {
	color:#333333;
}
#branding {
	background-color: #DDDDDD;
	text-align: left;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	color: #003399;
}

a:hover {
	text-decoration: none;
}
#container {
	width: 930px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
	color: #003399;
}
table {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 5px;
	background-color:#FFFFFF;
	clear: both;
}
thead td {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	background-color: #DDDDDD;
}
td {
	border: 1px dashed #CCCCCC;
	padding: 10px;
	text-align: left;
}
#tablebottom {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	background-color: #DDDDDD;
}
#tableright {
	text-align: right;
	margin-top: 10px;
}
.pagL {
	float: left;
}
.pagR {
	float: right;
	text-align: right;
}
input {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
select {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.button {
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
#ftr {
	text-align: left;
	margin-left: 25px;
	margin-top: 50px;
	padding-bottom: 20px;
	clear: both;
}
form {
	text-align: left;
}
#results {
	margin-top: 25px;
	clear: both;
}
label {
	width: 150px;
	display: block;
	clear: both;
	float: left;
}
#upload {
	padding: 20px;
	background-color: #DDDDDD;
	width: 300px;
}
#search {
	border: 1px solid #CCCCCC;
	padding: 20px;
}
#colleft {
	width: 300px;
	float: left;
	text-align: left;
	border: 1px solid #999999;
	padding: 4px;
}
#colcenter {
	width: 300px;
	float: left;
	text-align: left;
	border: 1px solid #999999;
	padding: 4px;
}
#colright {
	width: 300px;
	float: left;
	text-align: left;
	border: 1px solid #999999;
	padding: 4px;
}
ul {
	list-style-type: none;
	margin-left: 20px;
}