/* Basic HTML
----------------------------------------------------------------------------------------------------*/



body {
	font: 11px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #331300;
}

p
{
	overflow: hidden;
}

p.justified {
	text-align: justify;
	text-justify: distribute;
	margin-top:0;
	margin-bottom:100;
	padding-bottom:100;
}

p.footer {
	font-family: serif;
	font-size:80%;
	color: #fff;
	padding: 5px;
}

span.bold
{
	font-weight: bold;
}

div.quote
{
	text-align: center;
	font: 18px 	Palatino, Palatino Linotype, Hoefler Text, Times, Times New Roman, serif;
	font: 18px Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;
	color: #c00015;
	font-weight: bold;
}
a {
	color: #f47a20;
	text-decoration: none;
}
a:focus {
	outline: 1px dotted invert;
}

a:hover
			{
				text-decoration: underline;
				
			}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
ul
{
	padding: 0;
	margin-left: 1em;
}
li { 
	list-style-type: circle;
	
}

/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font: 18px Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;
	font-weight: bold;
}
h2 {
	font: 18px Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;
	/*no line space*/
	display:inline;
	margin-bottom:0;
	padding-bottom:0;
	color: #f47a20;
	
}

h3 {
	font: 11px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: bold;
	/*no line space*/
	display:inline;
	margin-bottom:0;
	padding-bottom:0;
	color: #f47a20;
	
}
h4 {
	font: 20px Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;
}
/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
/* Font Stacks
----------------------------------------------------------------------------------------------------
    *

      Arial, Helvetica Neue, Helvetica, sans-serif - p, t
    *

      Baskerville, Times New Roman, Times, serif - p

      Baskerville, Times, Times New Roman, serif - t
    *

      Cambria, Georgia, Times, Times New Roman, serif - p, t
    *

      Century Gothic, Apple Gothic, sans-serif - p, t
    *

      Consolas, Lucida Console, Monaco, monospace - p, t
    *

      Copperplate Light, Copperplate Gothic Light, serif - p, t
    *

      Courier New, Courier, monospace - p, t
    *

      Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif - p, t
    *

      Futura, Century Gothic, AppleGothic, sans-serif - p, t
    *

      Garamond, Hoefler Text, Times New Roman, Times, serif - p

      Garamond, Hoefler Text, Palatino, Palatino Linotype, serif - t
    *

      Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif - p

      Geneva, Verdana, Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif - t
    *

      Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif - p

      Georgia, Times, Times New Roman, serif - t
    *

      GillSans, Calibri, Trebuchet, sans-serif - p

      GillSans, Trebuchet, Calibri, sans-serif - t
    *

      Helvetica Neue, Arial, Helvetica, sans-serif - p

      Helvetica, Helvetica Neue, Arial, sans-serif - t
    *

      Impact, Haettenschweiler, Arial Narrow Bold, sans-serif - p, t
    *

      Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif - p, t
    *

      Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif - p

      Palatino, Palatino Linotype, Hoefler Text, Times, Times New Roman, serif - t
    *

      Tahoma, Geneva, Verdana - p

      Tahoma, Verdana, Geneva - t
    *

      Times, Times New Roman, Georgia, serif - p, t
    *

      Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif - p

      Trebuchet, Tahoma, Arial, sans-serif - t
    *

      Verdana, Geneva, Tahoma, sans-serif - p

      Verdana, Tahoma, Geneva, sans-serif - t

*/