
@font-face {
    font-family: 'comprehensionsemibold';
    src: url('comprehension-semibold.woff2') format('woff2'),
         url('comprehension-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}			body {
				color: #1d3364;
				background-color: white;
				background-image: url("");
				background-position: center;
                font-family: 'comprehensionsemibold';
                font-weight:normal;
				line-height: 1.4em;
				margin: 0px;
                width: 960}
			.wrapper {
				width: 960px;
				margin: 20px auto 20px auto;
				border: 2px solid #ffffff;
				background-color: #ffffff;}
			header {
				height: 216px;}

			a:link {
				color: #C90;
				text-decoration: none;}
            a:visited {
                color:  #C90;
                }
            a:hover {
                text-decoration: underline;}
            a:active {
                color:  #C90;
                }

            nav, footer {
				clear: both;
                font-family: 'arial';
				color: #ffffff;
				background-color: #1d3364;
				height: 30px;}
			nav ul {
				margin: 0px;
				padding: 5px 0px 5px 30px;}
			nav li {
				display: inline;
				margin-left: 80px;
				font-size: 150%;
                text-decoration: none}
			nav li a {
				color: #ffffff;}
			nav li a:hover, nav li a.current {
				color: white;
                text-decoration: none;}
			h1, h2, h3 {
				font-weight: normal;
				padding: 10px;
                line-height: 1.4em;
                font-weight:bold;
                font-family: 'comprehensionsemibold';
            h1 {
                font-family: 'comprehensionsemibold';
                text-align: center;
                }
			h2 {
				margin: 10px 0px 5px 0px;
				padding: 0px;
                text-align: center;
                text-decoration: normal;}
			h3 {
				margin: 0px 0px 5px 0px;
				color: #1d3364;
                text-align: center}
			img.align-right {
                float: right;
				padding: 20px;
                border-color: white;}
			img.align-center {
                float: center;
				margin: 10px auto;}
			footer {
				font-size: 80%;
				padding: 7px 0px 0px 10px;
                text-align: center}
			.column1of2 {
				float: left;
				width:  600px;
				margin: 10px;
                text-align: justify;}
			.column2of2 {
				float: left;
				width:  320px;
				margin: 10px;
                text-align: center}
			.column1of2o {
				float: left;
				width:  460px;
				margin: 10px;}
			.column2of2o {
				float: left;
				width:  460px;
				margin: 10px;}
			.paragraph {
				position: relative;
				width:  600px;
				margin: 10px;
				left:  200px}
			p.three {
				background-color: white;
				color: #009;
				text-shadow: 2px 2px 7px #111111;
				font-size: 200%;}
            td.day {
                text-align: right;
                font-weight: bold;
                    }
            td.times {
                text-align: left;
                    }
            td.media {
                text-align: right;
                font-weight: bold;
                    }
            td.station {
                text-align: left;
                }
            td.staff {
                text-align: right;
                font-weight: bold;
                    }
            p.example {
                padding: 20px;
                font-size: 200%;
                line-height: 2em;}
