a, a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bigSearch input {
	font-size: 3em;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

.content {
	margin: auto;
	width: 1024px;
}

#copyright {
	background-image: url(../images/footer.png);
	font-size: 0.7em;
	padding: 8px;
	text-align: center;
	width: 942px;
}

.error {
	background: #db4444;
	border: 2px dashed #bf2424;
	padding: 10px;
	text-align: center;
}

#footer {
	background-image: url(../images/footer.png);
	height: 35px;
}

.formError {
	color: #F00;
	font-size: 0.7em;
}

.formTable {
	margin: 0;
	padding: 0;
}

.formTable td {
	height: 45px;
	margin: 0;
	padding: 0 20px 0 0;
}

#header {
	height: 75px;
	width: 100%;
}

#headerLogo {
	float: left;
	width: 713px;
}

#headerLogin {
	height: 75px;
	font-size: 0.7em;
	float: right;
	width: 225px;
}

#headerLogin table tr td {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

#main {
	font-size: 0.9em;
	margin: 0 0 30px 0;
}

.message {
	background: #7CDB44;
	border: 2px dashed #60C025;
	padding: 10px;
	text-align: center;
}	

#navigation {
	background-image: url(../images/navigation.png);
	height: 47px;
	width: 100%;
}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation ul li {
	float: left;
	margin: 0;
}

#navigation ul li a {
	color: #FFF;
	display: block;
	height: 19px;
	padding: 14px 8px;
	text-decoration: none;
}

#navigation ul li a:hover {
	background-image: url(../images/navigationhighlight.png);
	color: #FFF;
}

#navigationLinks {
	background-image: url(../images/navigation.png);
	width: 1024px;
}

.search {
	width: 155px;
}

.tableHeading {
	background: #99c2d8;
}

.tableRow {
	background: #FFF;
}

.tableRowAlt {
	background: #EEE;
}

.tableRowError {
	background: #ECA4A6;
}