body {
    background: white;
}

img {
    border: none;
}

a {
	text-decoration: none ;
}

a:hover {
	text-decoration: underline ;
}

a:visited,a:link {
	color: blue;
}

table.staff td {
	text-align:center;
}

div.map {
    clear: right;
    margin: 0;
    padding: 1em;
}

div.map img {
    float: left;
	margin-left: 0;
    margin-right: 2px;
}

ul.square {
    list-style-type: square ;
}

#center {
    text-align: center;
}

div.container {
    width: 100%;
    margin:0px;
    border: 1px solid white;
    line-height:150%;
}

div.header,div.footer {
    padding: 0.5em;
    background-color: #c9c9c9;
    color: white;
    clear:left;
}

div.links {
    padding: 0.5em ;
    background-color: #ffffff;
    color: black ;
    border: 1px solid #c9c9c9;
    text-align: center;
	font-size: smaller;
}

div.left { 
    float: left;
    width: 230px;
    margin: 0;
    padding: 1em;
    font-size: smaller; 
}

div.right { 
    float: right;
    width: 230px;
    margin: 0;
    padding: 1em;
    font-size: smaller;
}

div.content {
    margin-left: 250px;
    padding: 1em;
    border-left: 1px solid #c9c9c9;
}

td.schedule {
    border-top: 1px #000000 solid;
    font-size: smaller;
}

table.schedule {
    width: 100%;
    border-bottom: 1px black solid;
}

table.header {
    width: 100% ;
    border-bottom: 1px black solid;
    border-top: 1px black solid;
}

td.header {
    width: 33%;
}

td.bold {
    font-weight: bold ;
}

p.bold {
    font-weight: bold;
}
