body {
	background-color: white;
	color: black;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, td, label {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

p, ul, ol, td {
	font-size: 14px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

label {
	font-size: 14px;
}

.indent1 {
	margin-left: 20px;
}

.indent2 {
	margin-left: 40px;
}

.in1 {
	margin-left: 20px;
}

.in2 {
	margin-left: 40px;
}

a:link {
	color: #00C;
	font-weight: 500;
	text-decoration: underline;
}

a:visited {
	color: #660;
	font-weight: 500;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	background-color: #9CF;
}

.header { 
  color: #FFF;
  background-color: #009;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 2px #CC0 solid;
  padding: 1px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 120px;
  left: 0px;
  position: static;
}

#topnav {
  color: #FFF;
  background-color:#009;
  top: 0px;
  margin: 0px;
  padding: 0px;
  border-bottom: 3px #CC0 solid;
}

#topnav a {
	color: #9CF;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 2px;
	background-color: #009;
}

#topnav a:hover {
  color: #FFF;
  /*background-color: #000;*/
}

#banner {
  margin-bottom: 0px;
  background-color: #FFF;
  margin-left: 120px;
}

#maincontent {
  margin-left: 120px;
  margin-top: 0px;
  margin-right: 0px;
  background-color: #FFC;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px #009 solid;
}

#sidebar {
  width: 110px;
  padding-top: 0px;
  margin-top: 0px;
  margin-right: 10px;
  left: 0px;
  position: absolute;
}

#sidebar p {
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#sidebar * a {
  text-decoration: none;
  border-top: 1px #36F solid;
  border-left: 1px #36F solid;
  border-bottom: 2px #000 solid;
  border-right: 2px #000 solid;
  padding: 2px;
  width: 98%;
  display: block;
  background-color: #009;
  color: #FFF;
}

#sidebar * a:hover {
  border-top: 2px #000 solid;
  border-left: 2px #000 solid;
  border-bottom: 1px #009 solid;
  border-right: 1px #009 solid;
  background-color: #00BBF6;
  color: #000;
}

#sidebar_r {
  width: 110px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 10px;
  right: 0px;
  position: absolute;
  float: right;
  background-color: #FFF;
  color: #000000;
  border-left: 2px #CC0 solid;
  border-bottom: 2px #CC0 solid;
  border-top: 0px #CC0 solid;
  padding-bottom: 20px;
  padding-top: 10px;
} 

#sidebar_r p {
  text-decoration: none;
  font-size: 8pt;
  font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
	text-align: center;
  padding-left:5px;
  padding-right:5px;
  margin-top: 4px;
  margin-bottom: 2px;
}

#footer {
  text-align: right;
  bottom: 0px;
  color: #FFF;
  background-color: #009;
  padding-bottom: 3px;
  margin-top: 0px;
  padding-top: 0px;
  border-top: 3px #CC0 solid;
  position: bottom;
}

#footer a {
  color: #9CF;
  text-decoration: none;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
  padding-left: 4px;
  padding-right: 2px;
  background-color: #009;
}

#footer a:hover {
  color: #FFF;
  /*background-color: #000;*/
}

li {
	padding-top: 8px;
}

.white {
  color: #FFF;
}

.red {
  color: #F00;
}

.green {
	color: #090;
}

.blue {
	color: #00F;
}

.lower-alpha {
  text-transform: none; list-style-type: lower-alpha;
}

.upper-alpha {
  list-style-type: upper-alpha;
}

.disc {
  list-style-type: disc;
}

.numeral {
  list-style-type: decimal;
}

.upper-roman {
  list-style-type: upper-roman;
}

.lower-roman {
  list-style-type: lower-roman;
}

.bold {
	font-weight: bold;
}

.b {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.i {
	font-style: italic;
}

.bi {
	font-weight: bold;
	font-style: italic;
}

.programnav {
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 75%;
}

.bordertop {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}
.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.crossout {
	text-decoration: line-through;
}

#maincontentfoundations {
  margin-left: 120px;
  margin-top: 0px;
  margin-right: 0px;
  background-color: #f6efec;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  /*border: 1px #009 solid;*/
  background-image: url(/foundations/images/foundations_background_900-2.gif);
  background-repeat: no-repeat;
}

#maincontentfoundations2 {
	margin-left: 190px;
	margin-top: 90px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#foundationslinks {
	margin-left: 10px;
	/*margin-right: 180px;*/
	margin-top: 210px;
	width: 180px;
	float: left;
}

#foundationslinks p {
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #8a2529;
	text-align: left;
	padding-bottom: 3px;
}

#foundationslinks a {
	color: #8a2529;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

#foundationslinks a:hover {
	color: #c69899;
	background-color: #8a2529;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.top0 {
	margin-top: 0px;
	padding-top: 0px;
}

.bottom0 {
	margin-bottom: 0px
	padding-bottom: 0px;
}
