* {

	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;



}

.statement {

	font-size: 12px;

	color: #003399;

	text-align: center;

	float: left;

	margin-left: 150px;

	

}

.error {

	color: #FF0000;

}

#nav {

	background-color: #000000;

	height: 25px;

}

#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;

}

#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 {

	background-color: #DDDDDD;

	width: 930px;

	margin-top: 50px;

	margin-right: auto;

	margin-left: auto;
	
	

}

h1 {

	font-size: 16px;

	text-transform: uppercase;

	font-weight: normal;

	text-align: left;

	color: #003399;

}



table {

	width: 700px;

	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;

}

#clear {
	clear: both;
}
#buttons {
	text-align: right;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
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;

}

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;

}

.blue {
	color: blue;
}






#login {
	width: 259px;
	padding: 20px;
	background-color: #CCCCCC;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/loginbg.gif);
	background-repeat: repeat-x;
}
#login label {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	width: 259px;
	display: block;
}

#login input {

	height: 35px;
	width: 259px;
	font-size: 24px;
	line-height: 35px;
	color: #666666;
	border: 1px solid #999999;
}
#login input.button {
	width: 65px;
	margin-left: 194px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	cursor: hand;
}
#loginLinks {
	text-align: left;
	margin-top: 15px;
}
#loginLinks a {
	color: #003399;
	line-height: 24px;
}
#loginLinks a:hover {
	text-decoration: none;
}
