.foxbody {
     margin-left:0;
     margin-top:0;
     background-color: black;
	 scrollbar-base-color: black;
     scrollbar-Arrow-Color: red;
     scrollbar-DarkShadow-Color: #333333;
     }
	 
.psbody {
     margin-left:0;
     margin-top:0;
     background-color: black;
	 background-image:url(../images/bgGradient_plus.gif);
	 background-repeat:repeat-x;
	 scrollbar-base-color: black;
     scrollbar-Arrow-Color: red;
     scrollbar-DarkShadow-Color: #333333;
     }	 

.toprightcolumn {
	position:absolute;
	width:400px;
	height:70px;
	top:0px;
	right:10px;
	z-index:3;
	}
/*  Content Columns */
.maincolumn {
	position:absolute;
	width:100%;
	top:160px;
	left:50px;
	z-index:10;
	}
 
.leftcolumn {
	float:left;
	width:500px;
	z-index:10;
	}	 

.centerbottomcolumn {
	float:left;
	width:90%;
	z-index:10;
	}	

.field {
	float:left;
	z-index:10;
	background-color:#FFFFCC;
	}
	
.field2 {
	background-color:#FFFFCC;
	}

.fieldlabel {
	float:left;
	z-index:10;
	}

	
.rightcolumn {
	position:absolute;
	width:350px;
	top:200px;
	left:600px;
	}	 
	
.bullets {
	list-style-image:url(../images/yellowball.jpg);
	}

.nobullet {
	list-style-type:none;
	}
.foxlogo  {
	width:222px;
	height:100px;
	position:absolute;
	top:0;
	left:2px;
	z-index:4;
	}
	
.headergraphic {
     position:absolute; 
	 background-repeat: no-repeat;
	 left:0px;  
	 top:78px; 
	 width:100%;
	 height:20px;	 
	 z-index:1;
     }
	 
.leftgraphic {
     position:absolute;
	 left:0px;
	 top:0px;
	 width:283px;
	 height:900px;	 
	 z-index:5;
     }
	 	 
.logo {
	 position:absolute;
	 left:300px;
	 top:5px;
	 width:364px;
	 height:75px;	 
	 z-index:2;
     }

/* Font colors */
.deepred {
	  color:#850310;
	  }

.graylink {
	  color:#333333;
	  }

.titles {
	  color:#fb032c;
	  font-size:20px;
	  }

.white {
	  color: white;
	  }

/* ---------------------------------- */

.left {
     text-align:left;
     font-family:Tahoma, Arial;
       }

.center {
     text-align:center;
     font-family:Tahoma, Arial;
       }

.right {
     text-align:right;
     font-family:Tahoma, Arial;
       }

.font50 {
     font-family:Tahoma, Arial;
     font-size:50px;
      }

.font32 {
     font-family:Tahoma, Arial;
     font-size:32px;
      }

.font22 {
     font-family:Tahoma, Arial;
     font-size:22px;
      }

.font20 {
     font-family:Tahoma, Arial;
     font-size:20px;
      }

.font18 {
     font-family:Tahoma, Arial;
     font-size:18px;
      }

.font16 {
     font-family:Tahoma, Arial;
     font-size:16px;
      }
	  
.font14 {
     font-family:Tahoma, Arial;
     font-size:14px;
      }

.font12 {
     font-family:Tahoma, Arial;
     font-size:12px;
      }

.font10 {
     font-family:Tahoma, Arial;
     font-size:10px;
      }

.font8 {
     font-family:Tahoma, Arial;
     font-size:8px;
      }

.bold {
     font-weight:bold;
     }

.topzindex {
	z-index:999;
	}

.bottomzindex {
	z-index:1;
	}
