/*----- Global Settings -----*/

html {
	margin-bottom: 1px;
	width: 90%;
	height: 100%;
	min-height: 100%;
	padding: 50px;
		font-size: 12pt;
	line-height: 18pt;
	text-align: left;
}

body {
	background-color: white;
	font-size: 100%;
	text-align: left;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	color: black;
}

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

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	color: gray;
}

/*----- Default Formatting -----*/

p, ul, ol, li {
	color: black;
	text-align: left;
}

a {
	color: gray;
	text-decoration: none;
}

#wrapper {
	width: 960px;
}



/*----- Hide Divs -----*/

#navigation {
	visibility: hidden;
}

#credit {
	visibility: hidden;
}

#header {
	visibility: hidden;
}