/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	line-height:150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccab63;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

a {
color:#806326;
}

a:active {
color:#ccab63; 
}

a:hover {
color:#ccab63;
text-decoration:none;
}

a:visited {
color: #806326; 
}


/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 27px;
	color: #ccab63;
	margin-bottom:0.5em;
	font-style:italic;
	line-height: 1em;
}

h2
{
	font-size: 21px;
	color: #ccab63;
	margin-bottom:0.5em;
	margin-top:0.5em;
}

h3
{
	font-size: 19px;
}

h4
{
	font-size: 17px;
}

h5
{
	font-size: 15px;
}

h6
{
	font-size: 14px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	
}

#maincontent ul
{
	list-style-type: square;
	padding-left: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

li
{
	
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	
}
p {
margin-bottom:0.5em;
}

#maincontent p {
	line-height:150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

blockquote {
font-style:italic;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 50px;
padding-left: 15px;
}

#faq li {
	font-size: 0.8em;
	padding-left: 20px;
	background-image: url(question.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
