body { 
margin-top:0px; 
background-color:#53a77d; 
} 

#container { 
width: 960px; 
background-color: #FFFFFF; 
} 

/* header area start */ 

#header1 { 
width: 960px; 
text-align:left; 
background:url(/images/header_bg.jpg) repeat-x; 
} 

#header2 { 
width: 960px; 
text-align:left; 
} 

/* topnav area start */ 

#topnav { 
width: 960px; 
text-align: right; 
padding-top: 4px; 
padding-bottom: 3px; 
background-color: #339966; 
white-space: nowrap; 
background-image: url(/images/topnav_bg.jpg); 
background-repeat: repeat-x; 
} 

/* main area start */ 

#main { 
width: 960px; 
background-color: #FFFFFF; 
} 

#leftnav { 
width: 160px; 
border-right:1px solid #008040; 
background-color:#008040; 
padding-bottom:150px; 
/*background-image: url(images/bg_leftnav_ser_005.gif); 
background-repeat: repeat-x; */ 
} 




#content_area { 
padding-left: 48px; 
padding-right: 48px; 
padding-top: 40px; 
padding-bottom: 40px; 
} 


td 
{ 
font-family:Arial; 
font-size: 12px; 
} 


/* footer area start */ 

#footer { 
width: 960px; 
text-align: left; 
padding-top: 15px; 
padding-bottom: 10px; 
background-color: #026f02; 
background-image: url(/images/footer_bg.jpg); 
background-repeat: repeat-x; 
float:left; 
} 


#thomas_info { 
width: 960px; 
font-family: Arial; 
font-size: 10px; 
color: #000000; 
text-align: right; 
padding-top: 2px; 
padding-bottom: 2px; 
} 

/* heading styles */ 

h1 { 
color: #026a02; 
font-size: 18px; 
font-weight: bold; 
} 

h2 { 
color: #ED1C24; 
font-size: 14px; 
font-weight: bold; 
} 

h3 { 
color: #000000; 
font-size: 12px; 
font-weight: bold; 
} 

/* image styles */ 

.img01 { 
border: 1px #000000 solid; 
} 

.img02 { 
border: 1px #000000 solid; 
float: left; 
margin-right: 10px; 
margin-bottom: 10px; 
} 

.img03 { 
border: 1px #000000 solid; 
float: right; 
margin-left: 10px; 
margin-bottom: 10px; 
} 

/* miscellaneous */ 

a:link{color:#000000; text-decoration:underline;} 
a:active{color:#000000; text-decoration:underline;} 
a:hover{color:#000000; text-decoration:none;} 
a:visited{color:#000000; text-decoration:underline;} 


.footer_span1{float:left; display:block; padding-left:55px;} 
.footer_span2{float:right; display:block; padding-right:55px;} 
