body{
   background-color: #1D6991;
}

p, ul, h2 {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : medium;
  color : #333333;
}

#container {
/*sets the outer shell and border */
	width : 770px;
	border : 1px solid #003E88;
	text-align : left;
	background-color:#F0F4F8;
	}
	
#menu {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : x-small;
	background-image:url(bremer_menu.jpg);
	background-repeat:no-repeat;
   width : 770px;
   height : 50px;
   padding-left : 3px;
   text-align : left;
}

#menu a:link, #menu  a:active,  #menu a:visited {
	text-decoration : none;
	color : #333333;
	display : inline;
	padding-top : 3px;
	padding-bottom: 3px;
	padding-left : 20px;
	padding-right : 20px;
	border : 1px solid #6A6D7E;
	position: relative;
	top: 4px;
}	

#menu a:hover  {
	background-color : #4B6B3F;
	color:#ffffff;
	text-decoration : none;
	display : inline;
	padding-top : 3px;
	padding-bottom: 3px;
	padding-left : 20px;
	padding-right : 20px;
	border : 1px solid #6A6D7E;
}

#content {
   background-color:#D0E3F3;
   padding-left: 6px;
   padding-right: 6px;
   padding-top:6px;
   padding-bottom:15px;
}


#advertisingShell {
    background-color:#B1CBE2;
	border : 1px solid #003E88;
	width:175px;
}

#advertisingShell a:link, #advertisingShell a:active, #advertisingShell a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bold;
	text-decoration:underline;
	color:#0000FF;
}

#copyright {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #333333;
	text-align : center;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color : #999999;
	text-decoration : none;
}

#footer {
    background-image:url(bremer_menu.jpg);
	background-repeat:no-repeat;
	width: 770px;
	height: 30px;
	}
	
