html, body {
	background-color: #ffffff;
	color: #000000;
	margin: 0;   
}

body {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
   height: 100%;
   width: 100%;
}


p {
	font-size: small;
}

code {
	font-family: monospace;
}

h1 {
	display: block;
	font-size: xx-large;
	font-weight: bolder;
	line-height:normal;
	margin: 0;
	padding: 0;
}

h2 {
	display: block;
	font-size: x-large;
	font-weight: bolder;
	line-height: normal;
	margin: 0;
	padding: 0;
	padding-top:5px;
}

h3 {
	display: block;
	font-size: large;
	font-weight: bolder;
	line-height: normal;
	margin: 0;
	padding: 0;
}

h4 {
	display: block;
	font-size: medium;
	font-weight: bolder;
	line-height: normal;
	margin: 0;
	padding: 0;
}

h5 {
	display: block;
	font-size: small;
	font-weight: bolder;
	line-height: normal;
	margin: 0;
	padding: 0;
}

h6 {
	display: block;
	font-size: xx-small;
	font-weight: bolder;
	line-height: normal;
	margin: 0;
	padding: 0;
}


img {
   border:0;
}


#container {
  padding-left: 155px;   /* LC width */
  padding-right: 155px;  /* RC width */
}
#container .column {
  position: static;
  float: left;
}
#center {
  width: 100%;
}
#left {
  position: absolute;
  z-index:0;
  width: 145px;          /* LC width */
  left: 5px;          /* LC width */
 /* margin-left: -100%; */
}
#right {
  width: 145px;          /* RC width */
  margin-right: -150px;  /* RC width */
}



#content{
	padding-bottom:50px;   
}


#normal {
   background : #ffffff;
   color      : #000000;
}


#footer { 
	position: fixed; 
	bottom: 0; 
   left: 0;
	background: #000000;
   color: orange; 
	padding: 0; 
	height: 45px;   
	margin: 0;  
	width: 100%;
	z-index:100; 
}

#footer td
{
   vertical-align:top;
   border:0;
   padding:0;
   margin:0;
   font-size:xx-small;
}

#footer a:link 
{
   background      : transparent;
   color           : #FFAA00;
   text-decoration : none;
}

#footer a:visited
{
   background      : transparent;
   color           : #FFAA00;
   text-decoration : none;
}

#footer a:active
{
   background      : transparent;
   color           : #FFFFFF;
   text-decoration : none;
}


#header { 
	position: fixed; 
   	top: 0;
   	left: 0;
	background: #000000;
 	background-image: url('http://store.learningmeasure.com/images/blackgradiant50down.jpg');
   	color: orange; 
	padding: 0; 
	height: 50px;   
	margin: 0;  
	width: 100%; 
   	font-size: small;
   	display: block;
   	z-index:100;
}



#menu { 
	position: fixed; 
   top: 50px;
   left: 0;
	background: #000000;
   color: yellow; 
	padding: 0; 
	height: 25px;   
	margin: 0;  
	width: 100%; 
   font-size: small;
   display: block;
   z-index:100;
}

#menu td
{
   vertical-align:top;
   border:0;
   padding:0;
   margin:0;
   font-size:small;
   text-align:center;
}

#menu a:link 
{
   background      : transparent;
   color           : #FFAA00;
   text-decoration : none;
}

#menu a:visited
{
   background      : transparent;
   color           : #FFAA00;
   text-decoration : none;
}

#menu a:active
{
   background      : transparent;
   color           : #FFFFFF;
   text-decoration : none;
}

#menu a:hover
{
   background : #444444;
   color:yellow;
}


#ad
{
   
}

.advertisement
{
   background:#ffebcd;
   border-width:thin;
   border-style:solid;
   border-color:#ff4500;
}

.FivePercentPad
{
   padding-left:5%;
   padding-right:5%;
}

.CourseTableHeader
{
   font-weight : bolder; 
   color : #FFAA00;
   background:teal;
}

 /* set millions of background images */
.rbtealroundbox { background: url(http://www.learningmeasure.com/Images/teal.gif) repeat; }
.rbtealtop div { background: url(http://www.learningmeasure.com/Images/tlteal.gif) no-repeat top left; }
.rbtealtop { background: url(http://www.learningmeasure.com/Images/trteal.gif) no-repeat top right; }
.rbtealbot div { background: url(http://www.learningmeasure.com/Images/blteal.gif) no-repeat bottom left; }
.rbtealbot { background: url(http://www.learningmeasure.com/Images/brteal.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtealtop div, .rbtealtop, .rbtealbot div, .rbtealbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbtealcontent { margin: 0 3px; }
.rbtealroundbox { width: 90%; margin: 1em auto; }

html {
   padding: 86px 0 55px 0;
}

