/* CSS Document */

body 
	{margin:0;
/*comment out background
	background-color: #FFFFFF;
------------------------------- */

}

p 
	{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-variant: normal;
	text-align: left;

}

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

h1, h2 {
	font-family: Comic Sans MS, Arial;
	font-weight:bold;
	color: #000;
}


h1 {
	font-family: Comic Sans MS, Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-align:center;
}

h2 {
	font-family: Comic Sans MS, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#000000;
	text-align: left;
}

/* Do I need this one?
------------------------------
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: left;
}
/* Overall Container
----------------------------------------------- */

#container {
	width: 833px;
	padding: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	list-style-type: decimal;
	text-align: left;
	position: static;
	padding-top: 35px;
}

a {
	color: #003366;
}
a:visited {
	color: #8E3306;
}

a:hover {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666666;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-variant: normal;
	text-align: left;
}

/* Content Box and text
----------------------------------------------- */
 
div#content {
	position:absolute;
	top: 35px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	list-style-type: decimal;
	list-style-position: inside;
	float: none;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	width: 780px;
	margin-bottom: 2px;
/* comment out border 
	border: groove #333333 1px;
*/
	
}

	
/*  Bottom text
-----------------------------------------------*/

#bottomtext {
	padding: 0px;
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	display: block;
	height: 100%;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

