@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
#header {
	padding: 20px;
	height: 130px;
	width: 100%;
	font-family: "Bernard MT Condensed";
	color: #C00;
	font-size: 36px;
	text-align: center;
}
#pagebottom {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 0px;
}

#logo {
	margin: auto;
	width: 700px;
	margin-left: 10px;
}
#logo h1 {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 400%;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#logo img {
	float: left;
	padding-right: 10px;
}
#logo h1 .intro {
	font-size: 25%;
	text-transform: uppercase;
	display: block;
}
#logo h1 .version {
	font-size: 25%;
	text-transform: lowercase;
	display: block;
}
#navigation {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#body-text {
	margin: auto;
	width: auto;
	color: #FFF;
	font-size: 18px;
}









/* CSS Document */


#body-text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #FFF;
}
#body-text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	text-align: center;
}
#navigation ul li a:hover {
	background-color: #666;
}

p.author {
	font-style: italic;
	margin-left: 150px;
}
#body-text ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
}
#body-text ol ol {
	font-size: 100%;
}
#body-text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000;
}
#body-text h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
#body-text h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#body-text #theForm {
	background-color: #666;
	margin: auto;
	padding: 10px;
	width: 500px;
	border: 1px solid #0B2208;
}
#body-text #theForm fieldset {
	margin-top: 10px;
	border: 1px solid #FFF;
}
#body-text #theForm fieldset legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	color: #CFF;
	margin: 2px;
	padding: 2px;
	border: 1px solid #FFF;
}
#body-text #theForm fieldset label {
	display: block;
	padding: 5px;
	margin-left: 20px;
}
#body-text #theForm fieldset label span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFF;
	text-align: right;
	float: left;
	width: 100px;
	padding-right: 5px;
}
#body-text #theForm fieldset label input {
	background-color: #999;
	width: 200px;
	border: 1px solid #FFF;
}
#body-text #theForm fieldset label input.radio {
	width: 25px;
}
#body-text #theForm fieldset label select {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #999;
	width: 200px;
	border: 1px solid #FFF;
}
#body-text #theForm fieldset label textarea {
	background-color: #999;
	height: 100px;
	width: 300px;
	border: 1px solid #FFF;
}
#body-text #theForm #submit, #reset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	color: #FFF;
	background-color: #999;
	margin: 5px;
	padding: 3px;
	border: 1px solid #FFF;
}

#body-text #theForm {
	background-color: #666;
	margin: auto;
	padding: 10px;
	width: 500px;
	border: 1px solid #0B2208;
}

#body-text p.title {
          font-size: 100%;
          font-weight: bold;
          margin: 0px;
          padding: 0px;
  }
  #body-text p.instructor {
          font-size: 90%;
          font-weight: bold;
          padding: 0px;
          margin: 0px;
  }
  #body-text p.description {
          font-style: italic;
          margin-left: 25px;
          text-align: justify;
          font-size: 85%;
  }
#navigation ul li {
	display: inline;
	text-decoration: none;
	margin: 5px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#body-text ul li {
	list-style-type: disc;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
}
#body-text table tr th {
	background-color: #930;
}
#body-text table tr td {
	text-align: center;
}
#body-text table caption {
	font-size: 24px;
	font-weight: bold;
}
#header img {
	padding-left: 10px;
}
