html {
	background-color: #ffffff;
	color: #000000;
	margin: 0;  
   height: 100%;
   width: 100%;
}


/*-------------------------------------------------------------------*/
body {
	background-color: #ffffff;
	color: #000000;
	margin: 0;  
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

/*-------------------------------------------------------------------*/
a:link {
	background-color: transparent;
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	background-color: transparent;
	color: #990099;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	color: #FF0000;
	text-decoration: underline;
}

p {
	font-size: small;
}

code {
	font-family: monospace;
}

img {
   border:0;
}


/*-------------------------------------------------------------------*/
#content {
}

/*-------------------------------------------------------------------*/
#sidebar {
   position: absolute;
   width: 165px;
   padding: 86px 0 36px 15px;
   top: 0px;
   right: 0px;
   display: block;
}


/*-------------------------------------------------------------------*/
.narrowcolumn {
   position: absolute;
   top: 0px;
   left: 0px;
   right: 190px;
	padding: 86px 0px 36px 18px;
	margin: 0px 0 0;
   display: block;
}

/*-------------------------------------------------------------------*/
#normal {
   background : #ffffff;
   color      : #000000;
}
/*-------------------------------------------------------------------*/
#footer { 
	position: fixed;
	bottom: 0; 
   left: 0;
   border: 0;
	background: #000000;
   color: orange; 
	padding: 0; 
	height: 35px;   
	margin: 0;  
	width: 100%; 
   display: block;
   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 : underline;
}

#footer a:visited
{
   background      : transparent;
   color           : #FFFF00;
   text-decoration : underline;
}

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

/*-------------------------------------------------------------------*/
#header { 
	position: fixed; 
   top: 0;
   left: 0;
	background: #000000;
   background-image: url('http://www.learningmeasure.com/Images/blackgradient50down.jpg');
   color: yellow; 
	padding: 0; 
	height: 50px;   
	margin: 0;  
	width: 100%; 
   display: block;
   z-index: 100;
}

#header h1
{
   padding: 0px;
   vertical-align: top;
   margin: 0;
   display: block;
   font-weight: bolder;
   font-size: xx-large;
}

#header td
{
   vertical-align:top;
   border:0;
   padding:0;
   margin:0;
}

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

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

#header a:active
{
   background      : transparent;
   color           : #FFFFFF;
   text-decoration : none;
}
/*-------------------------------------------------------------------*/
#menu { 
	position: fixed; 
   top: 50px;
   left: 0;
	background: #000000;
   color: yellow; 
	padding: 0; 
	height: 35px;   
	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;
}

html {
   padding: 86px 0 50px 0;
}
/*-------------------------------------------------------------------*/





