html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	/*background: #fffcee;*/
	background: #ffffff;
  color: #333333;    
  font-family: Verdana, Arial, Tahoma, sans-serif;	
	font-family: Arial, sans-serif;
}

TD, P, DIV
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size: 10pt;
}

#contents {
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	position: absolute;
	bottom: 30;
	width: 99%; 
	text-align: center;	
}

#main {
	margin-bottom: 12em;
	height: auto;
	padding: .5em;
}
.box
{ 
/*  border-bottom: 1px solid rgb(194,124,167);
  border-right: 1px solid rgb(194,124,167);  
  border-left: 1px solid rgb(194,124,167);  
  border-top: 1px solid rgb(194,124,167);  
  background:  #ffffff;
*/ 
 border-bottom: 1px solid black;
  border-right: 1px solid  black;  
  border-left: 1px solid  black;  
  border-top: 1px solid  black;  
  background:  #f2f2f2; 
}

.srchBox {
  position: absolute;
  width: 500;
  border-bottom: 1px solid black;
  border-right: 1px solid  black;  
  border-left: 1px solid  black;  
  border-top: 1px solid  black;  
  background:  #f2f2f2; 
  left: 300;     
}

.topbg {
  background-image: url(gfx/topbg_help_2.jpg);
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

input.qs {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 8pt;
}
select.qs {  
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 8pt;
}

.mainMenu {
  background:  #000000;
  padding: .1em;
  color: #ffffff;   
}
.mainMenuR {
  background:  #000000;
  text-align: right;
  padding: .1em;
  color: #ffffff;   
}

.question_title {
  background:  #ba3dc5; 
  color: #ffffff;
  padding: 0px;
  spacing: 0px;
}
.question_body {
  background:  #f2f2f2;
  padding-left: 12px;  
}

#f_right {
  text-align: right;
}

.menu_link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none}
a.menu_link:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none}
a.menu_link:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none}
a.menu_link:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none}
a.menu_link:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFC000; text-decoration: none}

a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #007AC2; text-decoration: none}
a:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #007AC2; text-decoration: none}
a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #007AC2; text-decoration: none}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FF9C00; text-decoration: none}

a.menu_link_top:link {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-weight: bold; 
  color: #444444; 
  text-decoration: none; 
  background-image: url(gfx/link_bg.gif);
  background-repeat: no-repeat;
}

a.menu_link_top:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #444444; text-decoration: none; background-image: url(gfx/link_bg.gif);}
a.menu_link_top:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #444444; text-decoration: none; background-image: url(gfx/link_bg.gif);}
a.menu_link_top:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #BA3DC5; text-decoration: none; background-image: url(gfx/link_bg.gif);}

table.login
{  
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  color: #404040;
  width: 300px;  
  background-color: #fafafa;
  border: 1px rgb(194,124,167) solid;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-top: 0px;
}

table.login td
{   
  font-family: Verdana, sans-serif, Arial;
  font-weight: normal;
  font-size: 11px;
  color: #404040;
  background-color: white;
  text-align: left;
  padding-left: 3px;
}

table.login td.header
{
  font-family: Verdana, sans-serif, Arial;
  font-weight: normal;
  font-size: 11px;
  color: #fefefe;
  background-color: #ba3dc5;
  text-align: left;
  padding-left: 3px;
}