@font-face {
    font-family: 'FuturaLT-Book';
    src: url('futuralt-book-webfont.eot');
    src: url('futuralt-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('futuralt-book-webfont.woff') format('woff'),
         url('futuralt-book-webfont.ttf') format('truetype'),
         url('futuralt-book-webfont.svg#futura_ltbook') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'FuturaLT-Heavy';
    src: url('futuralt-heavy-webfont.eot');
    src: url('futuralt-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('futuralt-heavy-webfont.woff') format('woff'),
         url('futuralt-heavy-webfont.ttf') format('truetype'),
         url('futuralt-heavy-webfont.svg#futura_ltheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'FuturaLT-Light';
    src: url('futuralt-light-webfont.eot');
    src: url('futuralt-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('futuralt-light-webfont.woff') format('woff'),
         url('futuralt-light-webfont.ttf') format('truetype'),
         url('futuralt-light-webfont.svg#futura_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaCondensed-Light';
    src: url('futuralt-condensedlight-webfont.eot');
    src: url('futuralt-condensedlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('futuralt-condensedlight-webfont.woff') format('woff'),
         url('futuralt-condensedlight-webfont.ttf') format('truetype'),
         url('futuralt-condensedlight-webfont.svg#futura_ltcondensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {

	font-family: 'FuturaLT-Book', sans-serif;
	font-size: 16px;
	background-color: #fcfcfc;
	color: #333;
	text-rendering: optimizelegibility;
	

}

div#wrap {
	margin-top: 50px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;

}


h1 {

	font-family: 'FuturaLT-Heavy', sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: normal;
	font-size: 2.5em;

}

h2 {

	font-family: 'FuturaLT-Light', sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	top: -20px;
	
}


h3 {

	font-family: 'FuturaLT-Book', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	top: 15px;
	color: #999;

}


table#menu {

	width: 700px;

}

table#menu tr td {

	font-family: "FuturaCondensed-Light", sans-serif;
	font-size: 1.4em;
	width: 50px;
	padding: 0px 20px 10px 0px;
	position: relative;
	top: -20px;

}


td#active {

	color: #999;

}
	


body p {

	width: 600px;


}



div.week {

	margin-bottom: 40px;

}


h3.weektitle {

	font-family: 'FuturaLT-Book', sans-serif;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative;
	top: 5px;
	

}

span.gray {

	color: #ccc;

}


h4 {

	font-family: 'FuturaLT-Book', sans-serif;
	font-weight: normal;
	margin-bottom: 3px;
	padding-bottom: 0;
	margin-top: 10px;
	padding-top: 5px;
	color: #999;
	
}

div.weekcontent {

	margin-left: 20px;

}

ul.readings {

	list-style-type: none;
	padding: 0;
	margin: 0;

}


div.noclass {

	color: #aaa;
	margin-bottom: 50px;

}



a, a:visited {
	color: #435592;
	text-decoration: none;
	padding: 2px 0 2px 0;
	}
	

	
a:hover {
	color: #7385C2;
	}
	
h2 a, h2 a:visited {
	color: #333;
	text-decoration: none;
	padding: 2px 0 2px 0;
	}

h2 a:hover {
	color: #7385C2;
	}
	
h3 a, h3 a:visited {
	color: #333;
	text-decoration: none;
	padding: 2px 0 0 0;
	margin: 0;
	}

h3 a:hover {
	color: #7385C2;
	}

