/* Now Get Started */

body {
	font-family: Arial, Helvetica, sans-serif;
	color:  white;
	font-size: 10pt;
}

#logo a {
	display: none;
	visibility: hidden;
}

.hidden {
	visibility: hidden;
	display: none;
}

#menubar {
	display: none;
	visibility: hidden;
}

#footer {
	width: 90%;
	border-top: 1px solid #265766;
	margin-left: 5%;
	margin-top: 3em;
	padding: 3px;
	margin-bottom: 1em;
	clear: both;
	
	font-size: 7pt;
	color: #87abb4;
}

#infolinks {
	position: absolute;
	right: 5%;
}

/* HEADING DEFINITIONS */

h1 {
	font-weight: bold;
	font-size: 16pt;
	font-family: Arial, Helvetica, sans_serif;
	display: block;
	width: 98%;
	border-bottom: solid #044f63 1px;
	margin-bottom: 0.7em;
	text-transform: uppercase;
	color: #044f63;
}

h2 {
	font-weight: bold;
	font-size: 14pt !important;
	font-family: Arial, Helvetica, sans_serif;
	margin-bottom: 0.4em;
	color: #044f63;
}

h3 {
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans_serif;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	color: black;
}

h4, h5, h6 {
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans_serif;
	margin-bottom: 0.2em;
	text-transform: uppercase;
	font-style: oblique;
	color: black;
}

em {
	font-style: oblique;
}

/* LIST DEFINITIONS */

#content ol, #content ul {
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-top: 0.2em;
}

#content li {
	padding-bottom: 2em;
	padding-left: 0.5em;
}

	/* We want nested lists to have less/different padding. */

	#content li > ul, ol {
		margin-top: 1em;
	}
	
	#content li > ol > li {
		padding-bottom: 0.6em;
	}
	
	#content li > ul > li {
		padding-bottom: 0.6em;
	}
	
	#content li > ul > li > ul, ol {
		margin-top: 1em;
		padding-bottom: 0em;
	}

	#content li > ol > li > ul, ol {
		margin-top: 1em;
		padding-bottom: 0em;
	}
	
	.alphalist {
		list-style-type: lower-latin;
	}

#content p {
	padding-bottom: 1em;
	padding-right: 1em;
}

.jumpto {list-style-type: none;}

acronym {
	border-bottom: none;
}

/* Form Elements */

form * {
	display: none;
}