@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'susinoregular';
    src: url('fonts/susino-webfont.eot');
    src: url('fonts/susino-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/susino-webfont.woff2') format('woff2'),
         url('fonts/susino-webfont.woff') format('woff'),
         url('fonts/susino-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #CCC;
	font-family: "Gill Sans MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {width:800px; background-color:#9CF; margin-left:auto; margin-right:auto;}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 48pt;
	text-shadow: 3px 3px 6px #999;
	text-align: center;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20pt; 
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
}.announcement { text-align:center;
color: white;
font-size:larger;
font-weight:bold;
}
.navigation { text-align:left;
color: white;
font-size:larger;
font-weight:bold;
padding-left:10px;
}

.navigation a { color:white; 
text-decoration:none;
}

.navigation a:hover { color:black;
}

.footer { text-align:center;
color: white;
font-size:small;
padding:10px;
}
.PWI {
	font-family:susinoregular;
}