/************************/
/* Initialize Body		*/
/************************/

body {
	/*background: #fff;*/
	background: #fcfcec url('bodycolor2.png'); /*Turns background a solid color*/
	min-width: 960px;
	max-width: 1300px;
	margin: 0 auto;
	font-family: Gill Sans, Geneva, Verdana, sans-serif; /*'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-size: 62.5%; /* Resets 1em to ~10px */
	line-height: 1.5em;
	color: #333;
	text-align: left;
}


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

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}


/* Headings set to em
-------------------------------------*/

h1 {
	font-size: 2.8em; /* 28px; */
	margin: 10px 0px 10px 0px;
	color: #CC6600;
	text-align: center;
}

h2 {
	font-size: 2.3em; /* 23px; */
	line-height: 1.3em;
	margin: 10px 0px 10px 0px;
}

h3 {
	font-size: 2em; /* 20px; */
}

h4 {
	font-size: 1.8em; /* 18px; */
}

h5 {
	font-size: 1.5em; /* 15px; */
}

h6 {
	font-size: 1.3em;	/* 13px; */
}


/* List styles and spacing
-------------------------------------*/
ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}
