/* ==== CSS Reset after Eric Meyer ==== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
ol, ul {
	list-style-type: none;
	}

/* === End CSS Reset :: Begin Global Document Structure === */

html {
		border-top: solid 6px #ca0000;
}
body {
	font-family: "Sansumi Regular", "HelveticaNeue-Light","Helvetica Neue Light",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.714;
	color: #333;
	background: white;
	}

h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
img#m_logo {
	position: absolute;
	top: 40px;
	left: -87px;
	visibility: visible;
	}
div#wrapper {
	position: relative;
	margin: 0px auto 0px auto;
	width: 570px;
	}
div#header {
	position: inherit;
	width: 570px;
	height: 133px;
	margin: 40px 30px 0px 0px;
/*	padding-top: 20px;
*/	float: left;
/*	border-top: solid 2px #ca0000;
*/	border-bottom: dotted 1px #ca0000;
	}
div#topnav {
	position: inherit;
	width: 285px;
	height: 133px;
	float:left;
	margin: 40px 0px 0px 0px;
/*	padding-top: 20px;
	border-top: solid 2px #000;
*/	border-bottom: dotted 1px #000;
	}
div#maincontent {
	width: 570px;
	margin: 40px 30px 0 0;
	float: left;
	}
div#subnav {
	width: 285px;
	margin-top: 44px;
	margin-bottom: 10px;
	float:left;
	
	}
div#roster {
	width: 285px;
	margin: 26px 0 0 0;
	float: left;
/*	border-top: dotted 1px #000;*/
	}
div#footer1 {
	width: 570px;
	height: 50px;
	margin-right: 30px;
	margin-top: 24px;
	float:left;
	border-top: dotted 1px #ca0000;
	}
div#footer2 {
	width: 285px;
	height: 50px;
	margin-top: 24px;
	float: left;
	border-top: dotted 1px #000;
}

/* === End Global Document Structures :: Begin Global Text Styling === */

div#maincontent p {
	margin-bottom: 1em;
	}
p.big {
	font-size:1.5em;
	line-height: 1.834em;
	}
p.printnotice {
	font-size: 75%;
	margin: 0 0 -1em -1em;
	}d
div#header p {
	color: #444;
	margin-top: 1em;
	}
p#tagline {
	line-height: 1.4em;
	padding-top: .5em;
}
h1 {
	font-weight: normal;
	font-size: 2em;
	line-height: 0.75em;
	font-variant: small-caps;
	color: #444;
/*	padding-top: 0.1em;*/
	margin-bottom: .2em;
	}
h2 {
	font-size:2em;
	line-height: 0.857em;
	letter-spacing: -0.05em;
	font-variant: small-caps;
	color: #ca0000;
	margin-bottom: 0.75em;
	}
h3 {
	font-size:1.5em;
	line-height: 1.143em;
	color: #ca0000;
	margin: 1.8em 0 0.6em 0;
	}
h4 {font-size:1.143em;
	line-height: 1.5em;
	margin: 1.2 0 0.3em 0;
	font-weight: bold;
	color: #555;
	}
h5	{color: #555;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.714em;
	margin: 1.3em 0 0.414em 0;
	padding-left: 1em;
	}
#roster h5 {
	padding-left: 0em;
	color: #ca0000;
	}
div#footer1 address, div#footer2 p {
	font-size: 0.65em;
	line-height: 16px;
	margin-top: 12px;
	margin-bottom: 32px;
	}
div#maincontent p {
	padding-left: 1em;
	}
div#topics p {
	padding-left: 0;
	}
div#maincontent ul {
/*	padding-left: 1em;*/
	list-style: disc;
	margin: 0.714em 0 1em 0;
	}
div#maincontent ol {
	margin: 0.714em 0 1em 1em;
	}
div#maincontent li {
	margin-left: 1em;
	}
blockquote {
	padding-left: 2em;
	}
ol {list-style-type:decimal;
	margin-left: 1em;
	}
dt {
	padding-left: 1em;
	}
dd {
	padding-left: 2em;
	margin-bottom: 1em;
	}	

/* === End Global Text Styles :: Begin Link & Navigation Styles === */

a:link, a:visited {
	color: #333;
	text-decoration: none;
	}
a:hover {
	color: #ca0000;
	text-decoration: none;
	}
a:link.current, a:visited.current {
	color: #ca0000;
	text-decoration: none;
	}
div#maincontent a:link, div#maincontent a:visited {
	text-decoration: underline;
	}
a:link.underline, a:visited.underline {
	text-decoration: underline;
	}
.navsubhead {
	font-size: 1.125em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.05em;
	margin: 2em 0 1em 0;
	padding-top: 0.5em;
	border-top: dotted 1px #000;
	}
.weekhead {
	margin-top: 0.5em;
	font-weight: bold;
	}

/* ==== End Link & Navigation Styles :: Begin Floats and Positioning === */

.rightindent {
	padding-right: 150px;
	font-size: 12px;
	}
.float_left {
	float: left;
	padding-right: 1em;
	}
.right {
	text-align: right;
	margin: -1em 0 4em 0;
	font-style: italic;
	}
.clear {
	clear: both;
	}
	
table {
	margin: 0 0 1.5em 4em;
	}
td	{
	padding: 0 0.5em 0 0.5em;
	}
/* === End Floats and Positioning :: Begin Local Styles === */

.date {
	text-align: right;
	font-weight: bold;
	width: 17%;
	float: left;
	color: #555;
	}
.topics {width: 75%;
	margin-left: 3%;
	float: left;
	}
.strikethru {
	text-decoration: line-through;
	}
.button {
	position: relative;
	top: -24px;
	text-decoration: none;
	}
.assign {
	font-variant: small-caps;
	border-top: dotted 1px #ca0000;
	}
.weekhead {
	font-weight: bold;
	margin-top: 0.857em;
	}	
