#menu{

}

body{
	background-image: url(Images/background.jpg);
	/*background-image: url(Images/bridge_background.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #477197;
	/*background-color: #a5a5a5;*/
}

img{
	padding: 10px;
	border: 0px;
}

#centerColumn {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

#greenbar{
	background: #032c18 url(menu/images/nav_bg.png) repeat-x;;
	height: 30px;
	/*filter: alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;*/
}

#greenbox {
	padding: 15px;
	/*background: #056839 url('Images/gradient.png') repeat-x 0 -5px;*/
	background-color: #056839;
	color: white;
	width: 500px;
}

#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 {
	position: relative;
	left: 50px;
	top: 40px;
	bottom: 30px;
	/* to ensure logo retains position if we remove contact info... 
	take out position: relative
	margin-left: 50px;
	margin-top: 40px;
	margin-bottom: 30px;
	*/
}

#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #032c18;
	position: relative;
	left: 400px;
	bottom: 75px;
	width: 250px;
}

#homepageTable {
	width: 650px;
	border: 0px;
}

#homepageTable #newsColumn {
	width: 400px;
	vertical-align: top;
	padding: 5px;
}

#homepageTable #projectsColumn {
	width: 250px;
	vertical-align: top;
	padding: 5px;
}

.headerText {
	font-size: 22px;
	color: #056839;
}

.newsHeader {
	color: #056839;
	font-size: 16px;
}

.miniLinks {
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: #032c18;
}
a:visited {
	color: #032c18;
}
a:hover {
	color: #032c18;
}
a:active {
	color: #032c18;
}
