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,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: #fff;
	font-size: 15px;
	font-family: Georgia, Times, serif;
	line-height: 1.5em;
	color: #000;
	text-align: left;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

ul li { 
	margin-left: 20px; 
	margin-right: 50px; 
	list-style-type: disc; 
	padding-bottom: 0;
}

hr {
	border: none 0;
	border-bottom: 1px solid #d6d6d6;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	clear: both; 
}
	
a {
	color: #666666;
	text-decoration: none;
}
	
a:hover {
	color: #00aeef;
}
	
a:active {
	color: #00aeef;
}

tbody {
	border: 0;
}

img {
	border-style: none;
}

.notext {
	text-align: left;
	text-indent: -5000px;
	overflow: hidden;
}
        
.nodisplay {
	display: none;
}

.more {
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 70%;
	letter-spacing: .1em;
	text-decoration: none;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 130%;
	padding-bottom: 5px;
}

h2,
.quote {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 140%;
	line-height: 1.12em;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
h3 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 250%;
	line-height: 1em;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 13px;
}
	
h4 {
	font-size: 95%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.15em;
	margin-top: 5px;
	margin-bottom: 4px;
}

p {
	margin-bottom: 10px;
}
	
.sm_date {
	padding-bottom: 10px;
}
	
.label {
	color: #949494;
}

.credit {
	font-size: 80%;
	padding-top: 3px;
	line-height: 1.25em;
	font-style: italic;
}
		
.caption {
	font-size: 80%;
	display: block;
	line-height: 1.25em;
	font-style: italic; 
}

.notable-person {
	font-size: 65%;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
}
	
.sm_ital{
	font-size: 85%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 1.25em;
}

.placeholder {
	color: #ED008C;
}

img.right {
    float: right;
    margin: 5px 0 10px 20px;
}

img.left {
    float: left;
    margin: 8px 20px 10px 0;
}

ul li {
margin-left: 20px;
margin-right: 50px;
list-style-type: disc;
padding-bottom: 10px;
}

.box {
margin-top: 20px;
display: block;
background: #d6d6d6;
padding-top: 8px;
padding-bottom: 8px;
width: 12em;
text-indent: 20px;
}

.callout {
	background: none repeat scroll 0 0 #D6D6D6;
    line-height: 0.75em;
    margin-top: 10px;
    padding: 10px 15px;
	float: left;
}

.callout a {
    font-size: 65%;
    font-style: normal;
    letter-spacing: 0.1em;
    margin-right: 15px;
    padding-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}