@charset "utf-8";
body{margin: 75px;}

#heading{text-align: center; height: 531px; background-image: url(bashing.jpg); background-position: center 21px; background-repeat: no-repeat;}
h1{font-family: "Berlin Sans FB"; font-size: 31.5pt; font-weight: normal; padding-top: 24px;}
h2{font-family: "Berlin Sans FB"; font-size: 21pt; font-weight: normal;}
p{font-family: Verdana, Geneva, sans-serif; font-size: 12pt; line-height: 1.25em}
.divider{font-size: 24px; font-weight: normal; padding: 15px 0 15px 0; text-align: center; letter-spacing: 3px}
.separator{margin: 70px 0 10px 0px; width: 50px; border-top: 1px solid #000}
.authornote{font-style: italic; font-weight: bold; margin-top: 20px}
.footnote{font-size: 10pt; font-weight: bold;}
.refnum{font-size:10pt; vertical-align: 4px }
.equation{position: relative; top: 5.5pt}
table{margin: 20px 0 35px 100px; width: 500px;}
.box{border: solid thin #F0F0F0;}
.col1{width: 150px;} 
.col2{width: 100px;}
.col3{width: 100px;}

#wrapper {
    max-width: 960px;
    margin: 0px auto;
    height: 480px;
    background-image: url('homepage.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    border: 0px solid #0049F5;
}

body {
	background: #FFF;
	color: black;
	font-size: 1.1em;
}
div, p, blockquote, ol, ul, li, dl, dt, dd {
	background: transparent;
	color: #2c180e;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
}
table, tr, td, th { 
	background: transparent;
	color: black;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif; 
}
h1, h2, h3 {
	background: transparent;
	color: black;
	font-family: "Comic Sans MS", sans-serif; 
	font-weight: normal; 
	margin: 12pt 0pt 3pt 0pt; 
	text-align: center;
}
h1 {
	color: #2c180e;
	font-size: 3.0em;
	font-weight: bold;
}
h2 {
	font-size: 1.35em;
	margin-bottom: 0.5in;
	color: #2c180e;
}
.intro {
	font-size: 0.9em;
	font-style: italic;
}
.blurb {
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}

.centered {
    text-indent: 0px;
    text-align: center;
}
.indented {
  text-indent: 50px;
}

.indented-justified {
  text-indent: 50px;
  text-align: justify;
  text-justify: auto;
}

.indented-none {
  text-indent: 0px;
}

.section-break {
	text-indent: 0px;
    text-align: center;
}

.wt-schedule {
	text-indent: 0px;
  text-align: center;
	width: 700px;
	margin-left: 120px;
	margin-right: 120px;
	background-color: #ffffff;

}

h3 { font-size: 1.5em; }
h4, h5, h6 {
	background: transparent;
	color: black;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif; 
	font-weight: bold; 
	font-style: italic; 
	margin: 12pt 0pt 3pt 0pt; 
	text-align: center;
}
h4 { font-size: 1.25em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.85em; }

a {
	background: transparent;
	color: black; 
}
a[href] { text-decoration: underline; }
a:link {
	background: transparent;
	color: #0000ff; 
	text-decoration: underline; 
}
a:visited {
	background: transparent;
	color: #0000ff; 
	text-decoration: underline; 
}
a:active, a:hover {
	background: transparent;
	color: #ff00ff; 
	text-decoration: underline; 
}

.trail, div.trail, table.trail {
	display: block;
	margin: 6pt 0pt;
	padding: 3pt 3pt;
	border: 0.75pt solid #663300;
	background-color: #FFF;
	color: black;
	text-align: center;
}
ol.horizontal, ul.horizontal {
	display: block; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}
ol.horizontal li, ul.horizontal li {
	display: inline; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}

.border-box {
  background-color: #F8F8F8;
  width: 75%;
  min-width: 458px;
  margin: auto auto;
  border: 3px solid black;
  padding: 10px;
}
.bullet-box {
  list-style-image: url(bullet-box.gif);
  text-indent: 0px;
  text-align: left;
}
.extra-padding {
  padding-left: 8px;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  font-size: 1em;
  font-weight: bold;
}

.page hr {
	height: 3px;
	background: #2c180e;
	color: #2c180e;
}

.page #picture {
	text-align: center;
}

.notes {
	margin: 12pt 20%;
	text-align: center;
	border: 0.75pt solid #663300;
	background-color:#CCCCFF;
}

/* Page Definitions */

@page usLetter {
	size: 8.5in 11.0in; /* // 215.9mm 279.4mm; */
	margin: 1.0in 1.0in; /* // 254mm 254mm; */
}
div.usLetter { page: usLetter; }
@page isoA4 {
	size: 210mm 297mm; /* // 8.2677in 11.6929in; */
	margin: 254mm 254mm; /* // 1.0in 1.0in; */
}
div.isoA4 { page: isoA4; }
div.page { page: usLetter; }
@media print {
	div.page { 
		page: usLetter; 
	}
} /* @media print */
@media screen {
	div.page { 
		margin: auto auto;
		width: 90%; 
    max-width: 1080px;
		page: usLetter; 
	}
} /* @media screen */
