/* CSS Document */

body {
	background-image: url(../images/cookbookTiles.gif);
	background-repeat: repeat;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
}
body,td,th {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#bod {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:1;
}
#header {
	position:fixed;
	left:0px;
	top:0px;
	width: 100%;
	z-index:19;
}
#mainheader {
	position:absolute;
	left:0px;
	top:0px;
	height:6em;
	width: 100%;
	z-index:20;
	background-color: #09458D;
}
#subheader {
	position:relative;
	width:40em;
	top:4.5em;
	z-index:21;
	background-color: #FFFFB4;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	border: solid #000000 3px;
	height: 3em;
}
#contentcontainer {
	top: 3.5em;
	width: 900px;
	z-index: 0;
	margin: 0px;
	padding-top: 6em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#recipes {
	position:absolute;
	left:25px;
	top:25px;
	z-index:2;
	border: solid #0D59B6 2px;
	padding-top: 0.5em;
	padding-bottom: 2em;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #F0F0D9;
	width: 425px;
	overflow: auto;
	height: 390px;
}
#image {
	z-index:3;
	padding: 15px;
	background-color: #FFFFFF;
	border: solid #000000 2px;
	margin-bottom: 15px;
	margin-left: 25px;
	position: absolute;
	top: 25px;
	width: 300px;
	right: 25px;
	height: 9em;
}
#image img {
	padding-bottom: 10px;
}
#courseSelection {
	z-index:3;
	padding: 15px;
	background-color: #E5E5E5;
	border: solid #09458D 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	position: absolute;
	top: 13em;
	width: 300px;
	right: 25px;
}
h1 {
	color: #FFFFFF;
	font-family: "American Typewriter", "Lucida Console", monospace;
	font-size: 36px;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	letter-spacing: 0.15em;
	word-spacing: 0.2em;
	line-height: 2em;
	margin-top: 0px;
}
h2 {
	color: #000000;
	font-family: "American Typewriter", "Lucida Console", monospace;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	line-height: 25px;
}
h3 {
	color: #000000;
	font-family: "American Typewriter", "Lucida Console", monospace;
	font-size: 16px;
	margin-bottom: 5px;
}
h4, h5 {
	color: #000000;
	font-family: "American Typewriter", "Lucida Console", monospace;
	font-size: 16px;
	margin-top:0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-indent: 0px;
	line-height: 1.3em;
	font-weight: bold;
}
h5 {
	margin-bottom: 30px;
	margin-top: 5px;
	font-weight: normal;
}
h6 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
h6.teacher {
	font-style: italic;
}
.recipeclass {
	font-size: 0.8em;
	font-style: italic;
	margin-top: 15px;
	margin-left: 0px;
	text-indent: 0px;
	line-height: 1.1em;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1;
	text-indent: -40px;
	margin-left: 40px;
}
a {
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #063670;
}
a:visited {
	text-decoration: none;
	color: #063670;
}
a:hover {
	text-decoration: underline;
	color: #C9000A;
}
a:active {
	text-decoration: none;
	color: #C9000A;
}
#recipes a {
	font-weight: bold;
	border-left: 5px solid #F0F0D9;
	border-right: 5px solid #F0F0D9;
	padding-left: 10px;
	padding-right: 10px;
}
#recipes a:link {
	text-decoration: none;
	border-left-color: #F0F0D9;
	border-right-color: #F0F0D9;
	background-color: #F0F0D9;
}
#recipes a:visited {
	text-decoration: none;
	border-left-color: #F0F0D9;
	border-right-color: #F0F0D9;
	background-color: #F0F0D9;
}
#recipes a:hover {
	text-decoration: none;
	border-left-color: #000000;
	border-right-color: #000000;
	background-color: #FFFFFF;
}
#recipes a:active {
	text-decoration: none;
	border-left-color: #000000;
	border-right-color: #000000;
	background-color: #FFFFFF;
}
h2 a {
	color: #09458D;
}
h2 a:link {
	text-decoration: none;
}
h2 a:visited {
	text-decoration: none;
	color: #09458D;
}
h2 a:hover {
	text-decoration: underline;
	color: #C9000A;
}
h2 a:active {
	text-decoration: none;
	color: #C9000A;
}
#subheader a {
	color: #09458D;
}
#subheader a:link {
	text-decoration: none;
}
#subheader a:visited {
	text-decoration: none;
	color: #09458D;
}
#subheader a:hover {
	text-decoration: underline;
	color: #C9000A;
}
#subheader a:active {
	text-decoration: none;
	color: #C9000A;
}
#courseSelection p {
	font-size: 1em;
	text-indent: -15px;
	margin-left: 15px;
	margin-bottom: 3px;
}
#courseSelection p a {
	font-weight: normal;
}
div.hideFa08 p a, div.showFa08 p a, td.Fa08 {color: #ff0000;}
div.hideSp08 p a, div.showSp08 p a, td.Sp08 {color: #007D00;}
div.hideFa07 p a, div.showFa07 p a, td.Fa07 {color: #0000ff;}
div.hideSu07 p a, div.showSu07 p a, td.Su07 {color: #FF9900;}
div.hideSp07 p a, div.showSp07 p a, td.Sp07 {color: #990099;}
div.hideSp07P p a, div.showSp07P p a, td.Sp07P {color: #D95700;}
div.hideAndrew p a, div.showAndrew p a, td.Andrew {color: #330000;}

td.Fa08, td.Sp08, td.Fa07, td.Su07, td.Sp07, td.Sp07P, td.Andrew {
	text-indent:-10px;
	padding:1px 10px 1px 10px;
	}

