body{
	font-family: "Lucida Grande", Georgia, Times, serif;
	font-size: 0.8em;
	background: #E36311;
	text-align: justify;
	margin-left: 0px
}
body>#container{
	margin-top: 40px;
	}

table {
	background-color: #F5F2E4;
	border-color: #1C0A3A;
	border-width: 1px;
	font-family: "Lucida Grande", Georgia, Times, serif;
}

/* General links */
a:link,a:visited{
	color: #000;
	font-weight: bold;
}

a:hover{
	color: #B74213;
}

/* Paragraphs */
p{
	line-height: 1.3em;
	margin: 15px 0 0 10px;
	font-family: "Lucida Grande", Georgia, Times, serif;
	font-size: 1em;
	text-align: justify;
}

h1 {
	color: #666;
	font: 1.1em/1.6px "Lucida Grande", Georgia, Times, serif;
	text-align: center;
}

h2{
	text-align: left;
	color: #333;
	margin: 15px 0 0 10px;
	line-height: 1.6em;
	font-size: 1em;
}

h3 {
	color: #f5f2e4;
	font: .8px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	background-color: #1c0A3a;
}

li {text-shadow: #000000 0 0 0;
	list-style-type: circle;
	list-style-position: outside;
	text-align: left;
}

/* Container */
#container{
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}

#quickSummary {
	position: absolute;
	top: 320px;
	left: 44%;
	font-size: 1.1em;
}

/*Footer*/
