/* Universal styles */
hr 
{
	clear: right;
}

div {
	margin: 4px;
	text-align: justify;
}

h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
}

body {
	font-family: Arial, sans-serif;
	padding: 0px;
	margin: 5px;
	background-color: #fff;
	font-size: 10pt;
}

p {
	padding-bottom: 10px;
}

img {
	margin-left: 10px;
	margin-right: 10px;
}

a {
	color: #2244aa;
	font-weight: bold;
}

a:hover {

	background-color: #ffa;
}

a:visited {
	color: #779998;
}

/* Class styles */
.instructions
{
	font-size: 12px;
	font-style: italic;
}



.section 
{
	padding: 10px;
	border: 1px solid #999;
	margin: 20px;
	background-color: #eee;
}

.section p 
{
	clear: both;
	font-family: Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 3px;
}

.secimg 
{
	border: 1px solid red;
	margin: 4px;
	margin-right: 10px;
}

.section ul {
  display: block;
  list-style: disc outside;
  padding: 0;
  margin: 0 10px 0 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  padding-left: 10px;
  margin-bottom: 8px;
  margin-top: 5px;
}

.section blockquote {
	font-size: 0.9em;
	font-family: Times New Roman, serif;
}

.section h1 {
	font-size: 20px;
}

.section h2 {
	font-size: 18px;
}

.section h3, h4 {
	font-size: 16px;
}


/* ID styles */
#header
{
	left: 0px;
	top: 10px;
	padding: 5px 3px 5px 3px;
	border-style: solid;
	border-color: #abc;
	border-width: 2px 0px;
	background-color: #efb;
	font-size: 28px;
}

#linkbar
{
	text-align: right;
	padding-right: 20px;
	display: block;
	margin-bottom: 15px;

}

#header h2
{
	margin: 0px;
	padding: 0px;
	font-size: 26px;
}

