/*  homepage */
#subpageheader {
text-align: left;
height: 75px;
padding-left: 15px;
padding-top:8px;
background: #FFF url("/thma/web.nsf/files/images/$file/thma-logo-2.jpg");
background-repeat: no-repeat ;
}
#twoColumnleft { /* This sets the id for a 2 column layout with a left column only */
overflow: hidden;;
}

#twoColumnleft #leftColumn {
display:none;
padding: 0px; 
width: 0px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#twoColumnleft #content {
margin:0px 25px 0px 25px;
padding:0px 0px 10px 0px;
width:865px;
}
#div-space {
clear:left;
#margin: 0;
#padding: 0;
#width: auto;
}
#bottom-block { 
float:left; 
/* border:solid 2px #05517D;  */
/* width:860px; */
height:130px; 
/* margin-left:20px; */
/*padding: 1px; */
/* background-position: bottom right; */
} 
#bottom-inner-block { 
float:left; 
/* border:solid 2px #05517D; */
/*margin-left:5px; */
padding: 2px; 
/*background-position: bottom right;*/
margin:0px;
padding:0px;
} 
#event-block { 
float:right; 
border:solid 2px #415F2B; 
width:267px; 
height:268px; 
margin-left:20px; 
padding: 10px; 
background-color:#e1e1e1; 
z-index:2; 
background:url(/thma/web.nsf/files/images/$file/background-2-light-green.jpg);
background-repeat: repeat-x;
} 
#block-1 h1,  #block-2 h1{
font-size:12pt;
color:#05517D;
margin:0px 0px 5px 0px;
}
#block-1 h2,  #block-2 h2 {
color:#949599;
font-size:14pt;
margin:0px 0px 5px 0px;
} 
