/************************************** Reset Body Parameters  ************************************/


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	
}

html {
overflow: scroll;
overflow-x: auto;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(css_images/background-gradient.gif);
	background-repeat:repeat-y;
    background-attachment:fixed;
}



/************************************** Controls for Master Divs  ************************************/


#left_colum {
float:left;
width:330px;
}


#left_colum2 {
float:left;
width:340px;
}

#left_colum3 {
float:left;
width:520px;
}


#left_colum4 {
float:left;
width:140px;
padding-left:30px;
margin-right:10px;
}


#right_colum2 {
float:left;
width:340px;
}

#right_colum3 {
float:left;
width:140px;
}





/************************************** Misc Control ************************************/

#clearme {
clear:both;
}

.table_bump {
float:left;
margin-left:30px;
}

.table_floats {
float:left;

}


img#center_img {
margin: auto 0  auto 0;
padding:0;
}


#testermania200 {
margin:0 auto;
width:200px;
height:200px;
background-color:#006699;
}

#datefield {
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:9px;
color:#000000;
margin-top:20px;
padding-bottom:2px;
padding-top:2px;
visibility:hidden;
}