@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	background-image:url(/images/bodybg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#container {
	background-color: #f8f8f8;
}

#menu {
	background-color: #004193;
	color: #fff;
}
#menu a {
	color: #fff;
	border-bottom: 4px solid #fff;
}
#menu a.thisPage {	
	border-bottom: 4px solid #000;
}
#menu a:hover {
	color: #d01f3c;	
}