/* Reset CSS more or less by 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	color: #000;
}
body {
font-size: 0.9em;
font-family: Georgia, "Times New Roman", serif;
}

#navigation, #search {
	display: none !important;
}
#header h1 a {
	text-decoration: none;
}
#banner, #googleSearch {
	display: none;
}

#content h2#contentTitle {
	text-align: center;
	font-size: 2em;
	border-bottom: 1px dotted #888;
	margin: .5em auto 1em auto;
}
/*
#content a:link:after, #content a:visited:after {
	content: " <" attr(href) "> ";
	font-size: 75%;
	font-style: italic;
	font-weight: normal;
}
*/


#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content h7, #content table caption, #content dl dt, #content table caption, #content form fieldset legend {
	margin: 0;
	padding: .5em 0 .25em 0;
	font-weight: bold;
	line-height: 1.0em;
}

#content h3, #content table caption, #content form fieldset legend {
	font-size: 1.6em;
}

#content h4, #content dl dt {
	font-size: 1.3em;
	margin-top: 0.7em;
}
#content h5 {
	font-size: 1.1em;
	margin-top: 0.65em;
}
#content h6 {
	font-size: 1em;
	margin-top: 0.6em;

}
#content h7 {
	font-size: 1em;
	margin-top: 0.5em;
}

#content address, #content ul {
	padding-bottom: .5em;
}
#content li {
	margin: .2em 0 .3em 0;
}
#content p {
	margin: .5em 0 .75em 0;
}

#content a {
	font-weight: bold;
}

#content ul, #content ol, #content dd {
	padding-left: 3em;
}
#content ul li {
	list-style-type: circle;
}
#content ol li ul li, #content ul li ul li {
	list-style-type: square;
}

#content .standout {
	margin-left: 3em;
	margin-right: 3em;
}

#content .important {
	border: 1px solid #ddd;
	-moz-border-radius: .5em;
	-webkit-border-radius:  .5em;
	margin: .5em;
	padding: .5em;
}

#content .quote {
	border: 1px solid #ddd;
	padding: 1em;
	margin: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius:  .5em;
}

#content .quote .quotetext {
	margin-bottom: 0;	
}
#content .quote .source {
	margin-top: 0;
	margin-left: 1em;
}

#content table {
	width: 100%;
	margin-bottom: 1em;
}

#content table caption {
	text-align: left;
}

#content table tr th {
	text-align: left;
	border-bottom: 1px dashed #ddd;
	padding: .5em .5em .2em 0;
	margin-bottom: .5em;
}


#content table tr.highlight {
	font-weight: bold;
}

#content table th {
	width: 10%;
}

#content table th.event {
	width: 20%;
}
#content table th.dayOfTheWeek {
	width: 15%;
}
#content table td, #content table th {
	padding: .25em .5em .25em 0;
}

#content .perspective {
	border-bottom: 1px solid #ddd;
	
}
#content .perspective .school {
	font-size: .8em;
	margin-left: 3em;
}

#content dl dd {
/*	margin-left: */
}

#content blockquote {
	margin: 1em 3em 1em 2em;
	border: 1px solid #eee;
	-moz-border-radius: 1em;
	-webkit-border-radius:  1em;
	padding: 1em;
}

#content a.thickbox img {
	padding: 5px;
	background: #fff;
	-moz-border-radius: 3px;
	border: 1px solid #ddd;
}
#content a.thickbox:hover img {
	border-color: #333;
}

/*
#content a.thickbox {
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 4px;
	border: 1px solid #ddd;
	text-decoration: none;
}

#content a.thickbox:hover {
	background: #fff;
}

#content a.thickbox img {
	padding: 3px;
	background: #fff;
	-moz-border-radius: 3px;
}

*/

