/* Basic expectations and styling */
body {
    font-size: 16px;
    font-family: Comic sans MS;
}

:link {
    color: #565347;
    text-decoration: none;
}
:visited {
    color: #565347;
    text-decoration: none;
}
:link:hover {
    color: #1a3b6e;
    text-decoration: none;
}
:link:active {
    color: #565347;
    text-decoration: none;
}

#container :link {
    color: #565347;
    text-decoration: none;
}
#container :visited {
    color: #565347;
    text-decoration: none;
}
#container :link:hover {
    color: #1a3b6e;
    text-decoration: none;
}
#container :link:active {
    color: #565347;
    text-decoration: none;
}

/* Page header */

div#header {
    height: 75px;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: url('header.png');
}
div#header a {
  color: #0000FF;
  border: 0;
}
div#header a img {
  border: 0;
}

div#nav {
    font-family: Comic sans M;
    font-size: 14px;
    letter-spacing: .75px;
    background-color: #999a9f;
    border-bottom: 4px solid #1a3b6e;
}

div .menuitem {
    display:inline-block;
    border-right: 1px solid #1a3b6e;
    padding-left:15px;
    padding-right: 15px;
    padding-top:4px;
    padding-bottom:4px;
}

div .lastmenuitem {
    border:0px;
}

div .menuitem a {
    color:#fae252;
}

div .menuitem:hover > a {
    color: #ffff00;
}


/* Three column layout */

div#container {
    width: 100%;
}
div#left {
    float: left;
    width: 190px;
    padding: 5px;
}
div#left ul{
    margin-left:-10px;
}
div#center {
    margin-left: 200px;
    margin-right: 200px;
    background-color: white;
    height: 100%;
}
div#right {
    float: right;
    width: 190px;
    padding: 5px;
    background-color: white;
}

/* Styling sidebars */

#left h2, #right h2, 
#left h2 :link, #left h2 :visited,
#left h2 :link:active, #left h2 :link:hover,
#right h2 :link, #right h2 :visited,
#right h2 :link:active, #right h2 :link:hover {
    font-size: 20px;
    border-bottom: 5px solid #1a3b6e;
    width: 190px;
    letter-spacing: 2px;
    font-size: 11px;
    color: #004380;
    font-family: Comic sans M;
    text-transform: uppercase;
    background: white;
}
#right a:hover img, #left a:hover img{opacity:0.6;
filter:alpha(opacity=60)}}

container #left h3{
    font-family: Comic sans M;
}

div.events {
    clear: both;
}

.events h3 {
    width: 40px;
    text-align: center;
    float: left;
    border-right: 1px solid #eae9e6;
    margin: 0px 0px 5px 5px;
    background: white;
}

.month {
    color: #004380;
    font-family: Comic sans M;
    font-size: 14px;
    display: block;
}

.day {
    font-family: Comic sans M;
    font-size: 21px;
    display: block;
    color: #565347;
}

.list {
    margin-top: 15px;
    margin-left: 55px;
    width: 120px;
}

.clear {
    clear: both;
}


/* Styling main content */

div#center{
    padding: 10px;
    background-color: white;
}

#center h1 {
    color: #1a3b6e;
    font-family: Comic sans M;
    font-size: 25px;
    text-transform: uppercase;
    padding-left: 0px;
    padding-top: 20px;
    background: white;
}

#center h2 {
    letter-spacing: 2px;
    font-size: 18px;
    font-family: Comic sans M;
    color: #1a3b6e;
    text-transform: uppercase;
    border-bottom: 5px solid #004380;
    background: white;
}

#center h3 {
    letter-spacing: 2px;
    font-size: 16px;
    font-family: Comic sans M;
    color: #1a3b6e;
    text-transform: uppercase;
    background: white;
}

#center h4 {
    letter-spacing: 2px;
    font-size: 17px;
    font-family: Comic sans M;
    margin-left: 10px;
    color: black;
    text-transform: uppercase;
}

/* Styling footer */

#footer {
    text-align: right;
    height: 300px;
    background-image: url('panteatwallbot.png');
    border-top: 10px solid #004380;
}

#footer ul {
    display: inline;
    list-style: none;
}

#footer ul li a{
    display: inline;
    margin: 0px;
    padding: 0px 35px 0px 35px;
    color: #eae9e6;
    border-left: 1px solid #004380;
    border-right: 1px solid #004380;
}

#events h2 a {font-family: Comic sans M;}

@font-face {
                           font-family: 'Comic sans M';
                           src: url('SF_Cartoonist.ttf');
        }
        
@font-face {
                           font-family: 'Comic sans M';
                           src: url('SF_Cartoonist_Hand_SC_Bold.ttf');
        }

table.people img.photo{
	width: 150px;
	margin: 10px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
	border: 5px solid #004380;
}