/*
** Starting point for this layout is Mark Newhouse's hdr/footer/3cols
** at:
**
**	<http://www.realworldstyle.com/nn4_3col_header.html>
*/

/*
** Global settings
*/

body {
	width: 100%;
	}

html, body {
	margin: 0;
	padding: 0;
	background: #faa;
	color: black;
	font-size: 18px;
	}
	
p, a, ul, li {
	font-family: Garamond, serif;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, sans-serif;
	margin-top: 0px;
	text-align: left;
	}

em {
	color:				#b55100;
	font-weight:			bold;
}

a:link {
	color: #800000;
	text-decoration: underline;
}

a:hover {
	color: #800000;
	text-decoration: none;
}

a:visited {
	color: #800000;
	text-decoration: underline;
}

div {
	border: none;
}

span.talent {
	font-family: "Monotype Corsiva", script;
	color: #f00;
	font-size: 20px;
}

/*
** And the actual layout
*/

#swHeader {
	margin-left: 10px;
	/* border-bottom: 1px solid #333; */
	height: 200px;
}

#swHeader h1, h2, h3, h4, h5, h6 {
	padding: 0 0.5em;
	text-align: center;
}

#swHeader h1, h3 {
	font-family: "Monotype Corsiva", script;
}

#swHeader h2, h4 {
	font-family: "Victorian LET", "New Century Schoolbook", serif;
	color: #f00;
}

#swHeader h1 {
	font-size: 18px;
	text-align: center;
}

#swHeader h2 {
	font-size: 30px;
	text-align: center;
}

#swHeader h3 {
	font-size: 24px;
	text-align: center;
}

#swHeader h4 {
	font-size: 20px;
	text-align: center;
}

#swMenu {
	background: #faa;
	margin: 0 auto;
	padding: 1em 0 0 0;
	font-family: Georgia, serif;
}

#swMenu ul {
	margin-left: 0;
}

#swMenu p, #swMenu li {
	font-size: 9px;
}

ul#swNav {
	text-align: center;
	float: left;
}
	
#swContent {
/*	margin: 0px 3% 0 165px; */
	margin: 0;
	/* padding: 3px; */
	padding: 0;
	background: #fcc;
	font-size: 18px;
	float: top;
	}

#swContent img.iconleft {
	float: left;
	padding: 0 10px 10px 30px;
}

#swContent img.iconright {
	float: right;
	padding: 0 30px 10px 10px;
}

#swContent span.talent {
	font-size: 22px;
}

#swContent h1, h2, h3, h4 {
	text-align: left;
	font: Tahoma, sans-serif;
}

#swContent h1 {
	font-size: 200%;
	line-height: 1.3em;
}
	
#swContent h2 {
	font-size: 150%;
	line-height: 1.3em;
}
	
#swContent h3 {
	font-size: 120%;
	line-height: 1.3em;
}
	
#swContent h4 {
	font-size: 100%;
	line-height: 1.3em;
}

#swContent p, ul, ol {
	line-height: 1.3em;
	margin: 0.5em 3em 0em 3em;
}
	
#swContent form {
	margin: 10px 10px 10px 40px;
	padding: 30px;
	background: #fff;
}

#swContent form em {
	color: #800000;
}

#swContent td.label {
	width: 7em;
}

#swFooter {
	clear: both;
	width: 100%;
	margin: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #333;
	color: #000;
	}
	
	#swFooter .date {
		float: left;
		text-align: left;
		}
	
	#swFooter .contact {
		float: right;
		text-align: right;
		}
/*
** The stacking/wrapping header bits.  See sw2004-adv.css for "real" rules.
*/

img.curve-l {
	display: none;
}

img.curve-r {
	display: none;
}

/*
** Schedule bits
*/

div.sched table {
	width: 100%;
	background: #ffffff;
	font-size: 0.8em;
}

div.sched table tr td {
	text-align: left;
	vertical-align: top;
}

