/* Typography... */

body *
{
	margin-top: 0.4em;
}

h1
{
	font-size: 1.8em;
	font-weight: 500;
	color: #9C3F0A;
	margin-bottom: 2.0em;
}

h2
{
	font-size: 1.45em;
	font-weight: 500;
	color: #9C3F0A;
	margin-bottom: 1.5em;
}

h3
{
	font-size: 1.3em;
	font-weight: 500;
	color: #9C3F0A;
}

h4
{
	font-size: 1.25em;
	font-weight: 500;
	color: #9C3F0A;
}

ul
{
	margin-left: 2.0em;
	list-style: circle;
}

ol
{
	margin-left: 2.0em;
	list-style-type: decimal;
}

p, ul, ol
{
	font-size: 1.25em;
	margin-top: 0.5em;
	margin-bottom: 2.0em;
}

p.logos
{
	text-align: center;
}

p.logos img
{
	margin-right: 50px;
}

p.quotation
{
	font-family: Times New Roman, Serif;
	font-style: italic;
	font-size: 1.5em;
	color: #9C3F0A;
}

table
{
	border-collapse: collapse;
	border: 1px solid #101010;
	margin: 10px;
}

th, td
{
	padding: 0.1em 1em;
	border: 1px solid #918C78;
}

table, td, th
{
	font-size: 1.1em;
}

table a img
{
	border: none;
}

li a
{
	/* turns off background images for 
		all hyperlinks in lists, which 
		targets all navigation links. This
		can be overridden with id and class
		selectors */
	background-image: none;
}

a
{
	background-position: left bottom;
	background-image: url(/images/dot_underline.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}

textarea
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.25em;
}

a.external
{
	background-position: left top;
	background-image: url(/images/external_link.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 1.0em;
	border-bottom: dotted 1px #9C3F0A;
}

a:link
{
	color: #9C3F0A;
}

a:visited
{
	color: #9C3F0A;
}

a:hover, a:active
{
	color: #494327;
}

.pdf
{
	padding-left: 15px;
	background-image: url(/images/pdf_sm.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

hr
{
	margin: 2.5em 0em 2.5em 0em;
}

.error
{
	background-color: #FFFFC0;
	color: #9C3F0A;
	padding: 0.1em 0.5em 0.1em 0.5em;
	border: dotted 1px #9C3F0A;
	font-style: italic;
	font-weight: bold;
}

.info
{
	background-color: #E3E3DE;
	color: #494327;
	padding: 0.1em 0.5em 0.1em 0.5em;
	border: dotted 1px #494327;
	font-style: italic;
	font-weight: bold;
}
