/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body { font-family:Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; font-size: .7em; }

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {line-height:2.6em; 
margin:10px;
margin-top:0px;}

#footer p{
	line-height:1.5em;
	color:#666;
	font-size:10px;
	margin-left:25px;
}
#footer a:visited, #footer a{
	color:#666;
	text-decoration:none;
}




/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 22px; font-weight:normal; 
	color: #f36b21;
	margin-left:10px;
}

h2 {
	font-size: 13px;margin-left:10px; color:#666666; text-transform:uppercase;
}

h3 {
	font-size: 15px;margin-left:10px;color: #f36b21;
}

h4 {
	font-size: 19px;margin-left:10px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 12px;

}



h2,

h4,
h5,
h6{
margin-top:15px;
	margin-bottom: 0px;
}

.quote { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; margin:0; padding:0;}
.listy { line-height:2.4em; }
