@charset "UTF-8";
/* CSS Document */

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
a img, :link img, :visited img {
	border: 0;
}
a { outline: none; font-family: "Lucida Grande", Verdana, sans-serif; font-weight:normal;
 }

a:link {
	text-decoration:none;
	color: #c45419;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	color: #c45419;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	color: #750303;
	font-weight:bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

body {
	background:#3e0002 url('../img/assets/bg.gif') repeat-y center;
}

p {
	font: 0.8em "Lucida Grande", Verdana, sans-serif;
	margin-top: 20px;
	line-height: 1.45em;
	padding: 0 20px 0 0;
}

h1 {
	font-family: "Adobe Garamond Semibold", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 100%;
	color: #750303;
	margin-top:20px;
}

h1 a {
	font-family: "Adobe Garamond Semibold", Georgia, "Times New Roman", Times, serif; }
	
h2 {
	font-family: "Adobe Garamond Semibold", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 90%;
	color: #c45419;
	margin:20px 0 0;
	padding: 0;
	line-height:0;
}

h3 {
	font-family: "Adobe Garamond Semibold", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 80%;
	color: black;
	margin:20px 0 -10px 0;
	padding: 0;
	line-height:0;
}

em {
	font-style: italic;
	font-weight:bold;
	color: #750001;
	line-height: 1.45em;
}
strong {
	font-weight:bold;
	color: #750001;
	line-height: 1.45em;
}	
#content ul {
	margin: 5px 0 0 0;
	padding-left: 15px;
	text-indent: 3px;
	list-style-type: square;
	list-style-position:outside;
}

#content li {
	margin: 0; padding: 0;
	font: 0.8em "Lucida Grande", Verdana, sans-serif;
	padding-bottom: 3px;
}
	
.caption {
	color: #750001;
	font-size: .7em;
	padding: 0;
}
	
#footer p {
	font-size: .7em;
	line-height: 1.2em;
	text-align:center;
}

#main_col img, #sidebar_left img {
	border: 1px solid #750303;
}

.quote {
	font-size: 90%;
	font-family: "Adobe Garamond Semibold", Georgia, "Times New Roman", Times, serif;
	color: #750001;
}

.quote_attribution {
	font-style: italic;
	line-height: 1.2em;
	font-size: 80%;
}

.footnote {
	font-size: 80%; }