#menu{

}

body{
	background-image: url(Images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #c3a487;	
}

img{
	padding: 5px;
	border: none;
}

#centerColumn {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

#bluebar{
	background-color: #0067b1;
	height: 30px;
	filter: alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#content {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	text-align: left;
	padding: 20px;
}

.center {
	text-align: center;
}

.tableCenter {
	margin-left: auto;
	margin-right: auto;
}

#logo {
	margin-top: 20px;
	margin-left: 75px;
	margin-bottom: 30px;
}

a:link {
	text-decoration: none;
	color: #0067b1;
}
a:visited {
	text-decoration: none;
	color: #0067b1;
}
a:hover {
	color: #0067b1;
}
a:active {
	color: #0067b1;
}