html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 
} 
 
#pagewidth{ 
 width:640px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
 border-style: solid;
 border-width: thin; 
 border-color: #032880;
} 
 
#header{ 
 height:140px; 
 width:100%; 
 background-image: url(trmbanner.jpg); 
 } 
 
#leftcol{
 width:60px; 
 float:left; 
 position:relative; 
 margin-left:-60px; 
 margin-right:1px; 
 background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #000000;
text-align: justify; 

 }

#leftcol ul{
 
margin: 10px 0px 0px; 
padding: 15px; 
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 60px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #FFFFFF;   /* left column colour */ 
border-left-style: solid; 
background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#footer{
 height:40px; 
 width:100%; 
 background-color:#FFFFFF; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8px;
font-style: normal;
font-weight: normal;
color: #000000;
text-align: justify;  
} 
 
#inner{margin:0; width:100%;}
 
#spacer{ 
 float: left; 
 width: 12px; 
 position: relative; 
 }
 
#vertspacer{
 float: top; 
 height: 12px;
 width : 100%; 
 position: relative; 
 }	
 
#maincol{ 
 float: right; 
 width: 400px; 
 position: relative; 
 margin: 0 10px 0 -2px; 
 border-style: hidden;
 padding: 10;
 border-width: thin;
 font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #000000;
text-align: justify; 
 }
 
.maintitle{
 font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
color: #01267f;
text-align: center; 	 
 }
 .subtitle{
 font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #01267f;
text-align: center; 	 
 }

 .subtext{
 font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #01267f;
text-align: center; 	 
 } 
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}

