html{
    font-size:100%;/*for some IE versions*/
}
body {
	background-color: #FFFFFF;
	background-image:url(../images/bodybg.jpg);
	background-repeat: repeat;
	padding: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%; /* to emulate pixel sizes for em (x10), while retaining scalability  */
}
table{font-size:inherit;}
td{vertical-align:top;
font-size:inherit;
font-size:12px;}
table.column{
margin-top:25px;}
table.column td{
padding-right:30px;}
table.column td table td{
padding-right:10px;}

H2{ font-size  : 1.4em;}
H3{font-size  : 1.4em;
margin-bottom:7px;}
.green{
color:#2c7f2c;
color:#0b4e0b;}

div#wrapper{
background-color:#FFFFFF;

border:1px solid #006600;
text-align:left;
width:813px;
font-size:1.2em;}

div#contentholder{
margin-top:20px;
padding: 0 12px;
height:400px;}

div#rightHolder{
float:right;
width:180px;
margin-left:20px;}
div#footer{
clear:both;
border-top:2px solid #0b4e0b;
/*position: inherit;
bottom:50px;*/
margin: 0 12px;
height: 25px;
color: #666666;
font-size:10px;}