/*
** 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: #990000;
	color: black;
	font-size: 18px;
}
	
p, a, ul, li {
	font-family: Arial, sans-serif;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, sans-serif;
	margin-top: 0px;
	text-align: left;
}

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

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

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

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

div {
	border: none;
}

span.talent {
//	font-family: "Monotype Corsiva", script;
	color: #990000;
//	font-size: 14px;
}

/*
** And the actual layout
*/

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

#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;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

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

#swMenu {
	color: #fff;
}

#swMenu a {
	color: #fff;
}

#swMenu ul {
	margin-left: 0;
}

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

#swMenu ul {
	text-align: center;
	float: left;
}

ul#swNav {
	text-align: center;
	float: left;
	margin: 0;
	border: 0;
}
	
#swContent {
/*	margin: 0px 3% 0 165px; */
	margin: 0;
	/* padding: 3px; */
	padding: 0;
	background: #fff;
	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;
}

/*
** Schedule bits
*/

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

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