<!--
html, html body{
 height: 100%;	
}
body{
	background: #ffffff;
}
body, form{
	margin: 0px auto;
}
body, th, td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;
}
/* font-size: 0.7em*/
a{
	color: #0671A6;
}

a.underlinehover{
	text-decoration: none;
}
a.underlinehover:hover{
	text-decoration: underline;
}

  #layout{
	clear: both; width: 944px; height: 100%;
	background: url(images/main_back.gif) repeat-y;
  }
   #header{
		clear: both; display: block; width: 854px;
		background: #3366cc url(images/header-bg.jpg);
   }
    #headerclouds{
		clear: both; display: block; width: 854px;
		background: transparent url(images/header-bg.png);
    }
  
   #content{
		clear: both; display: block; width: 854px;
   }
    #leftcolumn {
		display: block; float: left; width: 224px; margin: 12px;
    }
	  #leftcolumn a{
		color: #666666; text-decoration: none;
	  }
	  #leftcolumn a:hover{
		text-decoration: underline;
	  }

    #centrecolumn{
		display: block; float: left; width: 532px; margin: 24px 32px 32px 0;
    }
    #centrecolumnwide{
		display: block; float: left; width: 606px; margin: 24px 0 32px 0;
    }
     #centrecolumn h5, #centrecolumnwide h5{
		font-size: 1.2em; font-weight: bold; padding: 0 0 4px 0; margin: 0 0 16px 0; border-bottom: solid #ebebeb 1px;
     }

   #yourmessage{
    clear: both;
   }
	  
   #footbar{
	 width: 854px; height: 64px;
	 background: #ebebeb;
   }

.darkgrey{
	color: #666666;
}
.lightblue{
	color: #5781c9;
}
.darkblue{
	color: #0671a6;
}
.darkred{
	color: #9f2f23;
}
.buttons, .userinput{
	font-family: tahoma, arial, helvetica, sans-serif; font-size: 11px; color: #333333;
}
 input, textarea{
  margin:expression((document.compatMode && document.compatMode == 'CSS1Compat') ? "-1px 0 -1px 0" : "0");
 }
.nounderline{
	text-decoration: none;
}


   #xmasmessage{
    clear: both;
	background: url(images/xmas_back.jpg) no-repeat bottom right;
	min-height:327px;
   }

//-->